Forum Moderators: phranque

Message Too Old, No Replies

viewing the cgi-bin

Configuration setting that allow the cgi-bin to be view as a directory.

         

NevadaSam

1:23 pm on Aug 23, 2006 (gmt 0)

10+ Year Member



I know this would be a security issue on the Internet, but the computer that I am using for this is not connected and it could be a useful tool.

I am using Apache2.0.59 on windows xp. My scripts are located at "C:/WebServer/cgi-bin". I want the directory to list when I enter "http://localhost/cgi-bin" instead of getting the "Forbidden" error. How do I configure Apache httpd.conf to allow this?

jdMorgan

2:18 pm on Aug 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Delete any DirectoryIndex directives, and add Options +Indexes

Jim