Re: Using Apache with Orion Server

2001-12-18 Thread Lachezar Dobrev


smime.p7m
Description: application/pkcs7-mime


Re: Using Apache with Orion Server

2001-12-18 Thread remy menetrieux

Try to use proxypass and proxypassreverse function of apache's mod_proxy
Fo me i use this :
IfModule mod_proxy.c
   ProxyRequestOn
   ProxyPass /app1 http://localhost:8080/app1
   ProxyPassReverse /app1 http://localhost:8080/app1
/IfModule
Good luck ...

VENKATACHALAPATHY Duraiswamy wrote:

 Can anybody explain how can I configure Apache to use with Orion Application
 server?
 The documentation available in orionsupport.com for the above was not
 elaborate.
 
 Thanks
 Venkat