2
プロキシパスが機能しない
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> …