Skip to content
DavidKMartel edited this page Apr 3, 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.

-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

Clone this wiki locally