Re: httpd error

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

 



On Fri, 2003-05-09 at 00:07, Kevin Waterson wrote:
> This one time, at band camp, Thomas Robinson <tom.robinson@xxxxxxxxxxxxxxxxxxx> wrote:
> 
> > > is this (or somthing like it) in your httpd.conf file?
> > > 
> > > LoadModule php4_module modules/libphp4.so
> > > 
> > > <Files *.php>
> > >      SetOutputFilter PHP
> > >      SetInputFilter PHP
> > >      LimitRequestBody 524288
> > > </Files>
> 
> I have in /etc/httpd/conf.d/php.conf
> 
> LoadModule php4_module modules/libphp4.so
> 
> <Files *.php>
>     SetOutputFilter PHP
>     SetInputFilter PHP
>     LimitRequestBody 524288
> </Files>
> 
> 
> 
> > If it's not in the /etc/httpd.conf look in /etc/httpd/conf.d/php.conf
> > for the same info and in /etc/httpd.conf for the line:
> > 
> > Include conf.d/*.conf
> This is also in httpd.conf
> 
You may also need:

AddType application/x-httpd-php .php

DirectoryIndex index.php default.php

Are you trying to write some dynamic web content with php? Do you have
php installed? Try:

rpm -qa '*php*'

and let me know what you see...(this will report what php packages you
have installed).


--

In English, every word can be verbed. Would that it were so in our
programming languages.





[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux