sde
Verified User
I built apache 2 without logio.  I suspect this is where the problem came from.
The access logs on a user domain only write
	
		
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;
	
	
	
		
				
			The access logs on a user domain only write
		Code:
	
	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;
		Code:
	
	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 
 
		 .
.