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
0
votes
1 answer

A bunch of questions of permissions with a web server (Cherokee)

I'm new with Linux administration and I'm configuring a Cherokee Web Server. I'm using Archlinux so I have a http user that owns /srv/http. On the other hand I have a user called 'jesus' that is inside the http group. Cherokee is working with user…
0
votes
1 answer

Nagios and Cherokee

I just changed from apache2 to cherokee, I am running nagios, but I can't seem to figure out how I can get the cherokee to make the nagios webinterface show up. Has anyone done this before and can someone point me in the right direction ? I have…
Lucas Kauffman
  • 16,818
  • 9
  • 57
  • 92
0
votes
1 answer

Insserv error installing cherokee on fresh Debian squeeze

Steps: 1) Installed Debian 6.0 i386 minimal 2) apt-get update, apt-get upgrade 3) apt-get install cherokee 4) the following error: https://gist.github.com/964452
hale
  • 3
  • 1
0
votes
1 answer

Cheroke URL rewrite rule

I'm looking to create a URL rewrite rule for Cherokee 1.2.2 web server where the URL is: http://example.com/pricing?remove=358&referer=cHJpY2luZw== and I would like: http://example.com/pricing I also have a rule setup to remove index.php from the…
0
votes
1 answer

Cherokee & .HTAccess files

I believe that Cherokee does not support .htaccess files (which could be though of as a good thing in terms of speed). But, how do I do the things I used to do with .htaccess with Cherokee? Also, some of my clients host their sites on my webserver.…
psp
  • 3,033
  • 3
  • 14
  • 14
0
votes
1 answer

Serving flowplayer from cherokee webserver

When I download flowplayer locally on my machine and open index.html, the example video runs fine, no problems. I have a linode running cherokee 1.2.2 with a basic 'List and Send' virtual server setup. If I simply download the flowplayer zip, unzip…
dgel
  • 275
  • 3
  • 5
0
votes
1 answer

Configure Redirection Handler in Cherokee Server 0.99.39

I want to move my site from Apache to Cherokee. The install and basic configuration went very smoothly. However, I am having some difficulty with the URL rewriting configuration. For example, in my current Apache .htaccess file I have the…
jensendarren
  • 383
  • 2
  • 12
0
votes
1 answer

How to track/find long running processes using Django?

I'm using Cherokee(uwsgi) with Django and my timeouts are ridiculous(according to Cherokee). How can I track down what pages are causing these timeouts?
Ryan Detzel
  • 687
  • 3
  • 7
  • 20
0
votes
1 answer

Cherokee web server on Ubuntu Lucid

I've been trying to find some decent tutorials on how to set up a recent release of Cherokee webserver on Ubuntu (or equivalent Linux distros) which outline how to setup the webserver, mysql, phpmyadmin and php. Some already exist, such as…
0xDonut
  • 119
  • 4
0
votes
1 answer

Why does everybody mentions Apache/NGINX/Lighttpd... but not YAWS

I see a lot of comparisons between Apache, NGINX, Lighttpd, Cherokee ... but never a comparison with the YAWS webserver written in Erlang. Maybe there is a reason for this? Or maybe YAWS deservers more attention...
PieterB
  • 91
  • 1
  • 6
0
votes
2 answers

Nginx rewrite rule equivalent to Apache version

I'm using the PHPThumb script to resize image in a little slider/carousel on my blog, www.muylinux.com. I've completed the migration from Cherokee (we had problems with this webserver) to Nginx, but although almost everything is running fine, the…
javipas
  • 1,292
  • 3
  • 23
  • 38
0
votes
1 answer

Deploying a small Rails app - suggestions?

We've been working on a smallish Ruby On Rails (ruby 1.8, rails 3.0.1) system for our school finals project; during development, we've been testing on a mix of our development machines and a linux server on our LAN, running WEBrick. For deployment,…
snemarch
  • 103
  • 2
0
votes
1 answer

Cherokee : force http over to https error

I'm trying to get Cherokee to force all http:// over to https:// for one of my virtual servers. Right now I've used the configuration suggested at the cookbook. Here is the part in the /etc/cherokee/cherokee.conf vserver!30!rule!700!handler =…
valberg
  • 41
  • 1
0
votes
2 answers

VPS eating up too much memory

I have installed CentOS 5.5 minimal on my VPS. Then I installed mysql (yum mysql mysql-server) and started as a service (service mysqld start) After that I installed PHP (yum install php). And finally I installed Cherokee and ProFTPD. (service…
Ivan
0
votes
3 answers

Best Linux distro for Cherokee?

I want to use Cherokee for my PHP-centered site...what distro would best for that?
Someone