I'm optimizing our system for some faster static content delivery, and was wondering if anyone has any proper experience with the fastest web servers out there for such a purpose.
From the three main candidates I've considered, Nginx, Cherokee and…
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?
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…
Any of these web server software i.e., Apache, Nginx and Cherokee is suitable for my website at the moment. And I am learning sysadmin to be able to manage my server (and not for a job).
For a beginner that I am, any web server is equally new. So,…
We have been running nginx -> uWSGI, and now we are evaluating putting
Varnish as a caching layer between nginx and uWSGI (similar to
http://www.heroku.com/how/architecture).
But, nginx only supports HTTP 1.0 on the back so it will have to create…
I am a complete beginner and am planning to setup a photo sharing site. This is the setup I am planning, basically for a start - - Cherokee (instead of Apache) for serving dynamic content (python-based application), and Nginx for serving static…
I am having an issue on deploying applications with Cherokee web server. The thing is I need to host various Django applications in the same machine and distinguish each one by ports (i.e. app1 in port 8181, app2 in port 8282... you know).
It is…
Next month, I have to move my company's website from our current 3rd-party webhosting to our own cloud-based server.
I want to use a lightweight webserver. The requirements are:
PHP support
HTTPS support
Virtual domains (we have some domains that…
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:
…
I am using CloudFront with a Cherokee origin server for static files. Cherokee serves gzipped content for direct browser requests without any problem. But when CloudFront requests content, Cherokee serves it uncompressed because CloudFront is…
Is there any nginx module that will provide Cherokee-like web administration panel? It will be very helpful to manage virtual servers and another stuff.
I'm looking for it because I love nginx for this speed and simplicity but Cherokee has great…
I've installed Cherokee on a CentOS 6.3 VM through EPEL repo.
If I open http://localhost in elinks (sorry no gui) I can see the "Powered by Cherokee" page fine.
I've then launched the cherokee-admin process and open http://localhost:9090 in…
I'm using Cherokee webserver and I wish to redirect all requests to www.domain.com to domain.com without creating a separate virtual server to redirect requests.
In the Host Match section, I've set www.domain.com and domain.com as accepted domains…
I am tryging to port my htaccess rewrite rules to Cherokee. I already tried this. This works for me, but I can't seem to get the rule I am using working.
The apache rule:
RewriteRule ^dealinfo/(.*)/(.*) redirect.php?url=dealinfo/$1/$2
What it needs…
I use NGINX on my server as WWW server.
Now, I've seen Cherokee being used on some pages, such as university websites.
Is it advisable to use it, when I have dynamic content (some of it in PHP, some of it in Perl, some other in Lua, and some in…