listening on port 1080
configuration:

##
## Virtual server for example.com
##
Server inguide.com, www.inguide.com {
        DocumentRoot /var/www/inguide.com
        Log combined {
            AccessLog /var/log/cherokee.igs.access
            ErrorLog  /var/log/cherokee.igs.error
        }

        Directory /aether {
                DocumentRoot /var/www/inguide.com/aether
                Handler cgi
        }

        ##
        ## Rest of the virtual host configuration..
        ## Add you parameter here..
        ##
        Directory / {
                DocumentRoot /var/www/inguide.com/igs
                Handler common  
                }

        }



first problem is a logging problem.  I'm getting a 404 instead of the
file requested.  They should be no surprise, it's a common problem.
Problem is I'm not getting enough information in the logs to debug it.
For example:

when I request the file "http://inguide.com:1080/notes";, I get:
192.168.0.24 - - [18/Jul/2005:00:54:25 --500] "GET /notes HTTP/1.1" 404
0 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8)
Gecko/20050511 Firefox/1.0.4"

I don't remember what the combined log file format looks like but I
would expect a path to the file it thinks it's requesting.

the second problem is a little weirder.  I request
"http://inguide.com:1080/"; and the request loops around redirecting its
brains out finally terminating by complaining about redirection limit
for this URL exceeded.  I've removed all of my 404 handlers, defaulting
to all system supplied handlers with the same result.  it just occurred
to me to point out that I do not have any default index files on the
system.  I was requesting it trying to trigger a 404 event.

the access log is filled with these entries

192.168.0.24 - - [18/Jul/2005:00:36:26 --500] "GET / HTTP/1.1" 301 0 "-"
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8)
Gecko/20050511 Firefox/1.0.4"

ideas?  b03?

Alvaro, if Cherokee can survive my tender loving care, it will be more
robust than 90% of the software out there.  Definitely more robust than
Apache.  ;-)  once it is working for me, maybe I should create for you a
"survived esj" logo.

--- eric
--
http://www.wired.com/wired/archive/13.03/view.html?pg=5

The result of the duopoly that currently defines "competition" is that
prices and service suck. We're the world's leader in Internet
technology - except that we're not.
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to