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 the
> following lines:
I tried the following:
First, commented any LogFormat and CustomLog or
ErrorLog... in httpd.conf.
Second, add to 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 graceful restart. =(
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-Nachrich
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
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 si
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
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
I'm no expert on logging, but the "CustomLog" statement seems to be all you
need for apache to create the corresponding log at startup.
However, to actually add some lines, it would need to use your "common"
LogFormat... Perhaps you have some flaw in the LogFormat that is preventing
it from workin
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
>
> 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 http://httpd.apache.org/docs/
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 a
11 matches
Mail list logo