[AC-Admins] Web services on IRC servers.
Harik
harik at chaos.ao.net
Mon Aug 20 18:38:43 EDT 2007
A user helpfully pointed out that http://irc.anthrochat.net/ will variously:
Moo
return an index page
return an apache default page
return the anthrochat webpage.
I would recommend that all servers add a vhost directive that redirects
irc to www.anthrochat.net, being that is most likely what people are
looking for when they're using a web browser.
<virtualhost 1.2.3.4>
ServerName irc.anthrochat.net
Redirect / http://www.anthrochat.net/
</virtualhost>
should (untested) do the trick.
More information about the Admins
mailing list