From: Matti L. <mat...@he...> - 2003-10-01 07:35:38
|
Wrenn, Bobby J. wrote: >After following the brief install instructions and adding index.cgi as a >default web page in httpd.conf, I get the source listing when I try to view >cms/index.cgi. > >Is it possible I am missing a perl module? What modules are required? > In case your server is Apache (as I figure from "httpd.conf"), you might want to check your DirectoryIndex tags. In the default configuration there might be DirectoryIndex index.html and you want to add there DirectoryIndex index.html index.cgi For more information concerning the directive consult Apache documentation, e.g. http://httpd.apache.org/docs/mod/mod_dir.html#directoryindex r. Matti L |