Control Web Panel

WebPanel => Apache => Topic started by: hotdream1990 on September 10, 2015, 06:24:52 AM

Title: Need enable mod_proxy for cwp
Post by: hotdream1990 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.
Title: Re: Need enable mod_proxy for cwp
Post by: Igor S. on September 11, 2015, 06:12:45 PM
Hello.

Have you tried to recompile the Apache with the module?