IMP Configuration Overview

only for RuBoard - do not distribute or recompile

IMP Configuration Overview

The Apache Web server needs to know to run the PHP interpreter when the IMP main page is requested . This page is index.php3. To do this, edit the /etc/httpd/ conf/srm.conf file. Change the default DirectoryIndex from the following

 DirectoryIndex index.html index.shtml index.cgi 

to the following:

 DirectoryIndex index.html index.php3 index.htm default.html index.cgi 

TIP

Starting with Red Hat version 6.2, the version of the Apache Web server being shipped combined the srm.conf and the access.conf files into the one httpd.conf file. If you have the later version, you need to search for the DirectoryIndex directive in the httpd.conf file.

You can tell whether you need to search the httdp.conf file by looking at the srm.conf file. If it only has a few comment lines in it, all the directives are in the httpd.conf file.


only for RuBoard - do not distribute or recompile


MySQL and PHP From Scratch
MySQL & PHP From Scratch
ISBN: 0789724405
EAN: 2147483647
Year: 1999
Pages: 93
Authors: Wade Maxfield

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net