Ok I got all thanks got it.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
"
On Thu, Jul 1, 2010 at 7:28 PM, Tom Evans wrote:
> Look at your configuration again. First, ProxyPass
>
> ProxyPass /olat http://192.168.1.5:8080/olat
> ProxyPassReverse /olat http://192.168.1.5:8080/olat
>
> This says, when someone requests a URL starting with '/olat', proxy to
> 'http:
Look at your configuration again. First, ProxyPass
ProxyPass /olat http://192.168.1.5:8080/olat
ProxyPassReverse /olat http://192.168.1.5:8080/olat
This says, when someone requests a URL starting with '/olat', proxy to
'http://192.168.1.5:8080/olat'
It also says to rewrite some header
> Really? You can't see what's wrong there?
Yes I am not clear with ReWriteRule.
> Your rewrite rule says to look for the URLs beginning with '/olat/'
> and you went to '/olat'.
That is how olat works
when some one types in browser
http://mydomain.com/olat
then they get a page
http://mydomain.com
On Thu, Jul 1, 2010 at 7:32 AM, Tapas Mishra wrote:
> I have an application which is accessible on LAN as
> http://192.168.1.5:8080/olat/
>
> it is a java application
> my proxy pass rule work correctly for this as follows
>
>
> ProxyPass /olat http://192.168.1.5:8080/olat
> ProxyPass
I have an application which is accessible on LAN as
http://192.168.1.5:8080/olat/
it is a java application
my proxy pass rule work correctly for this as follows
ProxyPass /olat http://192.168.1.5:8080/olat
ProxyPassReverse /olat http://192.168.1.5:8080/olat
I am not able to write