[Firebug-cvs] firebug/web php.diff,NONE,1.1
Brought to you by:
doolin
From: <do...@us...> - 2004-02-19 16:36:06
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28380 Added Files: php.diff Log Message: Added some diff to the apache httpd.conf for php setup. Apply as patch, then fix any minor path problems. --- NEW FILE: php.diff --- 321c321 < DirectoryIndex index.html index.html.var index.php index.php3 --- > DirectoryIndex index.html index.html.var 510d509 < ScriptAlias /PHP4/ "C:/Program Files/Apache Group/Apache2/cgi-bin/PHP/" 758,759d756 < AddType application/x-httpd-php4 .php < AddType application/x-httpd-php4 .php3 804d800 < Action application/x-httpd-php4 "/cgi-bin/PHP/php.exe" |