ProxyPass'ın OpenSUSE 13.1 kurulumumda çalışmasını sağlamaya çalışıyorum.
Denedim:
a2enmod proxy
a2enmod proxy_http
a2enmod proxy_connect
systemctl restart apache2
systemctl reload apache2
(Tüm ifade kombinasyonları boşuna).
Aynı hatayı tekrar tekrar almaya devam ediyorum:
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 şöyle görünür:
<VirtualHost *:80>
DocumentRoot /srv/www/subsite
ServerName www.site.com/subsite
ProxyPass /subsite/ http://localhost:81
ProxyPassReverse /subsite/ http://localhost:81
</Virtualhost>
Herkes bu ProxyPass deyimi nasıl çalıştıracağını biliyor mu?
a2enmod proxy_http
da Apache'niz böyle çalışıyorsa