Cherokee is a fast, flexible and easy to configure Web Server.
Questions tagged [cherokee]
66 questions
2
votes
3 answers
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) websites. Nothing works yet. I am using Ubuntu…

Steve Tjoa
- 59,122
- 18
- 90
- 101
1
vote
0 answers
PySerial permission denied when invoked by webserver
I have a django application which connects to several serial devices on the server.
This application is running on Ubuntu 10.04. The user "chero" is the owner of the webserver processes. chero is a member of the dialout group.
Everything works as…

AgDude
- 1,167
- 1
- 10
- 27
1
vote
1 answer
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 request_queue_size=0
and repeated these commands to spawn…

Calvin Cheng
- 35,640
- 39
- 116
- 167
1
vote
2 answers
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 traditional LAMP setup.
Is there anything I need…

Garrett
- 457
- 2
- 4
- 19
1
vote
1 answer
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 is the Django template not found error.
I…

Kerry Hatcher
- 601
- 6
- 17
1
vote
0 answers
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 cherokee to run asp.net under…

Coconut
- 111
- 1
- 12
1
vote
0 answers
Deploying Django app on Yocto
I am currently working on a project that requires to deploy a Django Application to a ConnectCore 6 UL SBC Pro which runs a custom version of Yocto project.
I have been having a lot of issues to deploy my app onto this device, I would like to know…

Jeff Labonté
- 51
- 8
1
vote
1 answer
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
The problem is that the ?-sign messes up the cmd;
$_GET :…

Teson
- 6,644
- 8
- 46
- 69
1
vote
3 answers
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 though my sites are pretty low traffic profile (htop…

Gok Demir
- 1,404
- 4
- 21
- 40
1
vote
1 answer
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 url (for example)
/parts/tr/accessories/tyres
to…

Andrew Phillips
- 13
- 2
1
vote
2 answers
How to Serve Django media user uploaded files using Cherokee with restriction to logged users
How to configure Django and Cherokee to serve media (user uploaded) files from Cherokee but to logged in users only as with @login_required on production.

Cherif KAOUA
- 834
- 12
- 21
1
vote
0 answers
Apache rewrite rule in Cherokee
how can i use the following apache rewrite rule in cherokee?
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1…

xilefkfelix
- 11
- 1
1
vote
1 answer
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 the admin pannel is displaying a strange…

user234090
- 53
- 1
- 5
1
vote
0 answers
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 to lets say a database schema and next day I work…

Pete
- 31
- 1
1
vote
2 answers
Can gitlab be installed with Cherokee web server?
I've looked all over and can't figure out if you could use Cherokee instead of Apache or Nginx for gitlab. I'd rather not run multiple webservers (and imagine that they could conflict anyway). I'm giving this a shot on Ubuntu Server 12.10.
For the…

EpicCyndaquil
- 263
- 2
- 3
- 17