Submitted by jensingo on Tue, 05/22/2012 - 07:28
after an upgrade to version 3.92.gpl GPL, the Re-Check Configuration is forced and displays this error message:
Failed to save enabled features : The Apache configuration on your system does not appear to be listening on port 10000, which is needed to host SSL websites. If you do not plan to host SSL sites, this feature should be disabled in Virtualmin's module configuration page.
when disabled the feature SSL, the check goes through and is OK.
it's not possible to reenable the SSL feature and i'm not sure if having listening apache on port 10000 is a good idea as it will block the webmin 10000 port. so i suppose this a bug. apache is listening to 443 and 80 as stated in ports.conf
Status:
Active
Comments
Submitted by andreychek on Tue, 05/22/2012 - 08:43 Comment #1
Howdy -- yeah, Apache definitely should not be listening on port 10000. So we'll just need to figure out why Virtualmin thinks that :-)
What output do you receive when running this command:
find /etc/apache2 | xargs grep 10000 2>/dev/null
Submitted by jensingo on Tue, 05/22/2012 - 13:49 Comment #2
only the rewrite rules for the admin et webmail urls which are added to the virtual hosts, nothing else ...
Submitted by jensingo on Tue, 05/22/2012 - 13:51 Comment #3
it looks thougt that the apache webmin module is missing the upper section with the port definitions. on my other virtualmin hosts this section is present ... i already tryed to reinstall the apache webmin module but that didn't change anything ...
Submitted by JamieCameron on Tue, 05/22/2012 - 14:52 Comment #4
If you edit the file
/etc/webmin/virtual-server/config
, make sure theweb_sslport
line is set to 443, not 10000.Submitted by jensingo on Wed, 05/23/2012 - 03:05 Comment #5
that was the error, it's fixed now. but i never edited the virtualmin config file manually on this host. i used install.pl to get it set up. maybe the error is in the install script ... greetings and thanks
Submitted by JamieCameron on Wed, 05/23/2012 - 11:07 Comment #6
Did you perhaps change the SSL port at System Settings -> Virtualmin Configuration, or System Settings -> Server Templates?