On 13 Nov 2006, at 17:50 , After Hours wrote:
Ideally, I'd love to be able to split this file down -- filtering just for desired VH lines as needed (its a server log with virtual hosting) so I may provide individual clients with (only) their visitation raw data. The server is an old Webstar 4 machine, so I don't have the luxury of log splitting such as is natively supported by Apache.

Well, if you can get the logs off the webstar and onto a real computer, splitting the log is trivial. Not as trivial as apache doing it for you, but really trivial

% grep "vhostname" BIGLOG > vhostname.log ; bbedit vhostname.log

(assuming that there is something in the log lines to identify which vhost is being accessed)

Simply repeat with each vhostname. If it's the same list every time, make a little shell script/worksheet.

--
I'm sitting here with 4 Megs of RAM trying to figure out how to use it all... :-) (Me, in 1990) I'm sitting here with 4 Gigs of RAM trying to figure out how to use it all... :-) (Me, in 2005)



--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to