View previous topic :: View next topic |
Author |
Message |
jonfry -
Joined: 27 Oct 2003 Posts: 6
|
Posted: Fri Dec 05, 2003 3:15 am Post subject: Argosoft Web Server Port |
|
|
Hi everybody.
I have the Argosoft Email Server Pro version installed on the same machine as Abyss Web Server v1.2. The web server is configured to work on port 80 and to avoid conflicts I have the webmail server of Argosoft configured on port 8080.
Is there anyway I can set up Abyss to forward say http://www.mydomain.com/mail to http://www.mydomain.com:8080 ?
I have tried doing this with an alias and it rejects it, I think due to the fact that I have the port number on the end.
It would be far easier for my users to remember /mail than :8080 .
Thanks
Jon |
|
Back to top |
|
 |
brad -
Joined: 01 Sep 2002 Posts: 16 Location: TX
|
Posted: Fri Dec 05, 2003 3:49 am Post subject: |
|
|
we did this on the website I help run, www.lbjhs.net. We pointed mail.lbjhs.net to a small page that loads a frame on the bottom that points to the correct port. It works like a charm.
best of luck,
brad |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Dec 05, 2003 4:53 am Post subject: Re: Argosoft Web Server Port |
|
|
jonfry,
Save this file as index.html inside your /mail directory (after creating it of course inside your web documents directory):
Code: | <HTML>
<HEAD>
<meta http-equiv="Refresh" content="0; URL=http://yourdomain.com:8080/">
</HEAD>
<BODY>
Wait a second...
</BODY>
</HTML> |
_________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
jonfry -
Joined: 27 Oct 2003 Posts: 6
|
Posted: Fri Dec 05, 2003 5:14 am Post subject: Re: Argosoft Web Server Port |
|
|
aprelium wrote: | jonfry,
Save this file as index.html inside your /mail directory (after creating it of course inside your web documents directory):
Code: | <HTML>
<HEAD>
<meta http-equiv="Refresh" content="0; URL=http://yourdomain.com:8080/">
</HEAD>
<BODY>
Wait a second...
</BODY>
</HTML> |
|
Thank you very much - doing it now!
Jon |
|
Back to top |
|
 |
jonfry -
Joined: 27 Oct 2003 Posts: 6
|
Posted: Fri Dec 05, 2003 5:17 am Post subject: |
|
|
brad wrote: | we did this on the website I help run, www.lbjhs.net. We pointed mail.lbjhs.net to a small page that loads a frame on the bottom that points to the correct port. It works like a charm.
best of luck,
brad |
Thanks Brad,
I might give that a try too as it will retain the original URL in the address bar.
Jon |
|
Back to top |
|
 |
|