Basically you neeed to have
- Dns records for www.domain.net and
domain.net to point your server
You need to have (i assume apache is
default on mac server) on your
virtualhost config/section also
DomainAlias.
ServerAdmin admin@domain.net
ServerName domain.net
ServerAlias www.domain.net domain.com www.domain.com
DocumentRoot /home/sivu/public
That way your server will hand over site were it requested with or without www.
Not sure where you can actually manage configuration on mac os x server. If you have default configuration (this site is (maybe only) default site). Then you don't have to do anything else than #1. In linux environment those config files can be found from /etc/apache2/sites-available. Mac prob have some control-panel for this.