On 28/12/02 16:19 +0530, Arun claimed thus ... :
> I have loaded the standard packages of php (4.2.-8.0.5) and httpd
> (2.040-8) that comes with RHL8.0 and made the changes as instructed by
> adding :
>
> AddType application/x-httpd-php .php
>
> and
>
> LoadModule php4_module modules/libphp4.so
If you have loaded the standard PHP rpms for redhat 8.0 you didn't
even need to to the above. Redhat in all its wisdom have started
having a /etc/httpd/conf.d directory where you can put all your apache
additional configuration to your heart's content without touching the
main httpd.conf file.
When you install your PHP rpm from the RHL 8.0 CDs, it automatically
puts a php.conf file in this directory. SO yours adding the modules
above would probably produce an error message. The php.conf file
contents are the following:
====================================
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>
#
# Add index.php to the list of files that will be served as directory
# indexes.
#
DirectoryIndex index.php
====================================
Your problems maybe lies elsewhere. What is exactly the symptoms of
the problem that you see?
- Sandip
--
--------------------------------------------------------
Sandip Bhattacharya
sandipb <@> bigfoot.com
http://www.sandipb.net GPG/PGP: 0x08EB637C
--------------------------------------------------------
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help