Actions
Bug #6763
closedErrors with apache on ubuntu 12.04
Status:
Released
Priority:
N/A
Assignee:
Category:
System integration
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
During install:
==> ubuntu_server: Setting up apache2-mpm-worker (2.2.22-1ubuntu1.9) ... ==> ubuntu_server: * Starting web server apache2 ==> ubuntu_server: apache2: Syntax error on line 234 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/conf.d/ncf-api-virtualenv.conf: No such file or directory ==> ubuntu_server: Action 'start' failed. ==> ubuntu_server: The Apache error log may have more information. ==> ubuntu_server: ...fail! ==> ubuntu_server: invoke-rc.d: initscript apache2, action "start" failed. [...] ==> ubuntu_server: Setting up ncf-api-virtualenv (3.0.5-precise1) ... ==> ubuntu_server: INFO: Creating the ncf-api-venv user... ==> ubuntu_server: Done ==> ubuntu_server: INFO: Restarting Apache HTTPd... ==> ubuntu_server: dpkg: error processing ncf-api-virtualenv (--configure): ==> ubuntu_server: subprocess installed post-installation script returned error exit status 1
And after:
$ service rudder-server-root restart [...] * Starting web server apache2 Syntax error on line 17 of /etc/apache2/conf.d/ncf-api-virtualenv.conf: Invalid command '<IfVersion', perhaps misspelled or defined by a module not included in the server configuration Action 'start' failed.
Works after running:
a2enmod version
Updated by Alexis Mousset over 9 years ago
Also happens on Debian wheezy (with rudder-tests).
Updated by Vincent MEMBRÉ almost 9 years ago
- Priority changed from N/A to 1 (highest)
- Target version set to 2.11.18
Still here and also with rudder-server-relay :(
Updated by Jonathan CLARKE almost 9 years ago
- Translation missing: en.field_tag_list set to Quick and important
Updated by Vincent MEMBRÉ almost 9 years ago
- Target version changed from 2.11.18 to 2.11.19
Updated by Alexis Mousset almost 9 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset almost 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/875
Updated by Alexis Mousset almost 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|f4bdf7e7ac4f7f77c70c948ee47fae15eab6d83a.
Updated by Nicolas CHARLES over 8 years ago
- Related to Bug #7999: rudder-webapp fails to install on debian 7 added
Updated by Vincent MEMBRÉ over 8 years ago
- Related to deleted (Bug #7999: rudder-webapp fails to install on debian 7)
Updated by Vincent MEMBRÉ over 8 years ago
- Status changed from Pending release to Released
Actions