Tagged Questions

Cherokee is a fast, flexible and easy to configure Web Server.

learn more… | top users | synonyms

9
votes
2answers
2k views

Why use Apache over NGINX/Cherokee/Lighttpd?

Apache has been the de facto standard web server for over a decade, but recent years have brought us web servers that consume less RAM and handle many more requests per second using fewer threads and ...
3
votes
2answers
99 views

Test if X-Sendfile header is working

I am looking for a way to confirm if X-Sendfile is properly handling requests handed back to the webserver by a script (PHP). Images are being served correctly but I thought I would see the header in ...
3
votes
2answers
3k views

X-Requested-With/HTTP_X_REQUESTED_WITH weird problem

I'm building a Django site and trying to use the request.is_ajax() function... But it's only working locally and it's driving me crazy! I'm at the point where I've just dumped the headers. Here (on ...
2
votes
1answer
348 views

Cherokee causing problems spawning multiple uwsgi instances

I am running cherokee to serve a django app using uwsgi. I have been having some strange behavior since upgrading to cherokee 1.2.x. The setup worked fine prior to cherokee 1.2.x and I haven't ...
2
votes
2answers
672 views

Restart to see changes? Cherokee + uWSGI + Django/Pinax + Virtualenv

I'm having some trouble with Cherokee + uWSGI picking up on code changes to .py files in my django app. Even using find -name "*.pyc" -delete ...seems to have no effect. Changes are noticed ...
2
votes
3answers
1k views

uWSGI with Cherokee: first steps

Has anyone tried using uWSGI with Cherokee? Can you share your experiences and what documents you relied upon the most? I am trying to get started from the documentation on both (uWSGI and Cherokee) ...
2
votes
1answer
286 views

What is the correct directory layout for a web server under Mac OS X?

I'm packing the Cherokee Web Server, a very very fast webserver with a nice web-based GUI for configuration written by the spanish hacker Alvaro Lopez Herrera and available from ...
1
vote
1answer
132 views

502 Bad gateway - django/cherrypy HTTP reverse proxy Round Robin on Cherokee

So I install cherokee and included django-cpserver into my django app. Thereafter, I ran python manage.py runcpserver daemonize=1 port=3035 pidfile=/var/run/django/cherrypy.pid-1 threads=1 ...
1
vote
2answers
607 views

serving static files on Django production tutorial

Does anyone have a simple step-by-step tutorial about serving static files on a Django production app? I read the Django docs and it sounds really complicated... I'm trying to go the route of serving ...
1
vote
0answers
281 views

Cherokee skips fastcgi-mono-server4 running asp.net MVC 4.0

My problem is that when I run an API with cherokee and mono, cherokee skips the fastcgi-mono-server and says 404 not found, instead of returning the data from mono-server. I followed this tutorial of ...
1
vote
1answer
186 views

How can I redirect ports in Cherokee?

I've installed cherokee and am very happy with it. But now I'm wondering how I can redirect ports. I'd like to redirect port 80 to other ports based on the hostname, as follows: Request for ...
1
vote
1answer
100 views

rewrite-rule to properly handle ?-sign

I'm having a annoying issue with rewrite-using cherokee web-server. I want to convert: http://example.com/mypage.phtml?cmd=print => to => http://example.com/index.php?page=mypage&cmd=print ...
1
vote
2answers
525 views

Set up Cherokee + Web2py on Ubuntu 10.04 Lucid

Anyone have a script or set of instructions for setting up a fresh install of web2py on Cherokee on Ubuntu 10.04 Lucid (in the cloud)? Lucid or Cherokee repositories OK. Sqlite fine for now but MySql ...
1
vote
3answers
4k views

Nginx vs Cherokee replacement for Apache

How do you compare Nginx and Cherokee in terms of memory usage and performance? My VPS serves Drupal 6.16, magento 1.4.1 and CS-CART 2.0.15 with apache2 prefork-mpm. Apache2 eats my memory even ...
1
vote
1answer
186 views

Regex for Redirection problems (Cherokee Web Server)

I'm having a real problem with this because I just can't get my head around regexes. I'm using Cherokee Web Server and I'm trying to use a regex to perform a redirection. I need to get the following ...
1
vote
1answer
188 views

Problem deploying Django-Mingus with Flup and Cherokee. Strange admin behaviour

I have a django-mingus blog running perfectly fine with the integrated development web server of django. It's installed in a virtualenv. Once deployed using the django app wizard of cherokee 0.99.42 ...
1
vote
0answers
255 views

Is there anyway to make cherokee server portable?

I develop on different machines. I use MAMP, I have it installed on my dropbox folder and created symbolic links to the applications folder. That way if I work one day on my desktop and make changes ...
1
vote
0answers
414 views

Problems Running Cherokee Web Server Admin

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 ...
0
votes
0answers
35 views

Why django is sending an old data to a json serialized response

I am testing two django applications that are communicating each other when data changed on one. Im just using json-serialized data to serve the changed data at '/api/changes/' url. When i make some ...
0
votes
1answer
51 views

Run django project on cherokee + uwsgi

