• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Apache2 -- Where do you set LogLevel?

Scarpozzi

Lifer
I have a new installation of Apache2 on SLES Linux. I'm trying to get mod_userdir to work and have an NFS mount of a volume on the server. mod_userdir isn't working correctly and I need to increase my loglevel from warn to debug, but can't find the stupid call in the conf files. Does anyone know offhand where it might be? I looked in the httpd.conf file and the mod_log_config.conf file, and a number of other ones, but I can't locate it. Any ideas where I should look? Thanks,
 
Should be in httpd.conf. If you don't see it, it could be that it's omitted and using a default value. Mine looks like

ErrorLog logs/errors
LogLevel warn
 
Back
Top