Yes, I tried that and it said there were non-compliant directives in it...so
I edited the new httpd.conf to include my stuff in it.  There is now a
php.conf file as well that looks like this...

LoadModule php4_module modules/libphp4.so

#
# Cause the PHP interpreter handle files with a .php extension.
#
<Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP
    LimitRequestBody 524288
</Files>


otherwise there is no reference to php in the httpd.conf file anymore.


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 03, 2002 10:33 AM
Subject: Re: Oh boy...8.0 broke some stuff...


> > I am running a few nuked sites with phpNuke...upon upgrading to redhat
> > 8, all my nuke sites are broken in multiple ways...much of the php
> > displays, but not accurately and obviously full of errors...I see that
> > apache is only loading php4 modules...could this be the problem?
> >
> > Thanks
>
> Just off the top of my head, did rpm perhaps save your original httpd.conf
> as httpd.conf.rpmsave and place a fresh default config in its place? If
> so, you might only have to move your config file back in place and restart
> apache.
>
> -Ken
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to