View Issue Details

IDProjectCategoryView StatusLast Update
0004087unrealircdpublic2012-02-26 21:22
Reporterbejito Assigned Tosyzop  
PrioritynoneSeverityfeatureReproducibilityN/A
Status closedResolutionno change required 
Summary0004087: NEW : virtualhost as apache deamon (host 2 ircd on the same IP:port)
DescriptionI have an idea maybe it's impossible.

Make a virtualhost as an appache server.

dns :
irc1.server.com. IN A xxx.xxx.xxx.xxx
irc2.server.com. IN A xxx.xxx.xxx.xxx (same IP)
...

when a user connect "irc1.server.com:6667", he will connect on first irc server
when a user connect "irc2.server.com:6667", he will connect on second irc server with an other config

(if an user use xxx.xxx.xxx.xxx, he join a default server)


apached and proftpd use virtualhost.


3rd party modules

Activities

warg

2012-02-26 05:12

reporter   ~0016909

You still connect to the same daemon in Apache, however you're served the documents relevant to the domain name requested.

This is a different technology and is not relevant to IRCd.

The requested feature serves no purpose.

syzop

2012-02-26 21:22

administrator   ~0016919

I understand what you want, but we have no plans to support this.
It would be a lot of work, would be used very little, and I'm not sure if it would even work to begin with.

Thanks for your suggestion, though.

Issue History

Date Modified Username Field Change
2012-02-23 19:05 bejito New Issue
2012-02-26 05:12 warg Note Added: 0016909
2012-02-26 21:22 syzop Note Added: 0016919
2012-02-26 21:22 syzop Status new => closed
2012-02-26 21:22 syzop Assigned To => syzop
2012-02-26 21:22 syzop Resolution open => no change required