1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

Forums
Welcome, Guest
SARG reporting ClearOS 6.2 PRo
(1 viewing) 1 Guest
Go to bottomPage: 123
TOPIC: SARG reporting ClearOS 6.2 PRo
#43363
SARG reporting ClearOS 6.2 PRo 10 Months, 2 Weeks ago  
Hi

I have ClearOS 6.2 Pro installed. Now we have 20 more days to evaluate it - we are planning to buy subsription.

I'm wondering is it possible to install SARG reporting on 6.2 Pro like in this thread for 5.2:

www.clearfoundation.com/component/option...limitstart,20/#39858

This script was created by Tony Ellis - amazing job.

Is there anything like that for ClearOS 6.2?is it safe to install it directly from SARG site?

Thx
tomas
Expert Boarder
Posts: 127
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43406
Re:SARG reporting ClearOS 6.2 PRo 10 Months, 2 Weeks ago  
For those who want to install SARG CentOS 6.2 testing:
link with instructions:

pkgs.org/centos-6-rhel-6/repoforge-testi...l6.rft.i686.rpm.html

i'm now trying to figure out how to access SARG report page file from my server
tomas
Expert Boarder
Posts: 127
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43481
Re:SARG reporting ClearOS 6.2 PRo 10 Months, 2 Weeks ago  
Edited /etc/httpd/conf.d:

Code:


<Directory /var/www/sarg>
    DirectoryIndex index.html
    Order deny,allow
    Allow from all
    Allow from 127.0.0.1
    Allow from ::1
    # Allow from your-workstation.com
</Directory>



seems to be working. Not sure about reports, still got other stuff to set up before connecting for test run
tomas
Expert Boarder
Posts: 127
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43953
Re:SARG reporting ClearOS 6.2 PRo 10 Months ago  
Hi all,
I managed to install SARG to 5.2 version in the past
but with community version of 6.2.0
I couldnt manage to install SARG

first problem,
when I connect via ssl terminal to clearos community version,
I cant use the command
wget
command doesnt exits,

what is the way of installation SARG to that box.
please advise.

thanks.

copy of topic
www.clearfoundation.com/component/option...limitstart,20/#39858
keremsah
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43972
Re:SARG reporting ClearOS 6.2 PRo 10 Months ago  
yum install wget

will solve that little problem - wget wasn't part of the base installation

Note you cannot use the scripts I setup for ClearOS 5.X on 6.X - see this thread
www.clearfoundation.com/component/option...limitstart,40/#42794
Tony Ellis
Platinum Boarder
Posts: 1048
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43984
Re:SARG reporting ClearOS 6.2 PRo 10 Months ago  
Thanks a lot, ou deserve to be platinuum board member.
tip was really helpfull...

I managed to install clearos community edition 6.2.0
then managed to install wget with
yum install wget

# download the install script
wget danda.poweredbyclear.com/sarg/install_SARG.sh

# make it executable
chmod 744 install_SARG.sh

# if you are interested in what it will do (you should be -
# it's your server that will be changed!) then study the
# script with an editor...

# now run it
./install_SARG.sh
www.clearfoundation.com/component/option...limitstart,20/#39858

thanks again.
keremsah
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43985
Re:SARG reporting ClearOS 6.2 PRo-Cant see SARG afterinstallation 10 Months ago  
Hi,
it might sound funny but after installation
I restarted to clearos community edition and
I cant see SARG menus in any where...
Am I blind now
keremsah
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43993
Re:SARG reporting ClearOS 6.2 PRo-Cant see SARG afterinstallation 10 Months ago  
Is your web server set to run at startup? try

service httpd restart

what messages?
Tony Ellis
Platinum Boarder
Posts: 1048
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43994
Re:SARG reporting ClearOS 6.2 PRo-Cant see SARG afterinstallation 10 Months ago  
web server started
[root@proxy usr]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: [ OK ]

I can see the clearos from as like web site.
appache runing...

I still couldnt see the sarg
even when I type like
192.168.3.35/SARG
nothing comes up.
restarting the proxy now...
keremsah
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43995
Re:SARG reporting ClearOS 6.2 PRo-Cant see SARG afterinstallation 10 Months ago  
The fact that stopping the web server FAILED indicates it wasn't running. Either change the setting in Webconfig, or run

chkconfig httpd on

Are you using a proxy for your browser? I usually set my browsers to bypass the proxy for all local addresses. You may also need to flush your browsers cache... (or for a test use direct, no proxy or what ever words your browser uses, and not have your proxy enabled in the browser settings).

I am assuming from your earlier append that SARG was working, then you rebooted, and subsequent to the reboot the SARG pages were no longer viewable?
Tony Ellis
Platinum Boarder
Posts: 1048
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 123
  get the latest posts directly to your desktop