>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
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
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
- 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