Some of this code was created by webmin, I didn't put this in any particular order, webmin did.<br><br><div class="gmail_quote">On Fri, Jun 1, 2012 at 1:22 PM, Mr. B-o-B <span dir="ltr"><<a href="mailto:mr.chew.baka@gmail.com" target="_blank">mr.chew.baka@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Craig Rosenblum cried from the depths of the abyss...<br>
<br>
</div><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hosts file must have been modified by webmin.<br>
I just don't get why I can't access <a href="http://localhost:8082" target="_blank">http://localhost:8082</a><br>
<br>
Here again are the directives:<br>
<br>
DocumentRoot /home/craig/www/wbm<br>
ServerAdmin webmaster@localhost<br>
<Directory /><br>
Options FollowSymLinks<br>
AllowOverride None<br>
</Directory><br>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/<br>
<Directory "/usr/lib/cgi-bin"><br>
AllowOverride None<br>
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch<br>
Order allow,deny<br>
Allow from all<br>
</Directory><br>
ErrorLog /var/log/apache2/wbm_error.log<br>
LogLevel warn<br>
CustomLog /var/log/apache2/access.log "combined"<br>
Alias /doc/ "/usr/share/doc/"<br>
<Directory "/usr/share/doc/"><br>
Options Indexes MultiViews FollowSymLinks<br>
AllowOverride None<br>
Order deny,allow<br>
Deny from all<br>
Allow from <a href="http://127.0.0.0/255.0.0.0" target="_blank">127.0.0.0/255.0.0.0</a> ::1/128<br>
</blockquote>
<br></div></div>
Until you get this working get rid of the Allow statement, and reverse the Order.  ie:<div class="im"><br>
<br>
    Order allow,deny<br>
    Allow from all<br>
<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</Directory><br>
</blockquote>
<br></div>
This might be an issue too.  Why declare this, and then again in the virthosts config?<div class="HOEnZb"><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<Directory /home/craig/www/wbm/><br>
 Options Indexes FollowSymLinks MultiViews<br>
 AllowOverride None<br>
 Order allow,deny<br>
 allow from all<br>
</Directory><br>
<br>
</blockquote>
<br>
<br>
<br>
<br>
<br>
<br>
</div></div><br>_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
<br></blockquote></div><br>