[imp] Login: mailbox downloads

Robert Oliver robo45h@aol.com
Sat, 28 Sep 2002 22:03:55 -0400


Mike,

Thanks for answering! I'll have to walk through your "howto" in detail. 
Here are answers to your specific notes.

Mike Cochrane wrote:

>Hey there :-) Well that's a very old version of Apache and i'd recomend changing
>that for security and stability reasons.
>
Actually, that was a typo. I'm running 1.3.26 which is the very latest 
of the 1.3 line. All security holes patched. Apache 2.0 was giving me 
problems with PHP in module mode with another application I run 
(Gallery) and is noted on the PHP website as not yet fully supported. So 
I had to fall back to Apache 1.3.26.

>
>I think you've missing a directive from Apache's httpd.conf. You'll need the
>lines that tell it to use php as a module or cgi.
>
>For php via CGI:
>ScriptAlias /php4/ "c:/php4/"
>Action application/x-httpd-php4 "/php4/php.exe"
>AddType application/x-httpd-php4 .php .php3 .phtml .phps
>
>For php as a module:
>LoadModule php4_module c:/php4/php4apache.dll
>AddType application/x-httpd-php .php .php3 .phtml .phps
>
Yes, I have both of these lines.

Any other ideas? I"m stumped.

Robert