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
1 day 5 hours ago
1 day 7 hours ago
1 day 19 hours ago
1 day 22 hours ago
2 days 2 hours ago
2 days 8 hours ago
2 days 18 hours ago
2 days 19 hours ago
3 days 3 hours ago
3 days 5 hours ago