Questions tagged [cherokee]

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

66 questions
1
vote
0 answers

Cherokee web server with PHP can't connect to MSSQL

I have a Cherokee web server and I need to make work with PHP and SQL Server database. I've installed Freetds and php5-sybase. Te problem is that Cherokee doesn't load the mssql.so module. It loads every other module it has odbc.so, pdo.so,…
Alex Hermida
  • 50
  • 2
  • 8
1
vote
1 answer

Strange behaviour with BeautifulSoup and converting HTML entities

I have a strange problem with converting special characters from HTML. I have a Django project where text is stored HTML-encoded in a MySQL database. This is necessary, because I don't want to lose any formatting of the text. In a preliminary step I…
1
vote
1 answer

Cherokee access-log for specific file

Context: I'm monitoring an APT repository mirror server, who runs on Cherokee. Goal: know how many computers have the mirror in their sources.list Method: tracking GET requests for "dists/[..]/Release" For Debian Wheezy, this would be…
1
vote
1 answer

Sinatra + Rack routing

I have an app file that looks like this ws_app.rb: require 'rubygems' require 'sinatra' require 'sinatra/respond_to' require 'dm-core' require 'dm-migrations' require 'dm-timestamps' require 'json' require 'csv' load…
Dimitri
  • 23
  • 5
1
vote
1 answer

Lua on Cherokee

Has anyone configured or tried to configure CGILua on Cherokee Web Server. What i really wanted was to process lua pages (.lp) together with PHP on Cherokee (PHP for writing on DB and handling user data and Lua for reading from the data base and…
user1031721
0
votes
1 answer

Strange django media deployment issue

I managed to deploy cherokee as a reverse proxy for a django app running with cherrypy as information source. All of the static files and media files seem to be served correctly except for a particular image. On…
Calvin Cheng
  • 35,640
  • 39
  • 116
  • 167
0
votes
4 answers

Is the Cherokee web server project stil alive?

I've been trying to reach cherokee-project.com for a few days and nothing comes up. Is this project still alive?
David
  • 606
  • 6
  • 11
0
votes
2 answers

PHP-FPM / FastCGI + exit() causing CPU spikes

I have been having intermittent issues on some servers running Archlinux / php-fpm 5.3.9 in FastCGI on Cherokee 1.2.101. I am using a caching plugin that builds and serves static cache files using logic like: $cache_file = md5($host . $uri) .…
0
votes
1 answer

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 libcherokee-mod-rrd sudo apt-get install cherokee-doc 3) uwsgi…
TigorC
  • 534
  • 1
  • 6
  • 11
0
votes
1 answer

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 unfinished connection? When a browser opens an…
ikevin8me
  • 4,253
  • 5
  • 44
  • 84
0
votes
2 answers

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: http://domain.tld/example-variable…
DivZero
  • 2,438
  • 2
  • 24
  • 23
0
votes
1 answer

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.)
Eugene
  • 1
  • 1
0
votes
1 answer

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 gnuplot) server OS: linux (ubuntu), hammer OS: any.
Teson
  • 6,644
  • 8
  • 46
  • 69
0
votes
2 answers

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.
Rui Marques
  • 3,429
  • 1
  • 22
  • 26
0
votes
1 answer

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 = dirname(__FILE__).'/pics/'.$album.'/'.$name.'.jpg'; …
Jonno_FTW
  • 8,601
  • 7
  • 58
  • 90