Package: lighttpd
Version: 1.4.35-4
Followup-For: Bug #715205
Dear Maintainer,
I also need to run lighttpd as different user, here is a fix for the init
script, which
alows for
directory /var/run/lighttpd to be created as the configured user.
This script should be completed to changed
What to change to run Lighttpd as another user:
---
/etc/init.d/lighttpd stop
vim /etc/lighttpd/lighttpd.conf (server.username = "user")
vim /etc/init.d/lighttpd (replace 'www-data' with 'user')
chown -R user /var/log/lighttpd
chown user /var/run/lighttpd
chown user /var/cache/lighttpd/compre
On Tue, Jul 9, 2013 at 5:24 PM, Christophe-Marie Duquesne wrote:
> On Mon, Jul 8, 2013 at 9:27 PM, Olaf van der Spek
> wrote:
>> On Sun, Jul 7, 2013 at 12:49 AM, Christophe-Marie Duquesne
>> wrote:
>>> TL;DR It would be nice if the init script was loading the user/group
>>> of lighttpd from a
On Mon, Jul 8, 2013 at 9:27 PM, Olaf van der Spek wrote:
> On Sun, Jul 7, 2013 at 12:49 AM, Christophe-Marie Duquesne
> wrote:
>> TL;DR It would be nice if the init script was loading the user/group
>> of lighttpd from a unique config file
>
> That'd only 'solve' a small part of the problem, wou
On Sun, Jul 7, 2013 at 12:49 AM, Christophe-Marie Duquesne wrote:
> TL;DR It would be nice if the init script was loading the user/group
> of lighttpd from a unique config file (the same way it is done for
> apache).
That'd only 'solve' a small part of the problem, wouldn't it?
What's the reason
Package: lighttpd
Version: 1.4.31-4
Hi,
I wanted to run lighttpd as a different user (than www-data). I
thought modifying /etc/lighttpd.conf would be the only thing required,
but the package really wants to run lighttpd as www-data:
- The default log dir /var/log/lighttpd is owned by www-data:ww-
7 matches
Mail list logo