Posted by Samuel on 09/30/39 11:32
I'm afraid you might have misread my post. the
1) ScriptAlias /php/ "c:/php/"
2) AddType application/x-httpd-php .php3) Action application/x-httpd-php
"/php/php-cgi.exe"Thanks.
was meant to read:
1) ScriptAlias /php/ "c:/php/"
2) AddType application/x-httpd-php .php
3) Action application/x-httpd-php
"/php/php-cgi.exe"
Thanks.
I looked at the .zip version and it seems more confusing than necessary.
I've had a look at the module code and I still don't know where to put the
lines.
To summerize:
1) I now want to know where to put these lines in the httpd.conf file:
i) LoadModule php5_module "c:/php/php5apache2.dll"
ii) AddType application/x-httpd-php .php
iii) PHPIniDir "C:/php"
2) I have decided against the .zip based on the fact it seems beyond my
ability.
3) I will now use the module code instead of the cgi code
4) I think I know where to put the first 2 lines of the module code, but I
still
don't know where to put the 3rd module code line.
Navigation:
[Reply to this message]
|