Project

General

Profile

Actions

Bug #21422

closed

error when installing Rudder 7.2 on ubuntu22

Added by Nicolas CHARLES almost 2 years ago. Updated over 1 year ago.

Status:
Released
Priority:
N/A
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:

Description

apache2 won't start

The job identifier is 4161 and the job result is failed.
Jul 18 10:46:00 server systemd[1]: apache2.service: Unit cannot be reloaded because it is inactive.
Jul 18 10:46:41 server systemd[1]: Starting The Apache HTTP Server...
░░ Subject: A start job for unit apache2.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit apache2.service has begun execution.
░░ 
░░ The job identifier is 4337.
Jul 18 10:46:41 server apachectl[15853]: AH00526: Syntax error on line 4 of /opt/rudder/etc/rudder-apache-webapp-ssl.conf:
Jul 18 10:46:41 server apachectl[15853]: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration
Jul 18 10:46:41 server apachectl[15850]: Action 'start' failed.
Jul 18 10:46:41 server apachectl[15850]: The Apache error log may have more information.
Jul 18 10:46:41 server systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE

line 4 is

# Prevent Chrome loop detection to block the page after too many
# page reloads.
<LocationMatch "/rudder(?!/relay-api|/api)">
  Header add X-Chrome-Exponential-Throttling "disable" 
  Header add X-UA-Compatible "IE=Edge" 
</LocationMatch>

Actions #1

Updated by Nicolas CHARLES almost 2 years ago

apache2 is

# dpkg -l | grep apache
ii  apache2                               2.4.52-1ubuntu4.1                        amd64        Apache HTTP Server
ii  apache2-bin                           2.4.52-1ubuntu4.1                        amd64        Apache HTTP Server (modules and other binary files)
ii  apache2-data                          2.4.52-1ubuntu4.1                        all          Apache HTTP Server (common files)
ii  apache2-utils                         2.4.52-1ubuntu4.1                        amd64        Apache HTTP Server (utility programs for web servers)

Actions #2

Updated by Nicolas CHARLES almost 2 years ago

module headers is not activated

root@server:/opt/rudder# apache2ctl -M 
Loaded Modules:
 core_module (static)
 so_module (static)
 watchdog_module (static)
 http_module (static)
 log_config_module (static)
 logio_module (static)
 version_module (static)
 unixd_module (static)
 access_compat_module (shared)
 alias_module (shared)
 auth_basic_module (shared)
 authn_core_module (shared)
 authn_file_module (shared)
 authz_core_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 dav_module (shared)
 dav_fs_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 filter_module (shared)
 mime_module (shared)
 mpm_event_module (shared)
 negotiation_module (shared)
 proxy_module (shared)
 proxy_http_module (shared)
 reqtimeout_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 socache_shmcb_module (shared)
 ssl_module (shared)
 status_module (shared)

runnning a2enmod solves the issue

Actions #3

Updated by Alexis Mousset over 1 year ago

  • Assignee set to Benoît PECCATTE
Actions #4

Updated by Benoît PECCATTE over 1 year ago

  • Status changed from New to In progress
Actions #5

Updated by Benoît PECCATTE over 1 year ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Benoît PECCATTE to Alexis Mousset
  • Pull Request set to https://github.com/Normation/rudder-packages/pull/2651
Actions #6

Updated by Benoît PECCATTE over 1 year ago

  • Status changed from Pending technical review to Pending release
Actions #7

Updated by Vincent MEMBRÉ over 1 year ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 7.2.0~rc1 which was released today.

Actions

Also available in: Atom PDF