VirtualHost configuration not working as expected with ePages solution

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi
I have a Centos server running ePages (which runs on Apache). Now I want to use the same server to host a couple of other sites as well, but I can't seem to get my configs working correctly. I'm not sure if anyone is familiar with epages (I've looked on their forums to no avail), but this is the epages bit of the config:

<VirtualHost _default_:80>
<Location /epages/>
<IfDefine LB> ProxyPass balancer://cluster/epages/ ProxyPassReverse balancer://cluster/epages/
</IfDefine>
<IfDefine !LB> ProxyPass http://myinternal.url:8008/epages/ ProxyPassReverse http://myinternal.url:8008/epages/
</IfDefine>
</Location>
</VirtualHost> 
and this is what I've added
<VirtualHost my.ip.add.res:80> DocumentRoot /var/www/html/path/
ServerName another.url.com
ServerAlias another.url.com </VirtualHost> 
Now I was under the impression that any request to "another.url.com" will go to the DocumentRoot which I have added, and any other request will go to the default which epages will handle.
However, no matter how I go to the server, with any of the URLs pointing to it, it always goes to the new vhost which I have added, and never goes to epages anymore.
I don't want to change the epages configuration if possible, can anyone shed any light as to what's happening here?
There is a lot more to the epages configurations, but not related to VirtualHosts so I havent pasted it, but if I need to then let me know.
Thanks in advance for any help
Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux