[users@httpd] virtual host + mod_proxy

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

 



Hi,

I have a set of virtual host entries on my file, in particular, I 'd like of those entries to forward my request to my JBOSS instance running, I have therefore defined it as follow:
<VirtualHost *:80>
ServerName www.bidnplay.com
ServerAdmin admin@xxxxxxxxxxxx
CustomLog logs/access-bidnplay.log combined
ProxyRequests Off
<Proxy http://www.bidnplay.com>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://localhost:8080/sudetp
ProxyPassReverse / http://localhost:8080/sudetp
</VirtualHost>

HOWEVER, when I type in www.bidnplay.com in my browser, nothing is happening except that my log file keeps on increasing with the following entry: 127.0.0.1 - - [01/May/2005:19:59:40 +0100] "GET / HTTP/1.1" 302 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"

Thanks.
DvJ



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-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