Skip to content

Instantly share code, notes, and snippets.

@ox1111
Created February 20, 2019 01:01
Show Gist options
  • Select an option

  • Save ox1111/342f82bce8b3de1edced1f27e49b8f0c to your computer and use it in GitHub Desktop.

Select an option

Save ox1111/342f82bce8b3de1edced1f27e49b8f0c to your computer and use it in GitHub Desktop.
LoadModule php5_module "C:/PHP/php5apache2_2.dll"
LoadModule cgi_module modules/mod_cgi.so
<Directory "C:/PHP/">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
PHPIniDir "C:\PHP"
AddType application/x-httpd-php .html .php
ScriptAlias /php/ "C:/PHP/"
AddHandler cgii-script .php
Action cgii-script /php/php-cgi.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment