PDA

View Full Version : apache access logs only write "combined"



sde
08-28-2011, 10:42 PM
I built apache 2 without logio. I suspect this is where the problem came from.

The access logs on a user domain only write
combined
combined
combined
....

I was just trying to lean down my apache install. How can I remedy this? ... or should I just re-enable logio?

Here's the loaded apache modules;

core
mod_authn_file
mod_authn_default
mod_authz_host
mod_authz_groupfile
mod_authz_user
mod_authz_default
mod_auth_basic
mod_include
mod_filter
mod_deflate
mod_log_config
mod_env mod_expires
mod_headers
mod_unique_id
mod_setenvif
mod_version
mod_ssl prefork
http_core
mod_mime
mod_status
mod_autoindex
mod_asis mod_cgi
mod_negotiation
mod_dir
mod_actions
mod_userdir
mod_alias
mod_rewrite
mod_so mod_php5

nobaloney
08-29-2011, 10:35 AM
Just a guess: if removing it causes an undesirable change, re-add it :).

Jeff