Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Apache log

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Apache Log IP Via - Hi to all, i have an apache external and more apache internal. On external Apache I set more and with mod_proxy talk with all internal apache. For example: On ProxyPass / /..

Apache og ASP ? - Hello Can anyone here explain to me, if it is in Apache .conf file or somewhere in Sun One ASP I should configure the so my users cannot see anything but there own directory on the Apache server ? The situation is as

apache 2 and php on mac - what lines do i need in the httpd and what files or other do i need to get it in. macosx 10.3.5 and have switched to a fink so that may involve some heavy dancing. jimt

ASP.Net under Apache - Is there a module for Apache that allows the running of ASP.Net? Perhaps uses Mono?

apache not doing any PHP. - Hi I'm running Apache 1.3 with mod_php4 on a suse 9.0 box. However when a client tries to open a the file download dialog opens instead of showing the contents of the page. The PHP Module seems to be loaded my has the..
Next:  IIS6 Request Viewer Error  
Author Message
Dan

External


Since: Jul 04, 2005
Posts: 4



(Msg. 1) Posted: Tue Jan 31, 2006 1:10 pm
Post subject: Apache log
Archived from groups: alt>apache>configuration (more info?)

Hi,

I have my Apache logging all access activities to one common log file. Is
there a way to make it rotate with new log file daily?

Thanks in advance..

Dan

 >> Stay informed about: Apache log 
Back to top
Login to vote
mikedawg

External


Since: Jan 24, 2006
Posts: 20



(Msg. 2) Posted: Tue Jan 31, 2006 1:10 pm
Post subject: Re: Apache log [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Most distros include the logrotate program, its hard to find one that
doesn't. You can put the options into logrotate to have that file
rotated daily.

 >> Stay informed about: Apache log 
Back to top
Login to vote
use_reply_not_

External


Since: Jun 05, 2004
Posts: 9



(Msg. 3) Posted: Sun Feb 05, 2006 6:55 pm
Post subject: Re: Apache log [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

This message is not archived
 >> Stay informed about: Apache log 
Back to top
Login to vote
MikeDawg

External


Since: Feb 06, 2006
Posts: 32



(Msg. 4) Posted: Mon Feb 06, 2006 10:58 am
Post subject: Re: Apache log [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Not really an Apache configuration question, but I'll bite. My log
file names and location may be unique, but this will give you the idea:

/var/log/httpd-access.log /var/log/httpd-error.log {
compress
daily
missingok
postrotate
/usr/sbin/apachectl stop
sleep 5
/usr/sbin/apachectl start
endscript
}
 >> Stay informed about: Apache log 
Back to top
Login to vote
Dan

External


Since: Jul 04, 2005
Posts: 4



(Msg. 5) Posted: Mon Feb 06, 2006 1:42 pm
Post subject: Re: Apache log [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have to install logrotate for FreeBSD but wanting to know what needs to be
set in the logrotate.conf to get Apache to log daily instead.

Thanks for your input..

Dan

<mikedawg DeleteThis @gmail.com> wrote in message
news:1138732099.523599.25100@z14g2000cwz.googlegroups.com...
> Most distros include the logrotate program, its hard to find one that
> doesn't. You can put the options into logrotate to have that file
> rotated daily.
>
 >> Stay informed about: Apache log 
Back to top
Login to vote
Dan

External


Since: Jul 04, 2005
Posts: 4



(Msg. 6) Posted: Mon Feb 06, 2006 4:55 pm
Post subject: Re: Apache log [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks so much for the information Mike...

That did it for me...

Dan


"MikeDawg" <mikedawg RemoveThis @gmail.com> wrote in message
news:1139252328.401658.154520@g44g2000cwa.googlegroups.com...
> Not really an Apache configuration question, but I'll bite. My log
> file names and location may be unique, but this will give you the idea:
>
> /var/log/httpd-access.log /var/log/httpd-error.log {
> compress
> daily
> missingok
> postrotate
> /usr/sbin/apachectl stop
> sleep 5
> /usr/sbin/apachectl start
> endscript
> }
>
 >> Stay informed about: Apache log 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]