RE: [users@httpd] Apache 2 Reverse Proxy

2011-12-28 Thread John Karr
>From a browser on the server (I recommend elinks for a console based one) connect to http://domain.com:8080/. Get your host serving a static page. Then add your proxy statements to replace the static page. Check the logs (/var/log/apache2/ is the ubuntu default) when something isn't working. To

[users@httpd] Apache 2 Reverse Proxy

2011-12-28 Thread Damien Hull
Here's what I have... 1. Ubuntu 10.04 2. LAMP 3. Request Tracker running with Starman In a virtual host config I have the following... ProxyPass / http://domain.com:8080/ ProxyPassReverse / http://domain.com:8080/ The proxy and proxy_http modules have been enabled. When I go to the site it says

[users@httpd] Why is static page response time going up with increased concurrent requests

2011-12-28 Thread Daniel Benamy
I've documented some unexpected performance behavior I'm seeing at http://serverfault.com/q/344788/55762. Does anyone have any thoughts on this? Thanks very much, Dan - The official User-To-User support forum of the Apache HTTP S

Re: [users@httpd] mod_auth_form and digest authentication

2011-12-28 Thread Igor Galić
- Original Message - > I couldn't figure out how to get digest authentication working with > mod_auth_form, the documentation mentions it once, but offers no > specifics and I was unable to guess it (I even tried looking at the > source for comments that might help). > > Now as to why I w