Hi!
I'm still unable to use the fcgi handler! :(
php -v output:
PHP 4.4.2 (cgi-fcgi) (built: Jun 26 2006 04:06:42)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
I start cherokee, but when I try to load a php page, it says:
socket.c:1110: ERROR: Can not connect: Invalid argument
socket.c:1110: ERROR: Can not connect: Invalid argument
socket.c:1110: ERROR: Can not connect: Invalid argument
socket.c:1110: ERROR: Can not connect: Invalid argument
socket.c:1110: ERROR: Can not connect: Invalid argument
socket.c:720: ERROR: write(13, ..) -> errno=57 'Socket is not connected'
socket.c:824: ERROR: read(13, ..) -> errno=57 'Socket is not connected'
I have had similar problems with MySQL till I defined the mysql socket
correctly.
I use OpenBSD 3.9.
According section of default:
extension php {
handler fcgi {
server 127.0.0.1:8002 {
interpreter "/usr/local/bin/php -b 127.0.0.1:8002"
}
}
}
What is cherokee's default fastcgi socket? What do I have to do?
Greetings,
Viktor Berke
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee