one more (I'm sorry)

Adam bsdx@looksharp.net
Wed, 12 Jul 2000 05:40:56 -0400 (EDT)


On Wed, 12 Jul 2000, Daniel R . Kilbourne wrote:

>the "'s just mark the beginning and end of one argument, so Apache just sees a ", looks for the next, calls it an argument, then moves on
>
>Apache has a specific format for the CustomLog stuff, I can send you what I have if you'd like, but all I do is get it from the O'Reilly Apache book, so it is probably at their web page.....
>

Oh, I see, duh, \".  Didn't have my coffee yet.  Thanks!

>
>search...search...
>
>ok- 
>
>http://www.apache.org/docs-1.2/mod/mod_log_config.html#customlog

>> ># www.netophilia.com
>> ><VirtualHost www.netophilia.com>
>> >        ServerAdmin root@netophilia.net
>> >        DocumentRoot /export/home/netsite/httpd/netophilia
>> >        ServerName www.netophilia.com
>> >        ServerAlias netophilia.com
>> >        ErrorLog /export/home/netsite/logs/netophilia.com/errors
>> >        CustomLog /export/home/netsite/logs/netophilia.com/access "%h %l %u %t \"%r\"  %s %b \"%{Referer}i\" \"%{User-Agent}i\""
>> 
>> How does this work with multiple "'s next to eachother? how does it know
>> which are opening and which closing?  if it Just Works I wont ask and ill