question about Apache
Scott Berry
sberry at northlc.com
Fri Feb 29 05:53:42 UTC 2008
Hello there,
I have a question about Apache I am unsure of.
When I run /etc/init.d/apache2 restart I get the following message:
root at Yellobo:~# /etc/init.d/apache2 restart
* Restarting web server apache2
[Fri Feb 29 05:25:42 2008] [warn] NameVirtualHost *:0 has no VirtualHosts
[Fri Feb 29 05:25:55 2008] [warn] NameVirtualHost *:0 has no VirtualHosts
[
OK ]
root at Yellobo:~#
Here is my Pilotalk from the /etc/apache/sites-enabled directory.
NameVirtualHost *:80
<VirtualHost *:80>
ServerName www.pilotalk.dyndns.org
ServerAlias pilotalk.dyndns.org
ServerAdmin webmaster at pilotalk.dyndns.org
DocumentRoot /var/www/pilotalk.dyndns.org
</VirtualHost>
<Directory /var/www/pilotalk.dyndns.org/>
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# This directive allows us to have apache2's default start
page
# in /apache2-default/, but still have / go to the right
place
#RedirectMatch ^/$ /apache2-default/
</Directory>
<VirtualHost *:80>
ServerName: www.blindscanner.dyndns.org
DocumentRoot /usr/share/moin/server/moin.cgi
</VirtualHost>
<Directory /usr/share/moin/blindscanner/>
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# This directive allows us to have apache2's default start
page
# in /apache2-default/, but still have / go to the right
place
#RedirectMatch ^/$ /apache2-default/
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/access.log combined
ServerSignature On
Alias /doc/ "/usr/share/doc/"
<Directory "/usr/share/doc/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
</Directory>
</VirtualHost>
Thank you for any help.
Scott Berry
Email: sberry at northlc.com
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.21.1/1303 - Release Date: 2/28/2008
12:14 PM
More information about the ubuntu-users
mailing list