Nagios /Apache/ScriptAlias
Posted: 2004-03-26 19:25
Hallo,
habe ein kleines Problem mit der Installation von Nagios, und zwar häng ich jetzt beim Apache fest, ich habe dies in die httpd.conf eingefügt:
Die Pfade sind korrekt, Nagios liegt unter /usr/local/nagios
Beim Neustart von Apache bekomm ich jetzt allerdings diese Meldung:
Vielen Dank!!
PS Apache = 1.3.26
habe ein kleines Problem mit der Installation von Nagios, und zwar häng ich jetzt beim Apache fest, ich habe dies in die httpd.conf eingefügt:
Code: Select all
ScriptAlias /nagios/cgi-bin/ /usr/local/nagios/sbin/
<Directory "/usr/local/nagios/sbin/">
AllowOverride AuthConfig
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
Alias /nagios/ /usr/local/nagios/share/
<Directory "/usr/local/nagios/share">
Options None
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
Beim Neustart von Apache bekomm ich jetzt allerdings diese Meldung:
Code: Select all
Starting web server: apacheSyntax error on line 5 of /etc/apache/httpd.conf:
Invalid command 'ScriptAlias', perhaps mis-spelled or defined by a module not included in the server configuration
failed
PS Apache = 1.3.26