[Webmin-maintainers] Bug#272340: workaround

Roberto Suarez Soto robe at allenta.com
Mon Aug 1 09:41:19 UTC 2005


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
	robe at allenta.com				   www.allenta.com




More information about the Webmin-maintainers mailing list