hi
i just setup a new server with lighttpd and added scgi as shown in the wiki.
Code:
scgi.server = (
"/RPC2" =>
( "127.0.0.1" =>
(
"host" => "127.0.0.1",
"port" => 5000,
"check-local" => "disable"
)
)
)
module added to mod-section as well. if i add a socket to scgi, start fails with : either socket or port -.-
but if i restart lighttp, i cant see any action on port 5000, i think i should see it with netstat -nlp | grep light but this only says:
> tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2344/lighttpd <
any ideas?
i just setup a new server with lighttpd and added scgi as shown in the wiki.
Code:
scgi.server = (
"/RPC2" =>
( "127.0.0.1" =>
(
"host" => "127.0.0.1",
"port" => 5000,
"check-local" => "disable"
)
)
)
module added to mod-section as well. if i add a socket to scgi, start fails with : either socket or port -.-
but if i restart lighttp, i cant see any action on port 5000, i think i should see it with netstat -nlp | grep light but this only says:
> tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2344/lighttpd <
any ideas?
Attachments
-
1,004 bytes Views: 0