Afficher un message
Vieux 12/09/2007, 21h42   #1
Zbigniew Szalbot
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped) [SOLVED]

Dear Daniel and all!

2007/9/12, Daniel Brown <parasane@gmail.com>:
> > > > > > > <IfModule mod_dir.c>
> > > > > > > <IfModule mod_php3.c>
> > > > > > > <IfModule mod_php4.c>
> > > > > > > DirectoryIndex index.php index.php3 index.html
> > > > > > > </IfModule>
> > > > > > > <IfModule mod_php5.c>
> > > > > > > DirectoryIndex index.php index.php3 index.html
> > > > > > > </IfModule>
> > > > > > > <IfModule !mod_php4.c>
> > > > > > > DirectoryIndex index.php3 index.html
> > > > > > > </IfModule>
> > > > > > > </IfModule>
> > > > > > > <IfModule !mod_php3.c>
> > > > > > > <IfModule mod_php4.c>
> > > > > > > DirectoryIndex index.php index.html
> > > > > > > </IfModule>
> > > > > > > <IfModule !mod_php4.c>
> > > > > > > DirectoryIndex index.html
> > > > > > > </IfModule>
> > > > > > > </IfModule>
> > > > > > > </IfModule>


> Try commenting out the whole block of data you sent to the list
> from your httpd.conf file and entering only this instead:
>
> <IfModule mod_dir.c>
> DirectoryIndex index.php index.php3 index.html index.htm
> </IfModule>


Problem solved! Daniel - this really ed. I do not even know how to
thank you but surely, this is amazing. This thing actually works!

Thanks to all!

Zbigniew Szalbot
  Réponse avec citation
 
Page generated in 0,06540 seconds with 9 queries