File "/etc/apache2/ports.conf" not longer exist in Proxmox 3.0, where is it?

  • Thread starter Thread starter meetav
  • Start date Start date
M

meetav

Guest
Hi there,


I have installed the latest version of Proxmox 3.0. I want to change port 80 of apache installed on Proxmox. However, File `"/etc/apache2/ports.conf"` does not exist any more. I couldn't find it anywhere.Where is it? How can I do it?


There are only two files at `"/etc/apache2/sites-available"`, they are `pve.conf and pve-redirect.conf`, and they don't contain "Listen 80" setting.

Thanks!
 
apache2 is not used anymore. the new webserver listen on 8006 only (https), you cannot really change this, why do you need this?
 
Hi,

I have installed lighttpd and tried to start it, it complaints port 80 is in use. Obviously when I open http://ip:80/ it redirects me to 8006 port. I guess there is still some setting of this somewhere?
 
Hi,

I have installed lighttpd and tried to start it, it complaints port 80 is in use. Obviously when I open http://ip:80/ it redirects me to 8006 port. I guess there is still some setting of this somewhere?

If you run 3.0, there is no apache2 installed. if you upgraded from 2.3, you should remove apache manually (see upgrade docs).