[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Hobbit 4.2 alfa release available
On Wed, Apr 05, 2006 at 06:04:37PM +0200, Etienne Roulland wrote:
>
> > You should be able to edit it with the hobbit-nkedit CGI.
>
> Even if i create the file with the rw rights i cannot play with
> hobbit-nkedit CGI..
Mea culpa. hobbit-nkedit.cgi needs write access to the ~hobbit/server/etc/
directory (it creates a temporary file which is then renamed into the
real configuration file). So
chmod g+w ~hobbit/server/etc
chown nobody ~hobbit/server/etc
(substitute the real group-ID that your webserver uses).
Henrik