I noticed that apache was down (don't know why) and I tried to restart it with
Code:
/sbin/service httpd restart
The I got the error
Code:
Syntax error on line 5 of /etc/httpd/conf.d/asl_waf.conf:
Invalid command '<Proxy', perhaps misspelled or defined by a module not included in the server configuration
This is the content of that file:
Code:
# ASL asl_waf.conf Template: /var/asl/data/templates/template-asl_waf.conf
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
#ProxyPass /foo http://foo.example.com/bar
#ProxyPassReverse /foo http://foo.example.com/bar
I commented out the non-commented lines and tried to restart apache. Now it started just fine. I never touched that file, and don't even know what it does apart from my guess that it has something to do with a firewall. But somehow it prevents apache from working. What's wrong? What should be done about it? In ASL webgui the WAF functions are set to ON. But they have been that all the time, I didn't change anything in the config.