Debian Etch apache2 virtual host problem
- From: rocky <rocky2winnie@xxxxxxxxx>
- Date: Tue, 31 Jul 2007 09:30:38 -0000
Hey,
I'm runing Debian etch with apache2 on it. To make the server host
many website I added the following code to the end of /etc/apache2/
apache2.conf
----------------------Code
begin--------------------------------------------------------------
NameVirtualHost *
<VirtualHost *>
# Basic setup
ServerAdmin webmaster@xxxxxxxxxxxx
ServerName www.workzone.com
DocumentRoot /var/www/workzone/htdocs
# HTML documents, with indexing.
<Directory />
Options +Includes
</Directory>
# CGI Handling
ScriptAlias /cgi-bin/ /var/www/workzone/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>
# Logfiles
ErrorLog /var/www/workzone/logs/error.log
CustomLog /var/www/workzone/logs/access.log combined
</VirtualHost>
---------------------------------Code
End----------------------------------------
The command apache2ctl configtest tells me "[Fri Jan 01 11:55:20 1999]
[warn] NameVirtualHost *:0 has no VirtualHosts
Syntax OK"
And /etc/init.d/apache2 reload tells me "[Fri Jan 01 11:56:30 1999]
[warn] NameVirtualHost *:0 has no VirtualHosts"
How can I solve the problem please? Can any of you help me out?
Blessings,
Rocky
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: Debian Etch apache2 virtual host problem
- From: Andrew Sackville-West
- Re: Debian Etch apache2 virtual host problem
- From: Raffaele Morelli
- Re: Debian Etch apache2 virtual host problem
- Prev by Date: Debian Linux in Chroot
- Next by Date: Re: Debian Etch apache2 virtual host problem
- Previous by thread: Debian Linux in Chroot
- Next by thread: Re: Debian Etch apache2 virtual host problem
- Index(es):
Relevant Pages
|
|