From | Tran |
Date | Wed, 20 Apr 2005 13:20:46 +0700 |
Subject | [greenstone-users] Apache server setup. |
Hi,
I'm very new to
Apache and my suggestion may seem naive.
Here are suggestions
on how to configure Apache from manual and those suggestions would allow Internet users to see /gsdl
structure:
ScriptAlias
/gsdl/cgi-bin/ "C:/Program Files/gsdl/cgi-bin/"
<Directory "C:/Program Files/gsdl/cgi-bin"> Options None AllowOverride None </Directory> Alias /gsdl/
"C:/Program Files/gsdl/"
<Directory "C:/Program Files/gsdl"> #Options Indexes MultiViews FollowSymLinks AllowOverride None #Order allow,deny #Allow from all </Directory> I've commented out
some lines and it still work but now /gsdl structure can not be
seen.
Regards, |