How to change file permissions of log files for mod_jk's JkLogFile and mod_rewrite's RewriteLog?
Issue
- How do I change file permissions for mod_jk's
JkLogFile
and mod_rewrite'sRewriteLog
? Both default to644
. - When I set "
umask 002
" in Apache httpd start-up script, file permissions for other log files (error_log
andaccess_log
) were changed to664
. But both log files created byJkLogFile
andRewriteLog
were not changed.
Environment
- Apache httpd 2.2
- mod_jk
- mod_rewrite
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.