You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cherrypy-users
Hi there,
My CherryPy application is running behind Apache and so the host
portion of my access and error log lines is always '127.0.0.1'. Of
course, Apache gives CherryPy the original requesting host in X-
Forwarded-For' (I think). But how do I configure CherryPy's log
messages to include this X-Forwarded-For host header instead of the
Host header?
Cheers,
Richard
Jason Earl
unread,
Nov 10, 2009, 7:02:22 PM11/10/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cherryp...@googlegroups.com
I have something like this in my config file, and it does the right
thing.