disable logging - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: Suggestions (/forum-2.html) +--- Thread: disable logging (/thread-2317.html) |
disable logging - Binford8000 - 02-06-2008 04:10 AM It would be nice to disable the apache access logs which are a possible performance killer on well visited sites. Normally I would uncomment the log-directives, but any modifications to ispcp.conf will be overwritten with the next vhost/save/whatever. RE: disable logging - gOOvER - 02-06-2008 04:12 AM When you change this in the Template, the changes will not overwritten. RE: disable logging - Binford8000 - 02-06-2008 04:42 AM But it requires a recompile of the daemon or if not: where is the template located? RE: disable logging - BeNe - 02-06-2008 04:54 AM No! You do not need to recompile the daemon. You find the templates under Code: /etc/ispcp/apache/parts Change what you want and regenerate the configs. Greez BeNe[/code] RE: disable logging - joximu - 02-06-2008 07:53 AM or make the changes in the working copy: /etc/ispcp/apache/working/... this is the base when a vhost is added/deleted... |