Use the file "httpd.conf" to change the Server port of your Apache HTTP Server.
Look for this text block and modify it to the appropriate server port:
#
# Port: The port to which the standalone server listens.
#
Port 11000
Location:
Windows: [SITEFORUM] / apache2/conf/httpd.conf
Linux:
You can use the siteforum -d option to set the servername and ports under Linux.
More help about this option is available via "siteforum -h"
A typical call of this option is like this:
siteforum -d hostname [hostname] ports [apache]-[internal]-[tomcat]- [mysql]-[postgres]-[ssl]
Example:
siteforum -d www.siteforum.com ports 80-11001-11002-11003-11004- 443
The defaults can be seen at the siteforum server start.
You have to restart the server to refresh the settings.
