Re: How to get a file listing
Keywan Ghadami <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Hi i asume you using xamp and test.gif is a simple git picture? The apache webserver will try to execute myserver.com/cgi-bin/mydir/test.gif put the picture anywhere else (eg C:\xampp\htdocs\mydir\). Maybe there are some more infos in your log file (eg. C:\xampp\apache\logs\error.log) You can configure the directories and there behavior in C:\xampp\apache\conf\httpd.conf. best regards > Hi guys > > Running apache on winxp. > The bizarre thing is in my browser I can put: > > myserver.com/mydir2/test.gif and that works > myserver.com/cgi-bin/mydir/test.gif gives internal server error. but I know > the opendir command can at least read mydir. Still, how should I 'enable' > mydir2? > > another issue is that even if I put xxx as the dir to open, I never get the > die text? > >