Re: [PHP] PHP and Apache Win32

2002-03-01 Thread [EMAIL PROTECTED]
Yes, you have got a few thing mixed up, to be exact DSO and CGI. The DSO module containing the PHP engine is loaded into Apache, and therefore it doesn't the CGI version (php.exe) anymore. So 'ScriptAlias' is only needed for CGI installations, and you don't need the 'Directory' part either. All

[PHP] PHP and Apache Win32

2002-03-01 Thread Gordon Bergström
Greetings. Got a, I think, pretty easy question if you know of it. Running Apache with PHP. I always get a 500 Error page when I try to access the php file. I have run php.exe -i and it all looks good. I am running php as a DSO under Apache. In Apache error.log there is a line that say "[Fri Ma