General :: Winstall Webalizer In Application Server?

Mar 3, 2010

Recently i am install webalizer in my application server .i am using centos4.1 .i installed successfully.but when i run the command i am getting like this.

root@tuxserver# /usr/bin/webalizer
Warning: Truncating oversized referrer field
Warning: Truncating oversized referrer field

[code]....

View 2 Replies


ADVERTISEMENT

General :: Webalizer - Apache All The Html Webalizer Reports ?

Jan 14, 2010

[root@xxx webalizer]# pwd
/var/www/html/webalizer
[root@xxx webalizer]#
[root@xxx webalizer]# ls -all
total 4924
drwxr-xr-x 2 tomcat tomcat 12288 Jan 1 04:03 .
drwxr-xr-x 16 tomcat tomcat 4096 Jan 14 10:01 ..
-rwxrwxrwx 1 tomcat tomcat 2606 Dec 1 2006 ctry_usage_200611.png

[Code]...

When I go to http://myserver/webalizer I only see the 2007 reports and I want to see all the years and months. How do I do that ?

View 13 Replies View Related

General :: Webalizer A Specific Link / URL?

Feb 18, 2010

I have a question for you guys. How do I monitor a URL (link) in my server ? I want to see how many times a page has been accessed. In webalizer, there is such thing but there's a TOP 30 URL access, and I want to monitor (count) a specific URL. Is that possible ? If yes, how and what do I need to do.

They say:

Securing and Optimizing Linux: RedHat Edition -A Hands on Guide
PrevChapter 30. Optional component to install with ApacheNext
30.3. Configure the /etc/webalizer.conf file

The /etc/webalizer.conf is the default configuration file for Webalizer. With it, you can specify which directories or pages in your web site to analyze, which URLs to hide, and so on. By default, the Webalizer program will install a sample configuration file named webalizer.conf.sample under the /etc/ directory of Linux. You can use this file to configure your choices and then rename it webalizer.conf, and the Webalizer program will be able to find and use it. A lot of options exist and it's important to read the documentation that comes with Webalizer for more information on all of the different setting and parameters. Also, it's important to note that we comment in this Webalizer configuration file only the most common and used parameters.

[Code]...

But I don't get it, what should I type in order for the webalizer to monitor a specific URL.

View 5 Replies View Related

General :: Webalizer Not Displaying Info On Www Pages?

Sep 14, 2010

I have been trying to configure webalizer on a centOS 5.5 system. I did the yum install and I found this helpful link...However when I try to change the dir it puts the info into, it keeps giveing me an error cannot cd to the directory. I changed the /etc/webalizer.conf file as described in the above article and try to run it manually same results. /etc/cron.daily/00webalizer Error: Can't change directory to /home/webalizer/When I put the original dir back in the path it writes to /var/www not /var/www/output like it should. I even tried a local /var/wwww/output dir. Then I tried a link to /home/webalizer/output (a dir I created) and same results.(with orginal .cfg in place)I go to my www page remote or on the local network I get page not found errors.In summary.1. Why wont the /etc/webalizer.cf file allow me to change the location of the files?2. How do I display the www page to view the data?3. How can I secure the www page so only I can view the data.

View 4 Replies View Related

General :: Mount The File Server Share On Application Server And Execute

Jan 8, 2010

i have purchased sun server for my visualization project. Request you to help me finding the io for disk .I have put storage(disks) on different location (File Server) and on server (Application) i have configured 4 virtual machines.

How would i monitor the io for file server from the Application server where i have configured 4 virtual machine. one way to mount the file server share on application server and execute

dd if=/dev/zero of=/share/test.out bs=1024 count=1024 to check the read and write Is there any other way of doing this.

View 1 Replies View Related

Programming :: Get Webalizer To Analyse Some Log Files?

Aug 2, 2010

I'm trying to get webalizer to analyse some log files. The server uses virtual hosts and has log rotations on and also uses turbopanel (now known as simple control panel). Because of this, the documentation is limited and webalizer works in a weird way. I found this perl script under turbopanel called webalizerrun.pl the code is as follows:

