Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: davison77 on September 25, 2008, 05:31:11 am

Title: admin port
Post by: davison77 on September 25, 2008, 05:31:11 am
We have had ebox running just using it as a vpn server. It has been running rock solid until recently.

That said we do not recall what we changed the default admin port to. Thought it was still 443 but not sure.

/etc/apache-perl/httpd.conf says 443 but can't access from any intefaces.

How can we verify and reset the admin port from console?
Title: Re: admin port
Post by: sixstone on September 25, 2008, 10:17:40 am
Run this command and check where apache process is listening:
Code: [Select]
$ sudo netstat -lnp

Best regards,