LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-28-2016, 10:08 PM   #1
rroopstr
Member
 
Registered: Apr 2016
Location: Caracas, Venezuela
Distribution: CentOS 7.2
Posts: 75

Rep: Reputation: 1
Forbidden access to awstats html content


Yes, I know this topic has been discussed all over the web during years. After a few hours struggling, again, back to linuxquestions!

I've tried a few solutions such as
chown -R rroopt:rroopt /var/lib/awstats
chmod -R g+rw /var/lib/awstats
chmod 755 /var/lib/awstats

Otherwise configuration looks fine, I am actually getting my first linux emails from localhost logging website activity every half an hour (maybe I'll reconfigure that default time later).

# ls -l /var/lib/awstats
total 36
-rw-rw-r-- 1 rroopt rroopt 8846 May 28 21:47 awstats052016.localhost.localdomain.txt
-rw-rw-r-- 1 rroopt rroopt 8845 May 28 21:47 awstats052016.mlp.riverocooper.com.txt
-rw-rw-r-- 1 rroopt rroopt 8762 May 28 22:00 awstats052016.riverocooper.com.txt

on my browser: "Forbidden: You don't have permission to access /awstats/awstats.pl on this server."

from configuration file:
"# When AWStats updates its statistics, it stores results of its analysis in
# files (AWStats database). All those files are written in the directory
# defined by the "DirData" parameter. Set this value to the directory where
# you want AWStats to save its database and working files into.
# Warning: If you want to be able to use the "AllowToUpdateStatsFromBrowser"
# feature (see later), you need "Write" permissions by web server user on this
# directory (and "Modify" for Windows NTFS file systems).
# Example: "/var/lib/awstats"
# Example: "../data"
# Example: "C:/awstats_data_dir"
# Default: "." (means same directory as awstats.pl)
#
DirData="/var/lib/awstats"
"
 
Old 05-29-2016, 11:42 AM   #2
rroopstr
Member
 
Registered: Apr 2016
Location: Caracas, Venezuela
Distribution: CentOS 7.2
Posts: 75

Original Poster
Rep: Reputation: 1
I also included some info on main httpd.conf based on the official http://www.awstats.org/docs/awstats_setup.html

<IfModule alias_module>
#
# Redirect: Allows you to tell clients about documents that used to
# exist in your server's namespace, but do not anymore. The client
# will make a new request for the document at its new location.
# Example:
# Redirect permanent /foo http://www.example.com/bar

#
# Alias: Maps web paths into filesystem paths and is used to
# access content that does not live under the DocumentRoot.
# Example:
# Alias /webpath /full/filesystem/path
#
# If you include a trailing / on /webpath then the server will
# require it to be present in the URL. You will also likely
# need to provide a <Directory> section to allow access to
# the filesystem path.

The statistics are generated constantly, it's just that I am unable to see them in their html presentation
 
Old 05-29-2016, 02:26 PM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by rroopstr View Post
I also included some info on main httpd.conf based on the official http://www.awstats.org/docs/awstats_setup.html

The statistics are generated constantly, it's just that I am unable to see them in their html presentation
Try reading the documentation again. Pay particular attention to the part where is says:
Quote:
Originally Posted by AWstats Documentation
(note that the "/usr/local/awstats/wwwroot" path might differ according to your distribution or OS
Did you set your apache docroot correctly???? Can you pull up ANY pages in Apache???

And again, you're trying to shovel out 24,000 emails at a time...spammers don't get much help.
 
Old 05-29-2016, 02:42 PM   #4
rroopstr
Member
 
Registered: Apr 2016
Location: Caracas, Venezuela
Distribution: CentOS 7.2
Posts: 75

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by TB0ne View Post
Try reading the documentation again. Pay particular attention to the part where is says:

Did you set your apache docroot correctly???? Can you pull up ANY pages in Apache???

And again, you're trying to shovel out 24,000 emails at a time...spammers don't get much help.
i am well aware of that. Yum installed on /usr/share/awstats/wwwroot
 
Old 05-29-2016, 06:25 PM   #5
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Is there a ScriptAlias /awstats/ that points to /usr/share/awstats/wwwroot/cgi-bin/ in your http conf file?
 
Old 05-29-2016, 06:33 PM   #6
rroopstr
Member
 
Registered: Apr 2016
Location: Caracas, Venezuela
Distribution: CentOS 7.2
Posts: 75

Original Poster
Rep: Reputation: 1
Greetings Keefaz,

/etc/httpd/conf.d/awstats.conf requests that their contents are pasted into httpd.conf so I did it to the best of my knowledge but it still doesn't work out. Yes, the ScriptAlias you mention is there and reproduced it for you in bold.

<IfModule alias_module>
#
# Redirect: Allows you to tell clients about documents that used to
# exist in your server's namespace, but do not anymore. The client
# will make a new request for the document at its new location.
# Example:
# Redirect permanent /foo http://www.example.com/bar

#
# Alias: Maps web paths into filesystem paths and is used to
# access content that does not live under the DocumentRoot.
# Example:
# Alias /webpath /full/filesystem/path
#
# If you include a trailing / on /webpath then the server will
# require it to be present in the URL. You will also likely
# need to provide a <Directory> section to allow access to
# the filesystem path.
Alias /awstatsclasses "/usr/share/awstats/wwwroot/classes/"
Alias /awstatscss "/usr/share/awstats/wwwroot/css/"
Alias /awstatsicons "/usr/share/awstats/wwwroot/icon/"
#
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the target directory are treated as applications and
# run by the server when requested rather than as documents sent to the
# client. The same rules about trailing "/" apply to ScriptAlias
# directives as to Alias.
#
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
ScriptAlias /awstats/ "/usr/share/awstats/wwwroot/cgi-bin/"
#
# This is to permit URL access to scripts/files in AWStats directory.
#
<Directory "/usr/share/awstats/wwwroot">
Options None
AllowOverride None
<IfModule mod_authz_core.c>
# Apache 2.4
Require local
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order allow,deny
Allow from 127.0.0.1
Allow from 5.226.169.119
Allow from ::1
</IfModule>
</Directory>
# Additional Perl modules
# Additional Perl modules
<IfModule mod_env.c>
SetEnv PERL5LIB /usr/share/awstats/lib:/usr/share/awstats/plugins
</IfModule>
 
Old 05-29-2016, 08:22 PM   #7
rroopstr
Member
 
Registered: Apr 2016
Location: Caracas, Venezuela
Distribution: CentOS 7.2
Posts: 75

Original Poster
Rep: Reputation: 1
This is interesting from error log:

[Sun May 29 08:08:09.435636 2016] [alias:warn] [pid 12533] AH00671: The ScriptAlias directive in /etc/httpd/conf/httpd.conf at line 252 will probably never match because it overlaps an earlier ScriptAlias.
[Sun May 29 08:08:09.435677 2016] [alias:warn] [pid 12533] AH00671: The Alias directive in /etc/httpd/conf.d/awstats.conf at line 15 will probably never match because it overlaps an earlier Alias.
[Sun May 29 08:08:09.435682 2016] [alias:warn] [pid 12533] AH00671: The Alias directive in /etc/httpd/conf.d/awstats.conf at line 16 will probably never match because it overlaps an earlier Alias.
[Sun May 29 08:08:09.435685 2016] [alias:warn] [pid 12533] AH00671: The Alias directive in /etc/httpd/conf.d/awstats.conf at line 17 will probably never match because it overlaps an earlier Alias.
[Sun May 29 08:08:09.435688 2016] [alias:warn] [pid 12533] AH00671: The ScriptAlias directive in /etc/httpd/conf.d/awstats.conf at line 18 will probably never match because it overlaps an earlier ScriptAlias
 
Old 05-30-2016, 07:05 AM   #8
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
I think you should remove all references to awstats in your main httpd.conf configuration file as it seems configuration for awstats are defined in separate file in /etc/httpd/conf.d which are included in httpd.conf (search for Include directive in httpd.conf to verify)
 
Old 05-30-2016, 08:40 AM   #9
rroopstr
Member
 
Registered: Apr 2016
Location: Caracas, Venezuela
Distribution: CentOS 7.2
Posts: 75

Original Poster
Rep: Reputation: 1
Cool

Quote:
Originally Posted by keefaz View Post
I think you should remove all references to awstats in your main httpd.conf configuration file as it seems configuration for awstats are defined in separate file in /etc/httpd/conf.d which are included in httpd.conf (search for Include directive in httpd.conf to verify)
Dear keefaz,

Your observation seems very logical. At the end of my httpd.conf there is indeed
# Supplemental configuration
#
# Load config files in the "/etc/httpd/conf.d" directory, if any.
IncludeOptional conf.d/*.conf
IncludeOptional sites-enabled/*.conf

/etc/httpd/conf.d also includes autoindex.conf awstats.conf awstats.conf.rpmsave geoip.conf mpm_prefork.conf userdir.conf welcome.conf
In particular it sounds like GeoIP is already running? COOL
<IfModule mod_geoip.c>
GeoIPEnable On
GeoIPDBFile /usr/share/GeoIP/GeoIP.dat
</IfModule>
In that case I will go ahead and erase reference to awstats in main httpd.conf

I learned how to browse directly from my linux server:
lynx http://localhost/server-status (for APACHE MOD STATUS)
lynx http://localhost/awstats/awstats.pl?config=mlp (for AWSTATS)
so no longer getting access to server generated html is an issue. The errors 403 of connection refused came from apache as I tried to access content from insecure internet connection of dynamic IP addresses from my ISP.

I had lots of duplicate test configuration files mixed up and the challenge now is to restore Cron because it refers to a deleted configuration and the working configuration for stats now has a different name. But awstats software is working. I should configure differentiated logs and conf files for each of my sites.
 
Old 06-01-2016, 06:47 AM   #10
rroopstr
Member
 
Registered: Apr 2016
Location: Caracas, Venezuela
Distribution: CentOS 7.2
Posts: 75

Original Poster
Rep: Reputation: 1
Cron has been restored and there are conf files for each website, the only issue left is that statistics are not being generated since day one. This seems a problem that other users have also faced according to web search:
# perl awstats.pl -update -config=mlp
Create/Update database for config "/etc/awstats/awstats.mlp.conf" by AWStats version 7.4 (build 20150714)
From data in log file "/var/log/httpd/access_log"...
Phase 1 : First bypass old records, searching new record...
Direct access after last parsed record (after line 525)
Jumped lines in file: 525
Found 525 already parsed records.
Parsed lines in file: 0
Found 0 dropped records,
Found 0 comments,
Found 0 blank records,
Found 0 corrupted records,
Found 0 old records,
Found 0 new qualified records.
 
Old 06-02-2016, 02:36 AM   #11
Tim Abracadabra
Member
 
Registered: May 2014
Location: USA, Wherever I may Roam
Distribution: debian 9.8 w/GNOME and KDE dual boot w/Win 10.| debian 7.11 w/Xfce, LFS 7.9, + Multi-boot w/Windows7
Posts: 122

Rep: Reputation: Disabled
Quote:
Originally Posted by rroopstr View Post
..
From data in log file "/var/log/httpd/access_log"...
..
Is this where all the access logs for all the websites are stored?
 
Old 06-02-2016, 05:05 AM   #12
rroopstr
Member
 
Registered: Apr 2016
Location: Caracas, Venezuela
Distribution: CentOS 7.2
Posts: 75

Original Poster
Rep: Reputation: 1
Not anymore, I created new access logs for each site
access_log access_log_riv access_log_rro access_log_rub error_log
 
Old 06-02-2016, 08:45 AM   #13
rroopstr
Member
 
Registered: Apr 2016
Location: Caracas, Venezuela
Distribution: CentOS 7.2
Posts: 75

Original Poster
Rep: Reputation: 1
Uninstalled awstats, installed GoAccess works very well, it's simple command line, no html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
awstats returns 500 internal server error only for html files hahacc Programming 1 05-20-2012 12:29 AM
Forbidden with VirtualHost folder other than /var/www/html netweblogic Linux - Server 3 08-28-2008 07:46 AM
403 forbidden :You don't have permission to access /hi.html on this server. av.dubey Linux - Newbie 3 12-21-2007 12:10 AM
"Forbidden / You don't have permission to access /~user/index.html on this server." honglin_8 Linux - Newbie 8 10-30-2007 08:41 AM
httpd 403 forbidden index.html question Amuro-Ray2020 Linux - Server 1 07-11-2007 07:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration