Can't access to virtualmin after apt-get-update

from time to time i do:

apt-get update
and
apt-get-upgrade

Tonight i upgraded virtualmin and other packages with this method (overall 165MB), and I can’t access fo my virtualmin domain using my main domain address:

http://domain.com:10000 (with an error pointing to redirect to https)
or
https://domain.com:10000

All of the apache virtuals are working just the CGI Virtualmin script is not.
I looked into /var/log/virtualmin/domain.com_error_log and I saw these lines:

[Sat Aug 28 23:55:45 2010] [error] [client 89.228.116.14] File does not exist: /home/domain.com/public_html/webmail/favicon.ico
[Sat Aug 28 23:57:54 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Aug 28 23:57:54 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Aug 28 23:59:44 2010] [error] [client 89.228.116.14] File does not exist: /home/domain.com/public_html/favicon.ico

I must say i have been using manage SSL certificate via virtualmin and I’ve set up a self-signed certificate.

Does anyone have a clue hoew to solve this problem?

Howdy,

Yeah, Virtualmin has it’s own built-in web server, it doesn’t use the Apache that the rest of your domains use… so one breaking doesn’t cause trouble for the other.

Now, for what the problem is… I’m wondering if a Webmin process got stuck.

Here’s what I would do –

  • Run: /etc/init.d/webmin stop

  • Then look for any running Webmin processes: ps auxw | grep miniserv | grep webmin

  • If any processes show up, kill them with the “kill” command

  • Start Webmin back up: /etc/init.d/webmin start

After that, does Webmin/Virtualmin work for you?

-Eric

Yes it worked. Thank You Eric

Now I know what I was doing wrong. I tried to restart webmin process but I haven’t knew about /etc/webmin/miniserv.conf and /etc/webmin/miniserv.pl

Once again - thank You :>