Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hotdream1990

Pages: [1]
1
Apache / Need enable mod_proxy for cwp
« on: September 10, 2015, 06:24:52 AM »
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.

Pages: [1]