Hosts file must have been modified by webmin. I just don't get why I can't access http://localhost:8082 Here again are the directives: DocumentRoot /home/craig/www/wbm ServerAdmin webmaster at localhost <Directory /> Options FollowSymLinks AllowOverride None </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/wbm_error.log LogLevel warn CustomLog /var/log/apache2/access.log "combined" 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> <Directory /home/craig/www/wbm/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> On Fri, Jun 1, 2012 at 8:19 AM, John Gateley <tclug at jfoo.org> wrote: > Was the text copied and pasted in? Or typed? There's an interesting > item in the error messages: > > > > apache2: Could not reliably determine the server's fully qualified domain > > name, using 127.0.1.1 for ServerName > > [Fri Jun 01 00:51:20 2012] [warn] NameVirtualHost 127.0.0.1:0 has no > > VirtualHosts > > > The first error message says 127.0.1.1 the second says 127.0.0.1. > If you copied and pasted, I'd check the hosts file for a typo. > > John > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20120601/d4d41598/attachment-0001.html>