• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Virtual Host and ProxyPass

 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I'm currently running apache 1.3 in front of JBoss. I have an app running on :8080 and I want apache to accept connections on port 80 then push them to 8080.

My domain is www.rememberit.us - right now if I type rememberit.us in a browser, it forwards correctly - but if I type www.rememberit.us it does not.

I'm pretty sure I could add a virtual host in Jboss to do this, but I don't think that's the right answer (or is it?)

Here's my httpd.conf




Please help!

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic