[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: release critical bug in apache2.2?



On Sun, Nov 05, 2006 at 02:36:02PM +0100, Bastian Venthur <venthur@debian.org> wrote:
> Here is what I've installed:
> # dpkg --list | grep php | cut -d " " -f -3
> ii  libapache2-mod-php5
> ii  php5
> ii  php5-common
> 
> and:
> 
> # cat /etc/apache2/sites-enabled/wiki
> <VirtualHost *:80>
>     ServerName wiki.localhost
>     ServerAlias wiki.*
> 
>     DocumentRoot /var/www/wiki/
> 
>     # Workaround #393913
>     DirectoryIndex index.html index.cgi index.pl index.php index.xhtml
> </VirtualHost>
> 
> The index.php lies directly in /var/www/wiki/
> 
> The rest is pretty much standard configuration and worked perfectly
> before 2.2.

What about /etc/apache2/mod-enabled/php5.* ?

> Again, I'm certainly no apache-pro but I think something is wrong here
> and since this is already in testing we should make sure to fix it
> before it gets stable.

I had no problem except the index.php thing when upgrading apache 2.0 +
php4 to apache 2.2 + php4. Maybe there is a problem with php5, or maybe
you upgraded apache before php5 was ready for it and it got disabled
because incompatible...

Mike



Reply to: