Re: php problems (2 responses in one)

1999-12-17 Thread Blair Lowe
DOH |o A file must have the extension .php3 to be seen by the browser!!! Now it all works. YE. At least I learned the DSO technique. Sorry for the 100's of messages. Bye for now. >Hmmm. > >Everything should work but it does not :(:(:( > >I recompiled everything with php loaded as DSO.

Re: php problems (2 responses in one)

1999-12-17 Thread Blair Lowe
Hmmm. Everything should work but it does not :(:(:( I recompiled everything with php loaded as DSO. Here is my error_log log to prove it: [Fri Dec 17 23:33:52 1999] [notice] Apache/1.3.9 (Unix) PHP/3.0.12 mod_perl/1.21 mod_ssl/2.4.9 OpenSSL/0.9.3a configured -- resuming normal operations [Fr

Re: php problems (2 responses in one)

1999-12-17 Thread Blair Lowe
>PHP versus mod_ssl versus mod_perl... have you made certain that you have >AddType application/x-httpd-php .php in your httpd.conf? You mean AddType application/x-httpd-php3 .php3 ? What is the difference? is the former one for php4? Blair. Computer Engineering Inc. http://www.compeng.net Phon

Re: php problems (2 responses in one)

1999-12-17 Thread Winged Wolf
PHP versus mod_ssl versus mod_perl... have you made certain that you have AddType application/x-httpd-php .php in your httpd.conf? --- Mat Butler, Winged Wolf <[EMAIL PROTECTED]> SPASTIC Web Engineer SPASTIC Server Administrator On Fri, 17 Dec 1999, Blair

Re: php problems (2 responses in one)

1999-12-17 Thread Blair Lowe
Blair Lowe wrote: >Where is some good documentation on this stuff (LoadModule, >AddModule). It is one thing for syntax, but the APACI and "DSO" >stuff I have not found anywhere except a small bit in the install >manual. OK. From the install guide: "Read the INSTALL and htdocs/m

Re: php problems (2 responses in one)

1999-12-17 Thread Blair Lowe
At 12:25 +0100 1999/12/17, Graham Leggett wrote: >Blair Lowe wrote: > > ... and when I run httpd without the Loadmodule > > everything works except php *I haven't tried perl either*. > >I could be wrong, but from the compilation script you gave it looks like >you are not compiling Apache with mo