LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   webserver question (https://www.linuxquestions.org/questions/linux-newbie-8/webserver-question-382922/)

ankit_mcgill 11-14-2005 01:23 AM

webserver question
 
Hi,

Can anyone tell me if theres a program that can sit in the taskbar and give a visual feedback (like color change ) when certain directories on the system are being accessed (either locally or remotely eg: thru webserver) ?

thanks :)

uopjohnson 11-15-2005 06:18 PM

thats a cool idea, but I don't' think anything is available to do it. (read: opportunity for you to contribute to the community)
if you are trying to see when someone access your web site you can look in your log directory (/var/log probably) for your web server logs. Apache, by default I believe, creates and access_log which is updated everytime a file is accessed on your web server. you can then use tail -f to keep a running tab.
Code:

tail -f /var/log/apache/access_log
.

bosewicht 11-15-2005 06:25 PM

you could also take a look at root-tail for the logs fancy schmancy app


All times are GMT -5. The time now is 03:02 PM.