Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] How to collect host specif error log and how to see those from web interface ?

Jeremy R.

2010-02-07

Replies: Find Java Web Hosting

Author LoginPost Reply

> Actually I am interested to break the error log too with vlogger. But it
> seems there is no option to do that.

Works the same way as the access log. I don't know much about vlogger specifically, but it appears that it accepts log entries over stdin.

In your vhost config:

ErrorLog "| /path/to/vlogger -s error.log /path/to/logs"

Or something along those lines.

> Regarding error log contents, I do
> have shell access, but it would be nice to provide a web interface so
> that the developer can see the errors at least.

I don't know of one specifically, though it wouldn't be difficult to create such an interface (by watching log files or receiving entries directly as described above, and then pushing them to the user with AJAX or something).

Of course, having your developers do development locally (where they have access to the error log) and then pushing working versions to the production server is probably not a bad idea, and would minimize the amount of access they need to production logs.

--
Jeremy R.
Owner, NovaWave Solutions
http://www.novawave.net/


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.