Sorry for the confusion, I have to correct my last e-mail in one point:

Jörg-Volker Peetz wrote, on 07/02/11 20:19:
> Since the fcgi sockets don't need to remember anything during reboot, I think
> /run is just the right place for them (/tmp would also be o.k., I think, see,
> e.g., /tmp/.X11-unix/X0).
> By now, I'm circumventing the problem by using the directory /run/lighttpd as
> the location for the fcgi sockets since lighttpd creates this directory on 
> start
> with owner:group "www-data:www-data". I use the following in
> /etc/lighttpd/lighttpd.conf:
> 
>       "socket" => "/run/redmine/sockets/" + var.X_DEBIAN_SITEID + 
> "/fcgi.socket",

this should read:

        "socket" => "/run/lighttpd/redmine-" + var.X_DEBIAN_SITEID + 
"-fcgi.socket",

> 
> This works for me (with lighttpd 1.4.28-5 on amd64).
> But I don't have any idea how to create the sockets with the WEBrick web 
> server.
-- 
Best regards,
Jörg-Volker.




_______________________________________________
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to