Virtual server settings
----------------------------

- Rule 1: (Port 51823 AND Directory /static), List & Send, final
  points to /home/abc/public_html/static

- Rule 2: Port 51823, CGI, not final
  points to /home/abc/public_html/cgi-bin/

- Rule 3: Port 51823, List & Send, final
  points to /home/abc/public_html/

Expected result
--------------------

A call to http://localhost:51823/static/ or http://localhost:51823/
should list the directory contents or return any existing & requested
file.

A call to http://localhost:51823/somefile.cgi should run the file if it
exists.

Actual results
----------------

Rule 2 works properly.  Rules 1 & 3 return only 404s.

I have tried removing Rule 3 and re-adding it, restarting the server
manually, but it just refuses to serve files from that port, EXCEPT for
the cgi-bin directory.

What else should I try?

Thanks,

Andrew Ittner
mailto:[email protected]


_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to