PDA

View Full Version : Run web page on different port with ISPConfig


stefki
20th May 2009, 22:52
I have Fedora Core 9 installed and ISP Config, my ISP config works on 75 port, i like my created pages in ISP Config to be runned on 1717 not 80, is it possible to change the default port of the web pages ??

tnx

till
21st May 2009, 10:49
You will have to change the ispconfig code for this. The code must be in the make_vhost function in the config.lib.php file

stefki
21st May 2009, 13:54
Do i need to change the following code?

if ($apache_version == 2) {
$web_port = ":80";
$ssl_port = ":443";


thanks

falko
21st May 2009, 20:43
Yes, that's right.