-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the GameAdminHelper wiki!
-Install apache, php, and the php plugin for apache
-In /etc/httpd/conf/httpd.conf, paste
LoadModule php5_module modules/libphp5.so
at the end of the LoadModule section.
-In /etc/httpd/conf/httpd.conf, paste
Include conf/extra/php5_module.conf
at the end of the Include section.
-If you are using arch, in /etc/httpd/conf/httpd.conf replace
LoadModule mpm_event_module modules/mod_mpm_event.so
with
LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
-In /etc/php/php.ini, uncomment
extension=sockets.so
Follow the relevant guide from valve:
https://wiki.teamfortress.com/wiki/Windows_dedicated_server
https://wiki.teamfortress.com/wiki/Linux_dedicated_server
More info
https://wiki.teamfortress.com/wiki/Dedicated_server_configuration