Re: PHP 5.2.3 - Segmentation fault (core dumped)

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

 



can i ask why you have anything to do with mod_php3 there?

and if you don't plan on trying to use php4 and php5, then remove any
looking for php4 too.

> > <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>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux