Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Solved Lighttpd loging

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
UriyZenkov
Posts: 57
Joined: 2009-09-21 13:53
Location: Ukraine, Cherkassion region, town Smila

Solved Lighttpd loging

#1 Post by UriyZenkov »

How to enable logging in Lighttpd ?
I add mod_accesslog to /etc/lighttpd/lighttpd.conf:

Code: Select all

server.modules = (
        "mod_access",
        "mod_accesslog",
        "mod_alias",
        "mod_compress",
        "mod_redirect",
        "mod_rewrite",
        "mod_proxy",
        "mod_magnet",
"mod_webdav"

)
But now any site can not be opened.

Solved:
cd /var/log/lighttpd
chown -R www-data
chmod 755 -R .

Post Reply