That have: 1) ubuntu 11.10 2) cherokee (https://launchpad.net/~cherokee-webserver/+archive/ppa) (version 1.2.101) installed like this: sudo apt-get install cherokee sudo apt-get install ...
0
votes
1answer
48 views

Continue processing/execution while HTTP connection is lost (Web Server/GlassFish)

I got this question regarding web server (such as nginx, Cherokee or Oracle iPlanet) and Java containers (such as GlassFish): Can we control what happens to the connection if the user drops an ...
0
votes
0answers
27 views

Some requests from the load webservers have 3sec waiting time

I wonder why... The pages requests about 60 images. The average and correct values are: Connecting time: 90~ ms Waiting time: 120~ ms Receiving time: 80-100~ms But always, 3 or 4 requests have these ...
0
votes
1answer
88 views

Cherokee redirect

My server is running Cherokee and I'm trying to get a redirect to work. I'm running into troubles with infinite redirect loops because I am redirecting to the same folder. My URL is: ...
0
votes
0answers
50 views

Cherokee Web Server Upload Reporting

I am trying to use upload reporting module in cherockee web server. I use Nginx example code (http://wiki.nginx.org/HttpUploadProgressModule), but obviously module doesnt start working. I can't ...
0
votes
1answer
366 views

Nginx vs Cherokee

What is the best for 5-10K concurrent connections? Is someone using Cherokee for huge web applications? (I mean giants like Google, IBM etc.)
0
votes
1answer
176 views

measuring mem / cpu on web server benchmark

I'm evaluating static & php performance for some FOSS web servers, they're all up an running fine. I want to get RPS, ram- and cpu-usage. any tool recommended, (except the obvious, ab and ...
0
votes
1answer
101 views

Migrating from Cherokee to Apache?

Maybe this is just a simple install and configure... but I don't want to wreck all my sites with a careless move. As much as I like Cherokee, I think I want to change my server environment to a more ...
0
votes
0answers
226 views

Cherokee url rewrite rule

I would love some help in rewriting a url, i'm currently using Cherokee 1.2.2 web server. The url that would like a rule for is mydomain.com/pricing?remove=355&referer=cHJpY2luZw== and I would ...
0
votes
1answer
118 views

Django template not found on production, but in dev is fine

When I run the app in dev mode (./manage.py runserver 0.0.0.0:9090) everything works fine. The template is rendered and everything is great. When I reload the production web server(cherokee) all I get ...
0
votes
2answers
105 views

Is there a mono alternative for IIRF isapi rewrite filter?

I'm moving some ASP.NET projects from IIS to Cherokee/nginx and I need a solution for url rewriting. I'm using IIRF (great project) but this works only on IIS.
0
votes
0answers
128 views

Wordpress uploads folder error

Hi When I use the wordpress install theme function I am getting an error 'The uploaded file could not be moved to /var/www/wp-content/uploads'. I have changed permissions to bare minimums that I'm not ...
0
votes
2answers
1k views

Deploying flask on cherokee and uwsgi

I'm attempting to deploy a flask web app I've developed using cherokee and uwsgi. I got cherokee and uwsgi installed and working (i think uwsgi works), but when I configure the app in cherokee, i just ...
0
votes
0answers
153 views

Vanilla Forums and Cherokee HTTPd

I'm trying to get Vanilla up and running on Cherokee, and I'm faced with the challenge of converting the .htaccess file to Cherokee rules: <IfModule mod_rewrite.c> RewriteEngine On # ...
0
votes
1answer
233 views

How to maintain multiple Django projects as port-based Cherokee virtual hosts?

Is it possible to maintain multiple Django (actually, FastCGI/SCGI) projects on one IP address, and distinguish them by port? I really like Cherokee. Its admin interface and ease of customization, ...
0
votes
1answer
209 views

Using GD with php to make thumbnails returns an internal server error

I am using GD to make thumbnails as required on my php site, but whenever I run the function: include('resize-class.php'); function getThumbnail($album,$name){ if ($name != ""){ $file = ...
0
votes
3answers
764 views

Apache, lighttpd, nginx, cherokee, what's the best combination?

I have a blog, dynamic (php) and static content (images, css, js). I googled a lot to find benchmarks on each server and figured out that there's actually no best server. Therefore I'm looking for ...
0
votes
2answers
123 views

RegEx construction to exclude files

I'm really stuck with creating an RegEx that excludes files from being rewritten. I am using Cherokee as web server and want to turn links like http: //example.com/123 to http: ...
0
votes
1answer
146 views

PHP not loading custom extension

I'm writing a custom extension in PHP and am loading the extension in the php.ini file. The extension loads and runs fine when using the command-line interface, but it doesn't load in the web server ...
0
votes
1answer
88 views

Having a fallback/default page for Cherokee when a reverse proxy is unavailable

I have a Cherokee instillation that I'm using to serve a few web applications. One blog/calendar/etc. and 2 compute intensive web-applications (1 stable version and 1 "developmental" version). All ...
0
votes
1answer
272 views

What could cause a redirect loop with Pylons + uWSGI + Cherokee?

I had no issue with Django + uWSGI + Cherokee. BUt I would like to try pylons before committing to either framework. I followed the tutorial from pylonshq.com - 1.0/gettingstarted I ran into no ...
0
votes
1answer
799 views

Cherokee + uWSGI + Pylons

I have successfully deployed a Django app with uWSGI + Cherokee. However, I want to experiment with Pylons before I go decide on Django. So far I have followed the instructions/recommendations here: ...
0
votes
2answers
157 views

cherokee doesn't synchronic update django process code

I use cherokee(1.0) as web server and django web framework(1.2.1). When I update django files like views.py or static files, web server seems not to update instantly. I guess it is about cache, so i ...
0
votes
1answer
219 views

wsgi-served page does not refresh

I recently got my first app to work in uWSGI with Cherokee. I used the following code taken from the uWSGI docs: def application(environ, start_response): start_response('200 OK', [('Content-Type', ...
0
votes
0answers
43 views

Server is truncating output

I'm running Cherokee on a Linux server, and I have a simple script like this: $(function() { $('#avatars, #Avatar').hide(); $('shoo').change(function() { $('#avatars, #Avatar').hide(); }); }); ...