Tôi đang cố gắng để ProxyPass hoạt động trên bản cài đặt OpenSUSE 13.1 của mình.
Tôi đã thử:
a2enmod proxy
a2enmod proxy_http
a2enmod proxy_connect
systemctl restart apache2
systemctl reload apache2
(Tất cả các kết hợp báo cáo không có kết quả).
Tôi liên tục nhận được cùng một lỗi lặp đi lặp lại:
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 trông giống như:
<VirtualHost *:80>
DocumentRoot /srv/www/subsite
ServerName www.site.com/subsite
ProxyPass /subsite/ http://localhost:81
ProxyPassReverse /subsite/ http://localhost:81
</Virtualhost>
Có ai biết làm thế nào để câu lệnh ProxyPass này hoạt động không?
a2enmod proxy_http
nếu đó là cách Apache của bạn hoạt động