Questions tagged [cherokee]

Cherokee is an open-source Web server.

Support for:

  • PHP
  • Ruby on Rails
  • ColdFusion
  • GlassFish
  • Django

More info at wikipedia and cherokee.

46 questions
1
vote
1 answer

SVN served via Cherokee

Short question: There's a mod_svn for Apache. but is there a similar way to get SVN access via Cherokee? If yes, how? I couldn't find any information on this
Dave Vogt
  • 257
  • 2
  • 12
1
vote
1 answer

Using Virtual Domains with WordPress and Cherokee Web Server

I'm trying to configure WordPress to work with Cherokee Web Server. The multi-site set up in WordPress is yyy.com and uses 'sub-domains'. Thus, I have sites like aaa.yyy.com, bbb.yyy.com - they all work fine so far. However, I have another…
ikevin8me
  • 137
  • 1
  • 6
1
vote
4 answers

Cherokee rule for 301 redirect

I am moving from Apache to Cherokee for some trials I want to do the redirect in cherokee that i do for Apache: # Redirect to the WWW canonical name RewriteEngine On RewriteCond %{HTTP_HOST} !=www.domain.com RewriteRule ^…
Ian Warner
  • 136
  • 3
1
vote
1 answer

Password protect web directory with htpasswd on Cherokee

I have a directory on my Cherokee webserver that I am trying to password protect so that when I try to enter it from a web browser, I get a pop up demanding username and password. Needless to say I am getting stuck. I have created the .htaccess…
wdkrnls
  • 111
  • 2
1
vote
2 answers

How to serve pages through multiple frameworks/template engines efficiently

I would like to render a file that has both PHP tags and Web2Py tags mixed together. To do this, I would like the web server to pass the file through Web2Py, then PHP. I found a method to call PHP from Web2py via Python (based on this method for…
Leftium
  • 293
  • 2
  • 8
1
vote
2 answers

Cherokee high virtual memory usage even after disabling I/O Cache

I've Ubuntu 10.04LTS 64-bit running on a openvz container and Cherokee 1.0.8 compiled from source. The virtual memory usage of cherokee-worker is around 430 MB even after disabling I/O cache from Advanced -> I/O Cache -> NOT enabled. Is this issue…
nidheeshdas
  • 119
  • 2
1
vote
1 answer

CHROOTED Cherokee Web Server

Is it necessary to CHROOT the Cherokee Webserver (It runs as a user with no shell and restricted priveleges). How do I go about finding the requirements of Cherokee (for putting it in a chroot jail) and is it practical to run multiple websites all…
jSherz
  • 123
  • 4
1
vote
1 answer

How to fix "Segfault in Cherokee"?

I keep getting the following in my mail. The Cherokee 'panic action' script, /usr/bin/cherokee-panic, was called for pid (). This means there was a problem with the program, such as a segfault. However, the executable could not be found…
Van Nguyen
  • 568
  • 3
  • 6
  • 15
1
vote
0 answers

Cannot set Cherokee FastCGI to Mono

I used this as information source: /usr/bin/fastcgi-mono-server2 --socket=tcp --address=127.0.0.1 --port=39893 --applications=/:/var/www Put extension to *.aspx and made one index.aspx file in /var/www But when pointed it, see only text of it.
Igor Golodnitsky
  • 287
  • 1
  • 2
  • 12
1
vote
1 answer

How to setup a django site with Cherokee, DynDNS and virtual_env?

I have a django project running with the dev server, and would like to try run it in a production environment. I wanted to try Cherokee for a change, so I installed it. We don't have a domain name yet, so I set up a DynDNS looking like…
e-satis
  • 409
  • 5
  • 17
0
votes
1 answer

Cherokee/WordPress links to media files are WRONG

I have a problem with WordPress links to media files. It is currently pointing to (which is wrong/won't work/nothing loads): http://mydomain.com/files/2012/10/image_4-1.png The correct URL is to retrieve the image is (works/image is loaded into…
ikevin8me
  • 137
  • 1
  • 6
0
votes
1 answer

WordPress MU Domain Mapping

Possible Duplicate: Using Virtual Domains with WordPress and Cherokee Web Server I'm trying to configure domain mapping for WordPress with Cherokee and I came across a WordPress Plugin called "WordPress MU Domain Mapping". Reference:…
ikevin8me
  • 137
  • 1
  • 6
0
votes
4 answers

Avoiding 502 Bad gateway in a round robin webserver process restart

I have a load balancer/reverse proxy (either nginx or cherokee, does not matter which) deployed on my server and it points to multiple background webserver processes (either gunicorn or cherrypy, does not matter which) in a round-robin set-up. In…
Calvin Cheng
  • 1,116
  • 3
  • 14
  • 17
0
votes
1 answer

debugging cherokee on arch linux

After installing cherokee on my arch linux instance, pacman -S python2 cherokee rrdtool I continued on to do some configuration via cherokee admin:- cherokee-admin -xb Hoping over to my browser, I attempted to access my cherokee admin via…
Calvin Cheng
  • 1,116
  • 3
  • 14
  • 17
0
votes
1 answer

Configuring error.log on Centos 6.5 with Cherokee 1.2.101 running PHP site

I have a problem configuring error log for virtual host serving PHP web aplication on our internal network. I was hoping to get output similar to Apache's but I get output like this: {'type': "error", 'time': "27/03/2012 16:37:59.270", 'title': "PHP…
mmesnjak
  • 1
  • 1