Xymon Mailing List Archive search

Installation Error on Rasperian Buster

2 messages in this thread

list Stephan Ristow · Sun, 20 Oct 2019 16:18:34 +0200 ·
Hello,


I try to install Xymon on a fresh installed raspbian buster system.


Whenever I install it I got the following error massages:


apache2_invoke: Enable configuration xymon

apache2_reload: Your configuration is broken. Not reloading Apache 2

apache2_reload: AH00526: Syntax error on line 96 of
/etc/apache2/conf-enabled/xymon.conf:

apache2_reload: Invalid command 'RewriteEngine', perhaps misspelled or
defined by a module not included in the server configuration

apache2_invoke: Enable module cgi

apache2_reload: Your configuration is broken. Not restarting Apache 2

apache2_reload: AH00526: Syntax error on line 96 of
/etc/apache2/conf-enabled/xymon.conf:

apache2_reload: Invalid command 'RewriteEngine', perhaps misspelled or
defined by a module not included in the server configuration

apache2_invoke: Enable module rewrite

apache2_invoke xymon: already enabled


mod rewrite is enabled

and the configuration looks good

The line 96 says only


# Rewrite-rules for migrating from the URL's used in Hobbit

RewriteEngine On


Hopefully someone can give me an hint


Stephan
list Fabian Wendlandt · Mon, 21 Oct 2019 05:43:07 +0000 ·
Hi,

 
you need to enable apache's rewrite module:

 
a2enmod rewrite

systemctl restart apache2

 
Best regards,

Fabian
quoted from Stephan Ristow

 
Von: Xymon <xymon-bounces at xymon.com> Im Auftrag von user-e66573a722fc@xymon.invalid
Gesendet: Sonntag, 20. Oktober 2019 16:19
An: xymon at xymon.com
Betreff: [Xymon] Installation Error on Rasperian Buster

 
Hello,

 
I try to install Xymon on a fresh installed raspbian buster system.

 
Whenever I install it I got the following error massages:

 
apache2_invoke: Enable configuration xymon

apache2_reload: Your configuration is broken. Not reloading Apache 2

apache2_reload: AH00526: Syntax error on line 96 of
/etc/apache2/conf-enabled/xymon.conf:

apache2_reload: Invalid command 'RewriteEngine', perhaps misspelled or
defined by a module not included in the server configuration

apache2_invoke: Enable module cgi

apache2_reload: Your configuration is broken. Not restarting Apache 2

apache2_reload: AH00526: Syntax error on line 96 of
/etc/apache2/conf-enabled/xymon.conf:

apache2_reload: Invalid command 'RewriteEngine', perhaps misspelled or
defined by a module not included in the server configuration

apache2_invoke: Enable module rewrite

apache2_invoke xymon: already enabled

 
mod rewrite is enabled

and the configuration looks good

The line 96 says only 

 
# Rewrite-rules for migrating from the URL's used in Hobbit

RewriteEngine On

 
Hopefully someone can give me an hint

 
Stephan