Code:
#!/usr/bin/perl
$WEBALIZER = "/usr/bin/webalizer";
chomp($var = shift);
$wdir = "$var/conf/webalizer";
opendir(DIR, $wdir) or die "Unable to read $wdir: $!";

[Code]...

Here's what I want to do, and I believe I can do this using this code with slight modifications. As of now, the log files for each site is in the folder specified above with the file named as "domain-name_access_log" and then the log rotation just adds a number to the end of that. I want use this perl script to run webalizer for a particular site and have its output be placed in directory.

1.) Line 4: chomp($var = shift): I know chomp is used to remove trailing characters, but what character in this case? How may I find that out? Also what does $var = shift do inside chomp?

2.) Line 8: What exactly does the readdir function do? What does it return to $domain?

The rest seems similar to csh, checks if it's dir or file and then changes to the directory and runs webalizer on that directory.

View 14 Replies View Related

Fedora Servers :: Webalizer Not Analyzing Correctly?

Feb 8, 2009

I have a dedicated server with fc-9. I have several domains. They are located in /home/domainname/html Under each /home/domainname I have added a webalizer.conf file. Recently I moved video files into a subdomain so I could track usage and generate reports on the use of these video files. Hence the main domain html files call the sub-domain to present flash files for viewing and .avi, .ogm, mp4, etc files for downloading.

So I have for directories:
/home/domain/html
/home/domain_files/html

I set up the domain_files as I have the main domain with access_log and error_log. I set up webalizer to analyze every day at midnight. What I get for webalizer results is links back to Sept, even though the logfile's first enter is in January. I also see many files in the report that are from a totally different domain. I have checked carefully and in webalizer.conf I have: LogFile /home/domain_files/access_log I'm lost. I haven't a clue what's wrong. If webalizer can't do this is there another simple logfile analyzer that can give me video usage?

View 1 Replies View Related

Red Hat / Fedora :: Configure Webalizer On A CentOS 5.5 System?

Sep 14, 2010

I have been trying to configure webalizer on a centOS 5.5 system.I did the yum install and I found this helpful link...[URL]..However when I try to change the dir it puts the info into, it keeps giving me an error cannot cd to the directory. I changed the /etc/webalizer.conf file as described in the above article and try to run it manually same results.

/etc/cron.daily/00webalizer Error: Can't change directory to /home/webalizer/ When I put the original dir back in the path it writes to /var/www not /var/www/output like it should. I even tried a local /var/wwww/output dir. Then I tried a link to /home/webalizer/output (a dir I created) and same results.(with orginal .cfg in place) I go to my www page remote or on the local network I get page not found errors. http://mysite.com/webalize or 192.168.1.80/webalizer page not found.

In summary.
1. Why wont the /etc/webalizer.cf file allow me to change the location of the files?
2. How do I display the www page to view the data?
3. How can I secure the www page so only I can view the data.

