Ich habe einen neuen Vhost für Jenkins eingerichtet:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName ci.company.com
ServerAlias ci
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPreserveHost on
ProxyPass / http://localhost:8080/
</VirtualHost>
... der Proxy verwendet und wenn ich Apache neu starte, erhalte ich folgende Fehlermeldung:
Invalid command 'ProxyRequests', perhaps misspelled or defined by a module not included in the server configuration