[PVE-User] Can I change default port from 8006 to 443?

Matthew Caron Matt.Caron at sixnet.com
Wed Oct 5 15:45:23 CEST 2011


On 10/05/2011 09:25 AM, Dietmar Maurer wrote:
> I would like to have something like:
>
> a2ensite pve-on-port-443.conf

You should be able to do that:

echo "Listen 443" > pve-on-port-443.conf
sudo mv pve-on-port-443.conf /etc/apache2/sites-available/
sudo a2ensite pve-on-port-443.conf
sudo /etc/init.d/apache2 reload

Looking at /etc/apache2/apache2.conf, the only difference between the 
ports.conf include and the sites-enabled lines is that the LogFormat 
lines and conf.d is after ports.conf and before apache2.conf...
-- 
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.caron at sixnet.com



More information about the pve-user mailing list