Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Log setup

Status
Not open for further replies.

sxugomper

Programmer
Nov 15, 2000
1
US
I tried setting up a CustomLog directive in my httpd.conf file for one of my virtual hosts and the server bombed.

If text runs onto a second line in the file do I have to put a space before continuing the line, like this:

CustomLog logs/access log "%h %l %u %t \"%r\" %s %b \%
{Referer}i\" \"%{User-agent}i\""
 
You probably want to keep it all on one line.
If it is longer than the page let it wrap.

Regards,
Gerald


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top