I have an Apache set up in a reverse proxy configuration, and am not able to set up a vhost for a local connection. We are trying to use mod_status using this vhost declaration. Upon configuring Apache no longer operates: <VirtualHost *:443> ServerAdmin DocumentRoot /var/www/html ServerName ap1.sub.domain.com </VirtualHost> Additionally we need to run a vhost for another server (ap-tra2) and reverse that to 8001 and a section for ap-tra2/tw and reverse that to 8501. can that be done? If we implement a /tw the default behavior is not affected. Apache/2.0.52 running on Linux RHE 4.0 Any assistance would be appreciated.