Bug 15025 - Apache unter UCS 2.3 funktioniert nicht
Summary: Apache unter UCS 2.3 funktioniert nicht
Status: CLOSED FIXED
Alias: None
Product: UCS
Classification: Unclassified
Component: Apache
Version: UCS 2.2
Hardware: All All
: P5 normal
Target Milestone: UCS 2.3
Assignee: Felix Botner
QA Contact: Janek Walkenhorst
URL:
Keywords:
Depends on:
Blocks: 14128
  Show dependency treegraph
 
Reported: 2009-07-08 06:22 CEST by Stefan Gohmann
Modified: 2009-12-21 08:48 CET (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2009-07-08 06:22:28 CEST
Auf einem UCS 2.3 DC Master kann aktuell kein Apache gestartet werden:

root@master:~# /etc/init.d/apache2 restart
 * Restarting web server apache2                                                                                                                                                                   [Wed Jul 08 08:13:07 2009] [warn] NameVirtualHost *:80 has no VirtualHosts
[Wed Jul 08 08:13:10 2009] [warn] NameVirtualHost *:80 has no VirtualHosts
(98)Address already in use: make_sock: could not bind to address [::]:443                                                                                                                  [ ok ]
root@master:~#

Wenn ich ssl deaktiviere, dann ist der Apache zumindest über Port 80 erreichbar.

root@master:~# a2dismod ssl
Module ssl disabled.
Run '/etc/init.d/apache2 restart' to activate new configuration!
root@master:~# /etc/init.d/apache2 restart
 * Restarting web server apache2                                                                                                                                                                   [Wed Jul 08 08:14:46 2009] [warn] NameVirtualHost *:80 has no VirtualHosts
[Wed Jul 08 08:14:49 2009] [warn] NameVirtualHost *:80 has no VirtualHosts                                                                                                                 [ ok ]
root@master:~#
Comment 1 Felix Botner univentionstaff 2009-07-10 13:42:18 CEST
debian hat "Listen 443" in die etc/apache2/ports.conf aufgenommen, das wird bei uns eigentlich durch etc/apache2/mods-available/ssl.conf gemacht

es gibt nun ein neues Config Template für etc/apache2/ports.conf, das nur

Listen 80

enthält

gebaut in UCS 2.3
Comment 2 Janek Walkenhorst univentionstaff 2009-08-18 15:05:28 CEST
Verified:

Apache läuft per HTTP und HTTPS (Auch im Browser getestet)

# netstat -tlnp|grep apache
tcp6       0      0 :::80                   :::*                    LISTEN      5358/apache2    
tcp6       0      0 :::443                  :::*                    LISTEN      5358/apache2    

univention-apache 3.0.2-1.116.200907101340
apache2 2.2.9-10+lenny2.45.200905060728
Comment 3 Stefan Gohmann univentionstaff 2009-12-21 08:48:58 CET
UCS 2.3 wurde veröffentlicht. Sollte der hier beschriebene Bug mit einer neueren Version von UCS erneut auftreten, so sollte der Bug dupliziert werden: "Clone This Bug".