Comment 9 for bug 104863

Revision history for this message
Ondřej Surý (ondrej) wrote :

Does your output of:

dpkg -l libapache2-mod-php5 includes /etc/php5/apache2/conf.d line?

Does that symlink exists?

$ ls -l /etc/php5/apache2/conf.d
lrwxrwxrwx 1 root root 9 2007-05-22 17:55 /etc/php5/apache2/conf.d -> ../conf.d

And it's part of the libapache2-mod-php5 package.

If it doesn't exists, could you try creating it manually?

Does it help? (It should print something about including module twice)

If it doesn't help, could you do:

strings /usr/lib/apache2/modules/libphp5.so | grep conf.d

and send output here?

Thanks,
Ondrej