I followed this article to forward webmail.domain.com to squirrelmail.
http://help.directadmin.com/item.php?id=92
I am trying to set up a few more of these default pointers using this method. I would like cp.domain.com to forward to https://www.domain.com:2222
The virtualhost I put in for this is
<VirtualHost |IP|:80>
ServerName cp.|DOMAIN|
ServerAdmin |ADMIN|
DocumentRoot https://ww.domain.com:2222 CustomLog /var/log/httpd/domains/|DOMAIN|.bytes bytes
CustomLog /var/log/httpd/domains/|DOMAIN|.log combined
ErrorLog /var/log/httpd/domains/|DOMAIN|.error.log
</VirtualHost>
When I go to cp.domain.com it brings me to the "apache is running on this server" message
I am assuming my setup is incorrect, what am I doing wrong and how do I fix this?
Thanks,
Mike
http://help.directadmin.com/item.php?id=92
I am trying to set up a few more of these default pointers using this method. I would like cp.domain.com to forward to https://www.domain.com:2222
The virtualhost I put in for this is
<VirtualHost |IP|:80>
ServerName cp.|DOMAIN|
ServerAdmin |ADMIN|
DocumentRoot https://ww.domain.com:2222 CustomLog /var/log/httpd/domains/|DOMAIN|.bytes bytes
CustomLog /var/log/httpd/domains/|DOMAIN|.log combined
ErrorLog /var/log/httpd/domains/|DOMAIN|.error.log
</VirtualHost>
When I go to cp.domain.com it brings me to the "apache is running on this server" message
I am assuming my setup is incorrect, what am I doing wrong and how do I fix this?
Thanks,
Mike