<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.45">
<TITLE>Simple Apache2 fix</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Apache2's split configuration files allow the package to alias the icon directory name without affecting the filesystem or assuming any particular web root directory.<BR>
<BR>
Creating a file /etc/apache2/conf.d/awstats which contains the line:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Alias /awstats-icon /usr/share/awstats/icon<BR>
is enough to allow apache to know how to serve the icons, no symlinks required.<BR>
</FONT>
</P>

</BODY>
</HTML>