[TriLUG] ReadmeName
Robert Berkowitz
robert at damn.no-ip.com
Sun Sep 12 09:38:10 EDT 2004
Do any of your php pages work since upgrading? Are you using php as a
module with apache? Check to make sure you have something like the
following either in your httpd.conf or in your
/etc/httpd/conf.d/php.conf:
# If you need to load the module
LoadModule php4_module modules/libphp4.so
# Add the application type
AddType application/x-httpd-php .php
Robert
On Sep 11, 2004, at 6:49 PM, Kipp Spanbauer wrote:
> All:
>
> I am using Fedora Core 2 and Apache 2.0.50/PHP 4.3.4. Before
> upgrading from Red Hat Linux 9, I had in my httpd.conf file:
>
> ReadmeName README.php
> HeaderName HEADER.php
>
> I have a README.php file that contains perl which allows a very simple
> cgi perl script to upload a file (it's not very exciting, but it
> works).
>
> Why does it not work after upgrading to FC2?
>
> If I rename the file to README.html and adjust the httpd.conf file to
> have "ReadmeName README.html", it works fine.
More information about the TriLUG
mailing list