in meiner http.conf im richtigen virtualhost befindet sich folgender text:
Code: Select all
<IfModule mod_proxy.c>
ProxyRequests Off
<Proxy *>
Order deny,allow
Deny from all
Allow from 192.---.---.---
</Proxy>
ProxyPass /ajaxterm http://localhost:8022
ProxyPassReverse /ajaxterm http://localhost:8022
</IfModule>
Internal Server Error
