Gentoo Archives: gentoo-user

From: Alexander Reitzel <loel@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Dead apache (cannot listen)
Date: Sat, 08 Sep 2007 09:14:41
Message-Id: 200709081102.22941.loel@gmx.de
In Reply to: Re: [gentoo-user] Dead apache (cannot listen) by Steen Eugen Poulsen
1 heres my default vhost
2
3
4 Listen 80
5 NameVirtualHost *:80
6 <IfDefine HIVE>
7 <VirtualHost *:80>
8 ServerAdmin apache@××××.silan
9 ServerName hive.silan
10 DocumentRoot "/var/www/hive.silan/htdocs"
11 <Directory "/var/www/hive.silan/htdocs">
12 Options Indexes FollowSymLinks
13 AllowOverride All
14 Order allow,deny
15 Allow from all
16 </Directory>
17 Alias /icons /var/www/hive.silan/icons
18 <Directory "/var/www/hive.silan/icons">
19 Options None
20 AllowOverride none
21 Order allow,deny
22 Allow from all
23 </Directory>
24 <IfModule alias_module>
25 ScriptAlias /cgi-bin/ "/var/www/hive.silan/cgi-bin/"
26 </IfModule>
27 <Directory "/var/www/hive.silan/cgi-bin">
28 AllowOverride None
29 Options None
30 Order allow,deny
31 Allow from all
32 </Directory>
33 </VirtualHost>
34 </IfDefine>
35 --
36 gentoo-user@g.o mailing list