Yes, of course you access it like this
http://www.domain.com:8080 (Has used to work during the last ten years I have used it, from time to time. Unless it is something special with the sme server, it should work for this server as well. Haven't noticed it until now.)
For some reason I dont exactely know you can not do the same with https. This will generally not work:
https://www.domain.com:445(Don't know exactely why it does not work, but guess it has something to do with the encryprion. Smoothwall does https for admin on port 441, so it is actually possible to use https on an alternative port, but I don't know excatly how.)
****
Well, I se that /etc/httpd/conf/httpd.conf specifies 443 for https. I guess it could be possible to change this as well, "the sme server template way".
****
By the way .. a practical way of running a web server on an alternative port is to just store only a webpage, on an alternative external server, that contain only a frame that will call up the wep page using the alternative port.