source: branches/2.0/doc-expressolivre/debian/arqs-conf/etc/apache2/ports.conf.lenny @ 2936

Revision 2936, 539 bytes checked in by niltonneto, 14 years ago (diff)

Ticket #1107 - Reconfiguração do instalador do Apache e correção dos warnings.

Line 
1# If you just change the port or add more ports here, you will likely also
2# have to change the VirtualHost statement in
3# /etc/apache2/sites-enabled/000-default
4# This is also true if you have upgraded from before 2.2.9-3 (i.e. from
5# Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and
6# README.Debian.gz
7
8NameVirtualHost *:80
9Listen 80
10
11<IfModule mod_ssl.c>
12    # SSL name based virtual hosts are not yet supported, therefore no
13    # NameVirtualHost statement here
14    NameVirtualHost *:443
15    Listen 443
16</IfModule>
Note: See TracBrowser for help on using the repository browser.