I googled for the past hew hours just to found few sources which didn't help so far. My task is to change apache port to anything but 80.
I'm running newest Plesk 11.0.9 on Ubuntu 10.04 and so far I had a website working nicely on :80 port.
So far I have changed ports.conf which is included into apache2.conf
Also as told by comments in that file I have changed VirtualHost statement in
It is a shortcut there so I just renamed that shortcut and added copy with with changed ports to :81
these changes alone makes apache listen on specified ports, I see It works! page.
But that is where my luck runs out, changing plesk port turns out to be not that easy.
I've followed this link which explains how to change port for Parallels Plesk Panel 11.x for Linux.
http://kb.parallels.com/en/114249
I've tried to put on :8080 but there is a tomcat server running so I have deleted the custom folder which was created in tutorial and redid steps to change port to :1234, of course I have changed apache2.conf and VirtualHosts files accordingly and I've downloaded random file from custom folder to check whether or not port has changed. Port changes are present but when I type domain.com:1234 after a long waiting I'm redirected to domain.com without any port Error 101 message.
I'm wondering does plesk takes templates from custom folder that was created, or the tutorial missing some crucial steps?
In any way I'm stuck very badly here and any help would be very much appreciated.
I'm running newest Plesk 11.0.9 on Ubuntu 10.04 and so far I had a website working nicely on :80 port.
So far I have changed ports.conf which is included into apache2.conf
Code:
NameVirtualHost *:81
Listen 81
Also as told by comments in that file I have changed VirtualHost statement in
Code:
/etc/apache2/sites-enabled/000-default
these changes alone makes apache listen on specified ports, I see It works! page.
But that is where my luck runs out, changing plesk port turns out to be not that easy.
I've followed this link which explains how to change port for Parallels Plesk Panel 11.x for Linux.
http://kb.parallels.com/en/114249
I've tried to put on :8080 but there is a tomcat server running so I have deleted the custom folder which was created in tutorial and redid steps to change port to :1234, of course I have changed apache2.conf and VirtualHosts files accordingly and I've downloaded random file from custom folder to check whether or not port has changed. Port changes are present but when I type domain.com:1234 after a long waiting I'm redirected to domain.com without any port Error 101 message.
I'm wondering does plesk takes templates from custom folder that was created, or the tutorial missing some crucial steps?
In any way I'm stuck very badly here and any help would be very much appreciated.
Last edited: