OpenSUSE 13.1 설치에서 ProxyPass를 작동 시키려고합니다.
나는 시도했다 :
a2enmod proxy
a2enmod proxy_http
a2enmod proxy_connect
systemctl restart apache2
systemctl reload apache2
(모든 문장의 조합은 소용이 없습니다).
계속 같은 오류가 계속 발생합니다.
SERVER:/etc/apache2 # apache2ctl start -f /etc/apache2/httpd-proxy.conf
AH00526: Syntax error on line 4 of /etc/apache2/httpd-proxy.conf:
Invalid command 'ProxyPass', perhaps misspelled or defined by a module not included in the server configuration
httpd-proxy.conf는 다음과 같습니다.
<VirtualHost *:80>
DocumentRoot /srv/www/subsite
ServerName www.site.com/subsite
ProxyPass /subsite/ http://localhost:81
ProxyPassReverse /subsite/ http://localhost:81
</Virtualhost>
누구 든지이 ProxyPass 문을 작동시키는 방법을 알고 있습니까?
a2enmod proxy_http
경우 아파치가 어떻게 작동하는지 그의