[users@httpd] How to configure httpd.conf to look for stylesheets in other directories ?

2011-10-20 Thread Ed Sutton
I am trying to configure Subversion http server to work from an existing install of apache on CentOs 5.2. The stylesheet is located here: /opt/lampstack-1.2-4/apps/subversion/htdocs/svnindex.xs The SVN repo: /var/lib/svn/ The error I get from http://localhost/svn/ Error loading stylesheet: A

[users@httpd] Reverse proxy breaks image links ?

2011-04-07 Thread Ed Sutton
How do you properly configure a reverse proxy to forward http://myserver/jenkins to http://myserver:8080? The configuration below works, yet it breaks image links. I tried adding mod_proxy_html without success. Here is what I have: 1 - Apache stack running on port 80. http://myserver 2 -

Re: [users@httpd] Reverse proxy breaks image links ?

2011-04-07 Thread Ed Sutton
On Apr 7, 2011, at 9:42 AM, Nick Kew wrote: On Thu, 7 Apr 2011 08:52:27 -0500 Ed Sutton esut...@fescorp.com wrote: How do you properly configure a reverse proxy to forward http://myserver/jenkins to http://myserver:8080? The configuration below works, yet it breaks image links. I