-
as seen on Server Fault
- Search for 'Server Fault'
I'm pretty new to cherokee, it's great and pretty straight forward except URL Rewrites. Is there a straight forward guide to it? Let me know.
Also how would I port this:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I just installed Cherokee and gave it a try. I'm pretty impressed with it. The configuration of the server is certainly a new approach and I must say that I generaly like it (surprisingly). Do you have any experience with it? Is it reliable?
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm running Cherokee web server 0.99.30 on (Ubuntu Hardy) and I have been having some issues getting the admin to run property.
When I run sudo cherokee-admin -b
Login:
User: admin
One-time Password: {password}
Web Interface:
URL: http://localhost:9090/
[20/11/2009…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying out the Cherokee http server on a seemingly fine machine. Following simple set-up instructions, I tried running cherokee-admin-launcher but it printed error messages and hung up. Ctrl-C did not kill it; I had to kill -9 it from another xterm. OTOH, cherokee-admin ran fine (or at least…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I've been trying to find some decent tutorials on how to set up a recent release of Cherokee webserver on Ubuntu (or equivalent Linux distros) which outline how to setup the webserver, mysql, phpmyadmin and php.
Some already exist, such as http://www.howtoforge.com/installing-cherokee-with-php5-and-mysql-support-on-ubuntu-10…
>>> More