Bug#456576: Apache2 don't start because file /etc/apache2/mods-available/alias.conf is not found
Hi,
On Sunday 16 December 2007, Clément Bâty wrote:
> In fact, in my case, it was because the link to the alias was bad,
> figuring a single dot . instead of a normal .. like I show in the
> lines below :
the link should normally be created with the a2enmod script, which
does the correct link to ../mods-available/* . In fact, I could not
find any script in the apache2 packages that contains a reference
to "./mods-available" . So either you created that link manually and
mistyped it or there might be a postinstall script of a different
package (third party module, webapp) that conatins a typo. To find
the latter,
grep mods-available /var/lib/dpkg/info/*inst
might help.
Cheers,
Stefan
Reply to: