I sent this to chaoskaiser72@yandex.com but it seems yandex blocks cockmail.
Hiiii.
I'm trying to setup kareha on nginx. Tbh i have zero(0) experience
with nginx but i made to the point that i can
post messages and threads, but my problem is that i cant open threads.
When i click on thread title it points to
http://127.0.0.1/kareha.pl/1743871222/l50 and returns 404.
I can access thread on http://127.0.0.1/res/1743871222.html, though.
I know you use fork but it looks like a skill issue to me. I think there
is a problem with my FCGI configuration. Kareha should generate
1743871222/l50.html right?
I start spawn-fcgi like this:
spawn-fcgi -a 127.0.0.1 -p 9000 -u nginx /bin/fcgiwrap
nginx.conf:
root /var/www/kareha;
location ~ \.pl$|.sh$ {
fastcgi_pass 127.0.0.1:9000;
include /etc/nginx/fastcgi.conf;
}
PLEASE RESPOND