https://issues.apache.org/bugzilla/show_bug.cgi?id=50581
--- Comment #6 from techtonik <[email protected]> 2011-01-14 08:51:27 EST --- Seems like a problem with mod_wsgi module. I've added the following log format: LogFormat "%t %{HTTPS}e \"%r\" %>s %b" https It reports the following information: [14/Jan/2011:07:47:05 -0600] 1 "GET / HTTP/1.1" 200 2278 [14/Jan/2011:07:47:08 -0600] on "GET /static/styles.css HTTP/1.1" 304 - [14/Jan/2011:07:47:08 -0600] on "GET /static/script.js HTTP/1.1" 304 - [14/Jan/2011:07:47:08 -0600] on "GET /static/rss.gif HTTP/1.1" 304 - [14/Jan/2011:07:47:41 -0600] 1 "GET /search HTTP/1.1" 200 2592 /static is an alias and it is served by Apache2 directly. / and /search are served by WSGIDaemonProcess. Thanks for the hint. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
