Hi Everyone,
I have installed Apache2 with PHP4 , but unable to configure for PHP4 in in my Apache web server.
Here are my files.............htttpd.conf file has been attached here.
PHP.Conf
#
PHP is an HTML-embedded scripting language which attempts to make it
easy for developers to write dynamically generated webpages.
#
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
i am unable to fine Add Module for PHP4 in this.
Can you tell me what might be the problem exactly in my PHP4.
Thanks in Advance
Rama