Jump to content

Apache CustomLog


darius

Recommended Posts

OK, so here's my issue; I have a series of websites at *.domain.com where * is a DNS wildcard pointing to the server at domain.com.  The client can set up lots of subdomains, which are handled via PHP.

 

So my apache.conf file looks like this:

ServerName domain.com
ServerAlias *.domain.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""

 

That log format is basically the Apache combined format.  However, the client wants to look at this using ClickTracks; apparently CT wants a separate field in the log file for the virtual domain (why not parse the Query String?  Who knows...) 

 

I tried adding a %v to the LogFormat, but all I ever get is domain.com, never subdom.domain.com, even if that's how I accessed the site!  Is there any way to make Apache do this?

 

Thanks,

darius

 

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.