Stopping the creation of log files on one account only?

Hello
I need to stop the creation of log files on one hosting account on a server.

The only place I can see this is in httpd.conf:

<VirtualHost 2xx.171.65.2xx>
ServerAdmin webmaster@domain.com
DocumentRoot /home/domain/public_html
BytesLog domlogs/domain.com-bytes_log
ServerName http://www.domain.com
CustomLog domlogs/domain.com combined
ScriptAlias /cgi-bin/ /home/domain/public_html/cgi-bin/
</VirtualHost>


What is the effect of deleting the line CustomLog?
I had a look at:
http://httpd.apache.org/docs/mod/mod...html#customlog
but its not very clear if the log files that fill up peoples web space are created from here.

Gordon

 

 

 

 

Top