ฉันตั้งค่า Vhost ใหม่สำหรับเจนกินส์:
<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>
... ซึ่งใช้พร็อกซีและเมื่อฉันรีสตาร์ท apache ฉันได้รับข้อผิดพลาดดังนี้:
Invalid command 'ProxyRequests', perhaps misspelled or defined by a module not included in the server configuration