SRCDS Steam group


how to make pub.domain.net
#1
I'm new to virtual hosts and sub domains.

I managed to put just a web space team.domain.net

after this tutorial

using server x64 2003

but maybe someone could help me out to make srcds to connect on:

pub.domain.net (with default 27015 port)

and

dm.domain.net ( with 27017 port )

what do I need to change - host file? or apaches vhost.conf ? or .htaccess?
Reply
#2
I think you'll have to edit the apache config and add a virtual server for dm.domain.net on port 27017
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply
#3
Drocona Wrote:I think you'll have to edit the apache config and add a virtual server for dm.domain.net on port 27017

<VirtualHost ip:27015>
ServerName pub.domain.net
DocumentRoot "Disc:/to/srcds/pub/"
</VirtualHost>

like this?
Reply
#4
set that in the DNS server on the server which controls the DNS settings.

pub.domain.net:27015 >> 27015 is default so if set proper in DNS settings, pub.domain.net works fine (pub.domain.net:27015 also works)

dm.domain.net:27017 >> 27017 is not default so use >> dm.domain.net:27017
[Image: banner.gif]

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)