Hi all,
I'm trying to test the mod_proxy stuff here. My goal is to have a XP server running apache behind my linux box and then if the URL has /app in it, it will pull from the xp server for my dynamic content applications I'm writing.
The reason for this is the engine that I'm using has more features and is more powerful on the windows side vs the linux side.
So in ISPconfig for my site, as a test, I added the following to the apache directives area;
======================================
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /app
http://192.168.11.1
ProxyPassReverse /app
http://192.168.11.1
=======================================
However, after a save and check again, I get 'NOT SUPPORT' messages with my stuff commented out. So my question is, how do I accomplish this?
Thanks,
Ken
PS. I'm basically sending it to my router website as a test.
Recent comments
13 hours 20 min ago
22 hours 48 min ago
23 hours 37 min ago
1 day 3 hours ago
1 day 7 hours ago
1 day 7 hours ago
1 day 10 hours ago
1 day 20 hours ago
2 days 1 hour ago
2 days 2 hours ago