Re: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-27 Thread gerocoma-forophp
This is my CustomLog directive: CustomLog logs/access_log common This is my common format: LogFormat %h %l %u %t \%r\ %s %b common I don't know if php.ini configuration can be interfering apache logging. This starts to happen since I configured php.ini to log php errors on apache's error log.

Re: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-27 Thread gerocoma-forophp
I actually renamed old access_log into access_log.bk because it was pretty large. Then, I created a new access_log file and after that apache never logged again. I've made a lot of graceful restarts, delete access_log and let apache recreate it but the problem persists. The file is always 0 byte

Re: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-27 Thread Jeff Peng
Original-Nachricht Datum: Mon, 27 Aug 2007 09:20:58 -0500 (CDT) Von: [EMAIL PROTECTED] An: users@httpd.apache.org Betreff: Re: [EMAIL PROTECTED] AccessLog isn\'t logging I actually renamed old access_log into access_log.bk because it was pretty large. Then, I created a

Re: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-27 Thread gerocoma-forophp
Yes, I have the following line activated: CustomLog logs/access_log common The proof that that line is working is that when I delete access_log file and then restart apache, access_log file is automatically recreated. --- Jeff Peng [EMAIL PROTECTED] escribió: Original-Nachricht

Re: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-27 Thread gerocoma-forophp
I tried the following: First, commented any LogFormat and CustomLog or ErrorLog... in httpd.conf. Second, add to VirtualHost _default_:443 the following lines: LogFormat %h %l %u %t \%r\ %s %b common CustomLog logs/vh_access_log common But vh_access_log file is not being created when I do a

Re: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-27 Thread gerocoma-forophp
Hahahahahahahaha, 3 days later, I solved the problem My disk was completely full :P Cheers. --- [EMAIL PROTECTED] escribió: I tried the following: First, commented any LogFormat and CustomLog or ErrorLog... in httpd.conf. Second, add to VirtualHost _default_:443 the

[EMAIL PROTECTED] AccessLog isn't logging

2007-08-24 Thread gerocoma-forophp
Hello. I don't know why my access_log file is always 0 bytes size. I've searched all among httpd.conf but can't find where's the problem. I have the CommonLog directive activated in the following way: CustomLog logs/access_log common It's in the httpd.conf context. If I erase access_log file

RE: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-24 Thread Fought, Richard
I don't know why my access_log file is always 0 bytes size. I've searched all among httpd.conf but can't find where's the problem. Do you have CustomLog directives defined in any virtual hosts? I believe that would cause the behavior you are seeing. See

RE: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-24 Thread gerocoma-forophp
Still not working. I've added the CustomLog to my VirtualHost =( --- Fought, Richard [EMAIL PROTECTED] escribió: I don't know why my access_log file is always 0 bytes size. I've searched all among httpd.conf but can't find where's the problem. Do you have CustomLog

Re: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-24 Thread Ken Zhao
Did u erase the access_log file for specific virtual host or root access_log file? could u post ur screenshot or textinfo on ur VirtualHost directive? On 8/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello. I don't know why my access_log file is always 0 bytes size. I've searched all