[PHP] Re: Apache is not rendering php pages. Config problem?

2002-05-10 Thread Sven Herrmann
There is no phpmodule in there, so I cant activate it. I did include some lines from my old config: AddType application/x-httpd-php .php4 .php3 .php AddType application/x-httpd-php-source .phps if you're using Apache 1.x you need to add: LoadModule php4_modulelibexec/libphp4.so

[PHP] Re: Apache is not rendering php pages. Config problem?

2002-05-10 Thread Andy
leider funktioniert das nicht. nach ausfuehren von configtest bekomme ich dann: Syntax error on line 953 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: cannot open shared object file: No such file or

[PHP] Re: Apache is not rendering php pages. Config problem?

2002-05-10 Thread Javier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What version of php and apache do you use? Andy wrote: | leider funktioniert das nicht. nach ausfuehren von configtest bekomme ich | dann: | | Syntax error on line 953 of /usr/local/apache/conf/httpd.conf: | Cannot load

[PHP] Re: Apache is not rendering php pages. Config problem?

2002-05-10 Thread Andy
I did find the prob! So for all guys struggeling with the same one.. First install apache, then php! I did reinstall apache after php. After compiling php again it is up and running. Thanx guys, Andy Javier [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL

Re: [PHP] Re: Apache is not rendering php pages. Config problem?

2002-05-10 Thread Liam MacKenzie
That's strange.. I always compile in this order... 1. MySQL 2. PHP 3. Apache - Original Message - From: Andy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 11, 2002 9:10 AM Subject: [PHP] Re: Apache is not rendering php pages. Config problem? I did find the prob! So