mod_ruid2

Support/Development for PHP
BruceLee
Forum Regular
Forum Regular
Posts: 879
Joined: Sat Mar 28, 2009 6:58 pm
Location: Germany

Re: mod_ruid2

Unread post by BruceLee »

Thanks for the info. If there is something I can do please let me know.
biggles
Forum Regular
Forum Regular
Posts: 806
Joined: Tue Jul 15, 2008 2:38 pm
Location: Sweden
Contact:

Re: mod_ruid2

Unread post by biggles »

BruceLee wrote:Thanks for the info. If there is something I can do please let me know.
+1
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: mod_ruid2

Unread post by scott »

Get in there, throw commands and changes at it til it works.
ikkk
Forum User
Forum User
Posts: 47
Joined: Wed Jan 05, 2011 3:09 pm

Re: mod_ruid2

Unread post by ikkk »

There are crude ways to get this working by changing modsecurity to write its logs at 777 -

echo "umask 0" >> /etc/sysconfig/httpd
echo "SecAuditLogDirMode 0777" > /etc/httpd/conf.d/01_mod_security_changes.conf
service httpd configtest && service httpd stop && service httpd start

Them simple changes will make it work (tomorrow) ie so that the new date folder is created as 777

You can also alter the log directory that each vhost uses to log to say /var/www/vhosts/DOMAIN/statistic/logs/audit/ but then you loose functionality from the asl interface
Post Reply