just saw this in my email too :
header info deleted...
/etc/cron.daily/00webalizer:
Error: Can't change directory to /home/webalizer
/etc/cron.daily/logrotate:
Current logging target is:
`- SYSLOG

edit: i should also mention SeLinux is in permissive mode not enforcing while i am testing this.

View 2 Replies View Related

Software :: Webalizer: Unable To Restore Run Data (10)

Oct 21, 2010

I'm using Webmin, and Webalizer plugin. Days ago, webalizer works fine. But starting from yesterday, Webalizer no longer generate reports. And when I try to generate report manually using webmin, I get this message: Code: Running Webalizer to generate report from [URL]..

.. Webalizer failed! See the output above for details. Because I didn't get any details on that message, I run webalizer manually using command:

Code: # webalizer -n mydomain.com And as result, I got this message:

Code: # webalizer -n mydomain.com Error: Unable to restore run data (10) I have few domains in this machine, and for all domains I got the same result. Anyone has any idea(s) about what happened and how to cure it? Few days ago I think I tried to install Perl-Small-XML using CPAN and failed. And I installed awstats too. Don't know whether it's related or not.

View 1 Replies View Related

General :: Web Server - Creating A PHP Application

Oct 4, 2010

Im creating a PHP application for my company. The application its going to be used by around 500 people in the network. I've always used Windows Server for my PHP applications, but I want to start using linux. I've heard its faster and more secure.

I want to knwo, what type of computer should I use? Is does linux work better on Intel Xeon or AMD? I need the application to work fast.

Am I going to have any problems with incompatibility if I get a Dell server?

I've used Ubuntu, just to check it out, but I've heard Centos is better for web servers, is that true?

View 2 Replies View Related

General :: Restrict Access To A Server Application?

Nov 18, 2010

I have written a simple server application (with an HTTP interface). I want to ensure that only calls from the local machine are processed - i.e. I want to prevent outsiders from accessing/using my server.

How may I restrict outsiders (i.e. requests from remote machines)?

View 4 Replies View Related

General :: Start X Application On Remote Server?

Dec 7, 2010

I've been trying to make a cgi script that starts a program on a server and then shows the program on the servers screen. The cgi script is written in perl. I've been successful in making the program showing up on the screen through ssh by setting $DISPLAY to :0.0, I tried setting it to this in /etc/profile but when the cgi script ran nothing showed up on the screen. I tried having the script running it as a local user with "su - [user] -c [command]", this didn't help either.

In short what I'm trying to accomplish. When I press a button on a web page an slide show is supposed to start on a screen connected to the server.

View 2 Replies View Related

General :: JBoss Application Server Cannot Start

Jul 30, 2010

16:46:50,375 INFO [AbstractJBossASServerBase] Server Configuration:

JBOSS_HOME URL: file:/C:/jboss-6.0.0.20100721-M4/
Bootstrap: $JBOSS_HOMEserver/default/conf/bootstrap.xml
Common Base: $JBOSS_HOMEcommon/

[code]....

View 1 Replies View Related

General :: Video Conference Server Application ?

Feb 20, 2011

I wanna as about video conference...anyone know about the video conference server application on linux?

View 2 Replies View Related

General :: Server Application To Manage Staff Skills

Nov 17, 2010

We are looking for a web based, server application to manage staff skills running on ubuntu (10.04 lts). Something like we attach tags with skills to people photographs, and then when people connect to the application by means of a browser, they see a list of tags, they click on a tag they get a list of people who have that skill. Ideally, the tags should be hierarchical (for example, skill: statistics, subskill: non-linear).

View 10 Replies View Related

General :: Run OS As Server Either As Application Server Web Server

Feb 5, 2011

I am currently running Ubuntu version 10 as a desktop workstation. I would like to run a Linux O/S as a server, either as a application server or an web server. Can I do this effectively with Unbuntu?

View 1 Replies View Related

General :: Recover An Application In Sleeping State After An X Server Crash?

Jan 28, 2011

I often run calculations on my Linux computer, which cause my X server to crash from time to time. Almost always, some programs seem to survive to the crash and are in an interruptible sleeping state, for example:29315 ? Sl 54:35 /home/kashim/Desktop/anylogic/anylogic -vmargs -Xmx1024MIs there a way to reconnect these applications with the new X server?

View 1 Replies View Related

General :: Run GUI Application From Userdefined Boot Time Daemon Server ?

Jan 18, 2010

I am writing one simple server daemon and running with /etc/init.d/server its running properly but when i want to run one simple QT GUI with system() function , its not able to run it and returning 256 as return code .

If same daemon i m running from terminal then its working properly and also system() function is getting success with return value 0 and GUI is getting popped up.

View 1 Replies View Related

Ubuntu Servers :: Install Webalizer And Configure It To Push Stats For Multiple Domains?

Jun 16, 2010

how to install webalizer and configure it to push stats for multiple domains?

View 6 Replies View Related

General :: Chat Application - Use The Juggernaut Plugin - Internal Server Error

Sep 23, 2010

I want write a 2-way chat application in the my website, and i have to use the juggernaut plugin. but a recieved an error that " internal server error"

View 1 Replies View Related

General :: Application Called Impact - Paths In Java Application ?

Apr 14, 2010

So, I have this application called Impact, it is an explicit time integration Finite Elements code written in Java...

[url]

I untar the pack, and launch the application calling a script, from within the untarred folder,

Code:

This launches a gui which allows me to setup a case, which needs some setup file, tipically some *.in and a mesh file, tipically some *.msh.

Other mode of executuion consists of calling the setup file as argument to Impact.sh script ( CLI execution mode, for g33k5 )

My problem is : I have packed the whole stuff into a Slackware .tgz, that places it in /usr/local/Impact, and placed a calling script in /usr/local/bin,

Code:

Code:

I decided to hack the ImpactGUI_OGL_linux_amd64.sh script from

Code:

Code:

no avail,

Code:

even after adding /usr/local/Impact/bin to PATH... won't go...

I can run this thing from within its directory... but I do not like messing within the directories of my applications, this is why I sent this to /usr/local, and placed a calling script in /usr/local/bin...

View 4 Replies View Related

Server :: File Created By Application Server On Mounted Drive Is Not Writeable?

Sep 16, 2010

I have a web application(java 5, mysql server) installed on Tomcat on Red Hat 5.Part of the functionality is to allow the upload of files to a windows share. I have mounted the share using theAny file I create here from the terminal gets sions."-rwxrwxrwx"The problem is that when the application server creates the file it gets created with the following."-rw-r--r--"How can I get files created from the server to be "-rwxrwxrwx"

View 1 Replies View Related

Server :: Performance Tunning Of Apache-tomcat And Jboss Application Server?

Jul 2, 2010

Can anyone tell me in performance tunning of apache-tomcat and jboss application server?when I deploy some application in apache-tomcat the performance is say 100 users per second and incase of jboss it is even worst (35-40 users per second)i want to improve my performance 1000 uesrs per second..

View 1 Replies View Related

General :: Application On Server To Allow Network Boot Of Windows Pc's Force Boot Img Load

Apr 6, 2011

A colleague of mine was studying at the University of Vienna and saw an application which was based on linux whereby other pc's booted from it and if on the server they had set it to force a clean install on that PC it would download and install a windows image. Does anyone know of the app or could point me in the direction of a similar app.

View 5 Replies View Related

Server :: Make Application Server That Would Contain Simple Ones Like Edit / Openoffice / Gim

Mar 16, 2011

I am trying to make an application server that would contain simple ones like edit, openoffice, gimp, so on and so forth. I know how to access these using ssh but what I want is that the application runs on that server as it already does, but to open local files and save them locally.

View 7 Replies View Related

Server :: File System Type For An Application Server Appliance?

Feb 8, 2010

We are trying to define an appliance for an application server so I would like to know which should be the best file system type for this kind of use, basically our web applications uses libraries of 50 KB and our web apps.creates temp and logs files not bigger than 3 MB.

View 1 Replies View Related

Server :: Linux Application Server Is Slow

Oct 25, 2010

We recently shifted our applcation and database to LINUX from UNIX.so now application server(weblogic 8.1) is on linux and oracle database 9i is on linux.previously there is a process in application server(which access the Database dor the data) which took only 1 hour to run on UNIX after shifting to LINUX the same process is taking 4 to 5 hours to run.

but when individually ran the queries on the database it is quck than UNIX.our ADMIN tried changing the kernel parameters for the database server, but it is still the same.

View 10 Replies View Related

Security :: Define An Appliance Based On Suse For An Application Server And Web Server Apache - Best Network And Security?

Feb 6, 2010

We are trying to define an appliance based on Suse for an application server and Web server Apache, so we would like to know configuration best practices for network and security, is there any paper/doc about best practices?

View 3 Replies View Related

Red Hat / Fedora :: Can't Run Other Application In Server

Sep 2, 2010

i am installing rt3(request tracker) in linux.after installa rt3 i can not run other application in that server.when i try to run oter application rt3 page was open.iwas try to web path in /opt/rt3/etc/RT_Siteconfig.pm.But there is no change.how to solve that?

View 3 Replies View Related

Server :: Hide Cpu Cores From An Application?

Jun 16, 2010

Is it possible to hide cpu cores from an application?

I am running RHEL 5.5 on a Sun 4450 with 24 cores. We use Sybase database. Licensing for Sybase is by core. I would like to restrict Sybase to using 8 of the 24 cores and allow other apps on the system to use the rest of the cores. I want to reserve 8 cores for Sybase use only and Sybase only has access to those 8 cores.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved