Is apache in use?
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Web Servers General Talk > Is apache in use?




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Is apache in use?  
Dr. David Kirkby


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-19-04 11:32 AM

How can I determine is someone is accessing a page on my web site
running appache 1.3.27 ? There are numerous httpd processes running,
so I'm not sure how to know if the site is in use, or noone is looking
at it just now. I know one can determine what files have been
downloaded, but if someone knows the address of a large PDF for
example, I think I can only tell from access_log once the download is
complete

Please reply to newsgroup.

Dr. David Kirkby.





[ Post a follow-up to this message ]



    Re: Is apache in use?  
Neil W Rickert


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-19-04 11:32 AM

see_my_signature_for_my_real_addr
ess@hotmail.com (Dr. David Kirkby) writes:
quote:
>How can I determine is someone is accessing a page on my web site >running appache 1.3.27 ? There are numerous httpd processes running, >so I'm not sure how to know if the site is in use, or noone is looking >at it just now. I know one can determine what files have been >downloaded, but if someone knows the address of a large PDF for >example, I think I can only tell from access_log once the download is >complete
There should be logs of each request to your server.




[ Post a follow-up to this message ]



    Re: Is apache in use?  
Goran Larsson


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-19-04 11:32 AM

In article <c99d2c79.0311161759.26dc4740@posting.google.com>,
Dr. David Kirkby < see_my_signature_for_my_real_address@hot
mail.com> wrote:
quote:
> How can I determine is someone is accessing a page on my web site > running appache 1.3.27 ?
Open the conf/httpd.conf file in an editor and search for server-status. You will find this: # # ExtendedStatus controls whether Apache will generate "full" status # information (ExtendedStatus On) or just basic information (ExtendedStatus # Off) when the "server-status" handler is called. The default is Off. # #ExtendedStatus On # # Allow server status reports, with the URL of [url]http://servername/server-status[/ur l] # Change the ".your-domain.com" to match your domain to enable. # #<Location /server-status> # SetHandler server-status # Order deny,allow # Deny from all # Allow from .your-domain.com #</Location> Replace .your-domain.com with your own domain, remove the comment octothorpes, save the file, and restart Apache. Access http://servername/server-status using a web browser when you need to see the server status. -- Göran Larsson http://www.mitt-eget.com/




[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 07:17 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register