How to have separate Apache2 log files depending on the user of mod_userdir?
问题 I'm using mod_userdir on Apache 2.2 to give multiples users access to a web server (for their tests and other stuff). I would like to give my users access to apache logs (so that they can debug their scripts) but log entries (both ErrorLog and CustomLog : error.log and access.log ) are combined together (whatever "user" directory is concerned). Is there a way to separate log into multiple files (depending of the user). Apache version : 2.2.16 " /etc/apache2/sites-enabled/000-default " config