[HOME]

Path : /etc/httpd/conf.modules.d/
Upload :
Current File : //etc/httpd/conf.modules.d/10-php.conf

#
# PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages.
#
<IfModule prefork.c>
  LoadModule php5_module modules/libphp5.so
</IfModule>