From: Olivier S. <oli...@ir...> - 2011-08-31 06:52:31
|
----- Mail original ----- > De: "Conrad Huang" <co...@cg...> > À: opa...@li... > Envoyé: Mardi 30 Août 2011 21:31:47 > Objet: [Opaltoolkit-users] Making Opal return port 80 URLs > Hi, > > We have been using Opal 2.2 for a while and everything is working fine > with Apache 2 and Tomcat 5.0.30. Our Opal installation currently > returns URLs that look like > "http://_server_name_:8080/app1314720091064/". Recently, we found that > one of our users had a problem because his firewall blocked port 8080. > Is there some way we can configure Opal and Apache to use port 80 > URLs? hi, you can configure Apache as a proxy (using module mod_proxy) There is directive proxy_pass (and reverse). However if your apache is used for other usages than opal, you should configure your Opal server to be something like "http://_server_name_:8080/opal/..." and on apache apply the proxy to /opal. Olivier > Thanks. > > Conrad > > ------------------------------------------------------------------------------ > Special Offer -- Download ArcSight Logger for FREE! > Finally, a world-class log management solution at an even better > price-free! And you'll get a free "Love Thy Logs" t-shirt when you > download Logger. Secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsisghtdev2dev > _______________________________________________ > Opaltoolkit-users mailing list > Opa...@li... > https://lists.sourceforge.net/lists/listinfo/opaltoolkit-users |