un the Configuration script
----------------------------
In the CGIs directory there is a Configure.s and a Configure.bat file.
Run this file after you ve moved the CGIs directory to it s desired
location. The Configure script will create a file nammed apache.conf.
Append this file the the httpd.conf file.
LINUX:
[prompt]$ ./Configure.s
[prompt]$ cat apache.conf >> /etc/httpd/conf/httpd.conf
Note: you may need to set the executable flag on the script
chmod 755 Configure.s
WINDOWS:
prompt> Configure.bat
Copy the contents of apache.conf to httpd.conf