Hi all,
Anybody know about how to enable mod_proxy in CWP?
Now I need to config proxy like:
<VirtualHost *:443>
....
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
.......
</VirtualHost>
But it got problem:
Invalid command '<Proxy', perhaps misspelled or defined by a module not included in the server configuration
Thank a lot.