The Wakaba and Kareha support thread, part 2 (1000)

600 Name: Anonymous : 2009-05-18 13:02 ID:cEXHGDiF [Del]

Trying to set up kahrea on nginx + fcgiwrap. The main board seems to work, but when I try clicking on an individual thread with a URL (in the format of http://www.whatever.com/board/kareha.pl/somenumber) it gives me a 404. I'm on a resource limited VPS and Apache takes up far too many resources for my liking, or else I'd simply use that instead.

This is the part of my nginx config dealing with the board.

location ~ ^/board/.*\.pl$  {
include /etc/nginx/fastcgi_params;
fastcgi_pass 127.0.0.1:10000;
fastcgi_index index.html;
}

What am I missing?

This thread has been closed. You cannot post in this thread any longer.