MaGneTTo
05-09-2002, 05:53 PM
Has anybody tried this already ? Because i'm running into troubles with PHP, when I try to access a .php document, it says "access forbidden", and i looked in /logs/error_log, it says like this :
[Thu May 09 18:48:34 2002] [error] [client 127.0.0.1] (20)Not a directory: Can't open directory for index: /home/www/index.php/
and in httpd.conf
DirectoryIndex index.html index.htm index.php
I did put :
LoadModule php4_module modules/libphp4.so
i did compile apache with --enable-modules=so and compiled php with --with-apxs2=/usr/local/apache/bin/apxs, resuming, i don't know what's is going on. Any idea ?
[Thu May 09 18:48:34 2002] [error] [client 127.0.0.1] (20)Not a directory: Can't open directory for index: /home/www/index.php/
and in httpd.conf
DirectoryIndex index.html index.htm index.php
I did put :
LoadModule php4_module modules/libphp4.so
i did compile apache with --enable-modules=so and compiled php with --with-apxs2=/usr/local/apache/bin/apxs, resuming, i don't know what's is going on. Any idea ?