Forum OpenACS Q&A: Running AOLServer/OACS from ports < 1024

Using AOLServer 4 you now have to specify a

-b <myip>:<myport>

to the command line in the run script to use ports below 1024.

I've got that working ok, but how do I specify more than one port? i.e. I want both port 80 and 443 (for ssl)?

I'm sure its simple, but I can't find it in the docs, and I've tried all the ways I can think of.

Thanks

Collapse
Posted by Steve Manning on
Simon

Your right its very easy - just a comma sep list

-b 12.34.56.78:80,12.34.56.78:443

    -Steve

Collapse
Posted by Simon at TCB on
Thanks Steve, very much appreciated!

funny it never occured to me to try that.. hey ho :) Juts goes to show what a spas I am... :)

Thanks for taking the time.

Simon