Hi list, I am trying to configure the following setup: (there are 2 relevant servers on our intranet - A & B) 1. the DNS server is configured to send "www.example.com" to server A. 2. server A catches the requests using a named virtual host which contains the following directives: ProxyPass / http://Server_B/trac/example/ ProxyPassReverse / http://Server_B/trac/example/ 3. Server B is configured to serve a directory with multiple Trac environments (one of which is "example") on the /trac location using mod wsgi. 4. The trac.conf URLs in "example" environment are set to "www.example.com"
when accessing http://Server_B/trac/example/ directly things work fine. but when accessing http://www.example.com/ I get the site, but styles and scripts are not loaded, and links are incorrect. trying to diagnose this, I checked the source sent by the server and noticed that all references to resources and links are prefixed with "/trac/example/", which obviously will not work, since that URI is not existent under the DNS... what did I do wrong? (I bet it's something in the proxy configuration, since it's the part I understand the least...) Thanks, Itamar O. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
