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 test@hostname.domain.com
DocumentRoot /var/ 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.
<VirtualHost *:443>
ServerAdmin test@hostname.domain.com
DocumentRoot /var/ 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.