(BTW, thanks, again, RandomUserName for his helpful response elsewhere.)
I am attempting to set up a testbed content-managed Drupal webserver on my B3 to work alongside3 the Bubba web-site there.
When I had difficulty configuring Apache, Mysql and Drupal, I tried to temporarily disable the Bubba web-site with the command:
... which (as Apache administrators will know) has the effect of removing the Unix link to /etc/apache2/sites-available/Bubba at /etc/apache2/sites-enabled/Bubba .# a2dissite Bubba
This should have left my own test-bed web-site (adapted from the Bubba configuration) as the only enabled web-site. This had been previous enabled with the comand:
... which (as Apache administrators will know) has the effect of creating the link to /etc/apache2/sites-available/realnews at /etc/apache2/sites-enabled/realnews# a2ensite realnews
The file, realnews, did not as far as I could tell, refer to any part of the Bubba web site (located in /home/web). Instead the confgiuration file referred to /home/realnews/cms as the root file directory of that site.
Yet, when I entered the URL for the B3, http://192.168.0.2 (I only could use the IP address of 192.168.0.3 , because I seem to have lost the name of b3 or b3.local, but that's another story.) I still get the Bubba web pages in full.
Even when I also disabled 'realnews' so that there were no sites enabled, my B3 still serves Bubba pages when I enter the URL http://192.168.0.3 .
Can anyone suggest why the Apache web-server will give me the Bubba pages when there is no site 'enabled', as far as I can tell, which includes the Bubba pages?