help needed > Awstats images not showing

congkai

Verified User
Joined
Dec 12, 2005
Messages
142
Location
Singapore
Hello people, i need some help, my awstats images are not showing out and it seems like i having problem in my viewing of the awstats.

let me give a example http://mylovelyinn.com/awstats/
user: lovelyinn
pass: default

anyone know how to fix this? urgent...
 
Make an alias to /awstatsicons in your apache config

Alias /awstatsicons /path/to/awstatsicons

Then restart apache.
 
sorry, i am not so good in the settings, do you have a instruction like where to edit the apache config?

is it in conf/extra/httpd-alias.conf
or in etc/httpd/conf/httpd.conf

thanks for your help chatwizrd
 
Doesnt matter where you add it.

But conf/extra/httpd-alias.conf would be best for organization.
 
If you need to you can do this:

*Note will only work if the actual folder is named awstatsicons

Code:
echo "Alias /awstatsicons `find / -type d -name awstatsicons`" >> /etc/httpd/conf/extra/httpd-alias.conf

/sbin/service httpd restart
 
there is alot of path i think. i type that command, so much was found.. and are you sure of adding all in?
 
hi chatwizard. i found out that everytime after some time i have to go and set the commands you given to me again. today i did it again because the awstats is not showing.

is there something i forgotten to do?
 
Back
Top