[imp] imp

Lord Apollyon implist at paypc.com
Thu Aug 7 12:52:22 PDT 2003


> Warning: unable to create file /usr/local/apache2/logs/horde.log because
> Permission denied in /home/soft/pear/Log/file.php on line 107
> 
> Warning: chmod failed: No such file or directory in
> /home/soft/pear/Log/file.php on line 108

This is easy.

As root, type the following:

mkdir -p /usr/local/apache2/logs
touch /usr/local/apache2/logs/horde.log
chmod 0770 /usr/local/apache2/logs
chmod ug+w /usr/local/apache2/logs/*
chmod o-rwx /usr/local/apache2/logs/*
chown -R root:www /usr/local/apache2/logs

If your "www" group isn't "www" replace "root:www" with "root:<webgroup-name>"

=R=


More information about the imp mailing list