Hi,
I've been "fighting" with this bug recently, and I've found that
two measures should be taken:
1) I found that some structures in the main config file (namely,
"Directory") were being interpreted as virtualhosts. A link done in the way
that other people recommended solved it. I.e.:
# cd /etc/apache2
# ln -s . /etc/apache2/conf
2) See here:
https://sourceforge.net/mailarchive/message.php?msg_id=12096377
Substituting the line in /etc/apache2/apache2.conf:
Include /etc/apache2/sites-enabled/[^.#]*
For:
Include /etc/apache2/sites-enabled/*
Fixes the "detection" of virtualhosts. With this, you can use the
"debian way" in creating virtualhosts, i.e., using a directory to hold the
config files for each.
Maybe a note with this should be included in the README.Debian for
the package, and the bug marked as fixed.
--
Roberto Suarez Soto Allenta Consulting
[EMAIL PROTECTED] www.allenta.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]