Re: Getting apache to work...dumb question in here :)
2012-06-01 03:10:41 GMT
On Thu, May 31, 2012 at 3:56 AM, Craig Rosenblum <crosenblum <at> gmail.com> wrote:Edit the file that contains that line and add the following:
NameVirtualHost *:8082
Then all you need to do is start adding virtualhosts.
<VirtualHost *:8082>
ServerName example.com
DocumentRoot /path/to/web/root
# add the following two lines if you want vhost-specific logging
ErrorLog /ver/log/apache2/example.com-error
CustomLog /var/log/apache2/example.com-access combined
</VirtualHost>
_______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota tclug-list <at> mn-linux.org http://mailman.mn-linux.org/mailman/listinfo/tclug-list
RSS Feed