I got my Bubba Two a couple of weeks ago. I was in need to make a single folder within the webserver path password-protected. The how to " Enable password protection - .htaccess" from Magnus in this forum came in handy, but uuuuuh, when I reached the step to restart apache2, I couldn't manage it. The error-message is:
Code: Select all
bubba# /etc/init.d/apache2 restart
Forcing reload of web server (apache2)...[Mon Feb 09 10:51:40 2009] [warn] NameVirtualHost *:443 has no VirtualHosts
[Mon Feb 09 10:51:40 2009] [warn] NameVirtualHost *:80 has no VirtualHosts
httpd (no pid file) not running
[Mon Feb 09 10:51:41 2009] [warn] NameVirtualHost *:443 has no VirtualHosts
[Mon Feb 09 10:51:41 2009] [warn] NameVirtualHost *:80 has no VirtualHosts
(98)Address already in use: make_sock: could not bind to address [::]:443
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs
failed!
/etc/apache2/sites-enabled/bubba
by then was the part "AllowOverride None" into "AllowOverride All".
However, now I can't get into the admin-panel any more, because apache2 is down.
I tried desperatly
apt-get apt-get install bubba-frontend
apt-get apt-get install bubba-backend
which apparently helped somebody in this forum, but with no luck, and also
apt-get update
apt-get upgrade
apt-get -f install
did not help.
Any body can help me out on this one?
Thanks in advance
dan_bub