learned something interesting. I stripped the configuration down to what you see below.

Eric S. Johansson wrote:
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
    }

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

    }


I got the same problem, i.e. not being able to find notes or index.html as described earlier. Made one simple change. I moved documentroot out of the Directory / block and replaced the document root underneath the server line with it. All of a sudden, things work. I haven't tried the complicated stuff yet but hopefully this will help with debugging.

---eric
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to