Web Hosting Talk







View Full Version : Logs: Access ou Combined (Where?)


minasonline
05-09-2003, 08:45 AM
I am with the following problem: My server was configured to generate LOGS of the type "Access". However, diverse customers of another server transferred who were configured to generate LOGS of the type "Combined".

Now the programs of statistics do not function in these domains. Where I define which the type of LOG each domain I will go to generate?

stephenM
05-09-2003, 09:13 AM
In the apache config file. If you're using CPanel I believe there is an option to set this using WHM. Otherwise type at the shell (as root):

updatedb;locate httpd.conf

That will show you the path to the httpd.conf file.

minasonline
05-09-2003, 09:37 AM
Originally posted by stephenM
In the apache config file. If you're using CPanel I believe there is an option to set this using WHM. Otherwise type at the shell (as root):

updatedb;locate httpd.conf

That will show you the path to the httpd.conf file.

Hi,

Again, thanks! :)