Cherokee is a fast, flexible and easy to configure Web Server.
Questions tagged [cherokee]
66 questions
0
votes
1 answer
Map a specific file to a specific MIME-type in Cherokee
I want to make my Cherokee serve specific mime-types for my xml files. Now it only gives mimetype application/xml for all xml files.
In apache it is possible to write the following in /etc/apache2/apache2.conf.
AddType…

toftis
- 1,070
- 9
- 26
0
votes
1 answer
getting codeigniter to work on cherokee
I just set up a cherokee server to test out and so far I am loving the performance and ease to set up. There is one issue though, codeigniter seems to not work too well.
I always get "Access Denied"
How do you set up codeigniter with cherokee…

JonYork
- 1,223
- 8
- 31
- 52
0
votes
1 answer
Running buildbot behind cherokee reverse proxy
I am attempting to run my buildbot master server behind a cherokee reverse proxy with the buildbot instance as cherokee's information source in a round robin reverse proxy layout.
This is the buildbot master.cfg configuration file:-
# -*- python…

Calvin Cheng
- 35,640
- 39
- 116
- 167
0
votes
1 answer
python library's setup.py and dependency on distro-level python code
So I am packaging some code that I have as a proper "pypi-compliant" python package.
The problem is, my python library depends on some python classes in a distro-level only library - specifically cherokee.
Installed via
aptitude install…

Calvin Cheng
- 35,640
- 39
- 116
- 167
0
votes
1 answer
How do I run a virtual server on same IP of main server but different port using Cherokee?
When I have installed a Cherokee server and I only have one IP address, I need to know how to create a virtual server that can access for example with:
MY_SAME_IP_CHEROKEE:7000
I just want to change the port and I want to be able to create any…

pahko
- 2,580
- 4
- 22
- 25
0
votes
1 answer
Django does not load internal .css files
I have created a Django project in local which runs without any kind of problem. But, after an annoying and difficult Cherokee + uWSGI installation on Amazon AWS, my project does not show Django .css internal…

Rubén Jiménez
- 1,835
- 5
- 21
- 29