Wyrm xD wrote:
> Hi! I've read all 0x50.org <http://0x50.org> and I'm stucked so I
> decided to write here, sorry if it's the wrong place!
Don't worry, this is the right place.
> My real problem is that I only get a 404 message from Cherokee and the
> cherokee.conf, etc seems to be ok as I see in the website.
>
> cherokee.conf:
> Chroot /var/www
>
> sites-available/default:
> DocumentRoot /var/www
>
> Directory / {
> Handler common
> }
>
> (...)
It looks alright. The only things in which I can think of are that,
either your website is not located in /var/www, or you haven't a
DirectoryIndex defining what are your indexing files (index.html,
index.php, etc..)
> I do not know if I'm doing something wrong or I've to do something
> else, any help? Maybe you might know whats the matter..
What you can do is to test with a small configuration file. Lets try
this: First of all, create a temporal configuration file for this
test (Eg: /tmp/test.conf) and add this to the file:
====
DocumentRoot /tmp
Directory / {
Handler common
}
====
Then, launch Cherokee using that configuration file (as root):
====
/usr/sbin/cherokee -C /tmp/test.conf
====
Now, you should be able to see the content of your /tmp directory in
your browser. Once you have this running, you can start testing
what is wrong with your current configuration.
Anyway, do not hesitate to send your configuration files to the
list if you need further assistance. :-)
--
Greetings, alo.
_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee