[DRE-maint] Bug#631058: Bug#631058: doesn't work with new /run directory

Jörg-Volker Peetz peetz at dynato-kyma.net
Sun Jul 3 08:42:45 UTC 2011


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.






More information about the Pkg-ruby-extras-maintainers mailing list