From: Alexander Reitzel <loel@gmx.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Dead apache (cannot listen)
Date: Sat, 8 Sep 2007 11:02:22 +0200 [thread overview]
Message-ID: <200709081102.22941.loel@gmx.de> (raw)
In-Reply-To: <46E1A414.2030603@lix-world.net>
heres my default vhost
Listen 80
NameVirtualHost *:80
<IfDefine HIVE>
<VirtualHost *:80>
ServerAdmin apache@hive.silan
ServerName hive.silan
DocumentRoot "/var/www/hive.silan/htdocs"
<Directory "/var/www/hive.silan/htdocs">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Alias /icons /var/www/hive.silan/icons
<Directory "/var/www/hive.silan/icons">
Options None
AllowOverride none
Order allow,deny
Allow from all
</Directory>
<IfModule alias_module>
ScriptAlias /cgi-bin/ "/var/www/hive.silan/cgi-bin/"
</IfModule>
<Directory "/var/www/hive.silan/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
</IfDefine>
--
gentoo-user@gentoo.org mailing list
prev parent reply other threads:[~2007-09-08 9:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-07 1:08 [gentoo-user] Dead apache (cannot listen) Kevin O'Gorman
2007-09-07 5:18 ` Alexander Reitzel
2007-09-07 15:07 ` Kevin O'Gorman
2007-09-07 19:18 ` Steen Eugen Poulsen
2007-09-07 23:25 ` Kevin O'Gorman
2007-09-08 2:06 ` Kevin O'Gorman
2007-09-08 9:02 ` Alexander Reitzel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200709081102.22941.loel@gmx.de \
--to=loel@gmx.de \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox