Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 04-20-2003, 04:20 PM   #1
debbieN
Confirmed User
 
debbieN's Avatar
 
Join Date: Jan 2003
Location: FL, NC(I burned this down), MI
Posts: 1,193
webalizer, how do I even open it.

Due to my lack of any computer training I have paid to have a company install webalizer on my two servers hosted by rackshack.net.

I have looked a webalizer's site but can not figure out how to even use this damn thing. Another Sunday wasted learning nothing except someone is still hotlinking to many of my tgp images.

Help, I am an idiot I need very simplified instructions.

debbieN is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-20-2003, 04:21 PM   #2
detoxed
vip member
 
Join Date: Jan 2003
Posts: 17,798
you click on the links, what are you talking about
detoxed is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-20-2003, 04:26 PM   #3
AdultNex
Confirmed User
 
Join Date: Feb 2003
Location: Bostonnnn
Posts: 8,985
Are you having trouble accessing Webalizer?
AdultNex is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-20-2003, 04:26 PM   #4
debbieN
Confirmed User
 
debbieN's Avatar
 
Join Date: Jan 2003
Location: FL, NC(I burned this down), MI
Posts: 1,193
what links? If you know of the URL please send it.
debbieN is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-20-2003, 04:28 PM   #5
detoxed
vip member
 
Join Date: Jan 2003
Posts: 17,798
do you know of a URL? do you know what webalizer is?
detoxed is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-20-2003, 04:32 PM   #6
kenny
Confirmed User
 
Industry Role:
Join Date: Mar 2002
Posts: 7,245
I use it on servers. I have to log into shell ounce a day and type:

root# cd /usr/local/apache/bin
root# runstats
root# killall httpd
root# type httpd
root# ./apachectl start


Then I see the updated stats at http://MY.SERVER.IP/htdocs/webalizer/DOMAIN_NAME

I probably have it set up half ass though
kenny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-20-2003, 04:36 PM   #7
kenny
Confirmed User
 
Industry Role:
Join Date: Mar 2002
Posts: 7,245
I have used much better stat programs. Webalizer tells me bandwidth total, refer URLs, search terms. Thats all I really care about anyway. I would like to see more detailed SE info
kenny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-20-2003, 04:37 PM   #8
detoxed
vip member
 
Join Date: Jan 2003
Posts: 17,798
kenny, crontab might make your job a little easier
detoxed is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-20-2003, 04:43 PM   #9
kenny
Confirmed User
 
Industry Role:
Join Date: Mar 2002
Posts: 7,245
Quote:
Originally posted by detoxed
kenny, crontab might make your job a little easier
I can never get my crontab to work. Been meaning to tell my admin for ever, just always slips my mind. But your absolutely right a crontab script will update it everyday automaticly
kenny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-20-2003, 05:03 PM   #10
thefreakybeaver
Confirmed User
 
Join Date: Feb 2002
Posts: 296
My guess would be to ask the installer what the url is you have to login to to view webalizer? When I used it, it was already installed on a virtual host and there was a link to it in my control panel so the above is just a guess.
thefreakybeaver is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-20-2003, 05:11 PM   #11
Big Monkie
Confirmed User
 
Join Date: Feb 2003
Location: Asphalt Jungle
Posts: 382
Quote:
Originally posted by debbieN

Help, I am an idiot I need very simplified instructions.
You dont know what youre doing but youre hosting at rackshack? Yes you are an idiot.
Big Monkie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-20-2003, 05:29 PM   #12
rossiya2
Confirmed User
 
Join Date: Nov 2002
Posts: 287
Hi Debbie

A checklist:
1) Webalizer has webalizer conf files that must be set up properly. You need one for each host [website] you have. Be sure that the company made those correctly and where they are on your computer [the file path]

2) Webalizer must run periodically. The program that runs webalizer is called cron. There is a configuration file, usually the same name as the user your webservers uses to run, called the crontab. The crontab must be set correctly to run webalizer. Also the paths should be set in the crontab file so that webalizer can find libraries and programs, and full file paths should be used for the same reason. For example webalizer should be called as /usr/local/bin/webalizer not simply webalizer. Cron runs a simple environment and programs that run in your command line [your shell] may not work in cron unless it is configured correctly.
3) Running correctly webalizer will make its' files in a directory as it was configured to do. The installer should tell you this directory. This directory will be in your web server path for example /webalizer . Webalizer makes an index.html file which should work when you type http://www.yourdomain.com/webalizer/ If not you may need to use the full file path e.g. http://www.yourdomain.com/webalizer/index.html as your web server may use index.htm, wheel.html etc. as the default index file.
4) Get another installer I am doing their work!
__________________
<a href="mailto:[email protected]">sales@cologroup. com</a> | 52027820 | <a href="http://www.cologroup.com">www.cologroup.com</a>
rossiya2 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-20-2003, 05:43 PM   #13
Wilbo
Confirmed User
 
Wilbo's Avatar
 
Join Date: Mar 2001
Location: Baltimore
Posts: 2,082
If you're hosted at RackShack you probably have Enism. If the guy installed it on your Enism server using their HOWTO then you can probably access Webalizer by going to http://www.yourdomain.com/usage/
Wilbo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.