Skip to content
DavidKMartel edited this page Apr 4, 2015 · 12 revisions

Welcome to the GameAdminHelper wiki!

Installation

-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

Setting up TF2 Server

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

Clone this wiki locally