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-12, 21:26:19

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - weenleen

Pages: [1] 2
1
never mind I solved it

this is the correct config for Yourls to work in sub directory. in case someone faced the same problem

Code: [Select]
### MR -- just enough remove # below for enable nginx cache
    fastcgi_cache fcache;
    #fastcgi_cache_valid 200 1h;
    #fastcgi_cache_valid 301 1h;
    #fastcgi_cache_valid 302 1h;
    #fastcgi_cache_valid any 1m;
    ## for microcache
    fastcgi_cache_valid 200 10s;
    fastcgi_cache_use_stale updating;
    fastcgi_max_temp_file_size 1M;

    fastcgi_cache_key "$scheme$request_method$host$request_uri";
    add_header X-Micro-Cache $upstream_cache_status;

    ## MR - increasing upload size to 64M (declare inside 'location /' not work
    client_max_body_size 64M;
    client_body_buffer_size 128k;

    fastcgi_connect_timeout 90s;
    fastcgi_send_timeout 90s;
    fastcgi_read_timeout 90s;
    fastcgi_buffer_size 128k;
    fastcgi_buffers 8 128k;

    ### MR -- must be using nginx with including ngx_purge_cache
    ### must be using special nginx (nginx with ngx_purge_cache include
    location ~ /purge(/.*) {
        ### MR -- just enough remove # below for enable purge_cache
        #proxy_cache_purge pcache "$scheme://$host$1$request_method";
        allow 127.0.0.1;
        deny all;
    }

    ### MR -- for userdir (access with http://ip/~user)
    location ~ ^/~(.+?)(/.*)?$ {
        if (!-f /home/$1/public_html/$2) {
            rewrite ^ 404;
        }

        alias '/home/$1/public_html$2';
        #autoindex on;
    }

    location ~ \.php$ {
try_files $uri =404;
        #include fastcgi_params;

        #fastcgi_pass                      127.0.0.1:$var_fpmport;
        fastcgi_pass                      unix:/opt/configs/php-fpm/sock/$var_user.sock;
        fastcgi_index                     index.php;

        fastcgi_param  REDIRECT_STATUS    200;
        fastcgi_split_path_info           ^(.+\.php)(/.+)$;

        fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
        fastcgi_param  PATH_INFO          $fastcgi_path_info;
        fastcgi_param  PATH_TRANSLATED    $document_root$fastcgi_path_info;
 
        fastcgi_param  QUERY_STRING       $query_string;
        fastcgi_param  REQUEST_METHOD     $request_method;
        fastcgi_param  CONTENT_TYPE       $content_type;
        fastcgi_param  CONTENT_LENGTH     $content_length;
 
        fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
        fastcgi_param  REQUEST_URI        $request_uri;
        fastcgi_param  DOCUMENT_URI       $document_uri;
        fastcgi_param  DOCUMENT_ROOT      $document_root;
        fastcgi_param  SERVER_PROTOCOL    $server_protocol;
 
        fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
        fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;
 
        fastcgi_param  REMOTE_ADDR        $remote_addr;
        fastcgi_param  REMOTE_PORT        $remote_port;
        fastcgi_param  SERVER_ADDR        $server_addr;
        fastcgi_param  SERVER_PORT        $server_port;
        fastcgi_param  SERVER_NAME        $server_name;

        fastcgi_param  PHP_ADMIN_VALUE    'sendmail_path=/usr/sbin/sendmail -t -i';
        fastcgi_param  PHP_ADMIN_VALUE    'sendmail_from=$var_domain';
    }

    location / {
        ## MR -- move to ~lxcenter.conf
        #limit_conn addr 25;

        try_files $uri $uri/ /index.php;
    }

    location /u/ {

    # Try files, then folders, then yourls-loader.php
    # --- The most important line ---
    try_files $uri $uri/ /u/yourls-loader.php;

      }

    location ~ ^/cgi-bin/.*\.(cgi|pl|py|rb) {
        gzip off;

        include fastcgi_params;

        fastcgi_pass 127.0.0.1:$var_fpmport;

        fastcgi_index cgi-bin.php;

        fastcgi_param SCRIPT_FILENAME /home/httpd/cgi-bin.php;
        fastcgi_param SCRIPT_NAME /cgi-bin/cgi-bin.php;
        #fastcgi_param X_SCRIPT_FILENAME /usr/lib$fastcgi_script_name;
        fastcgi_param X_SCRIPT_FILENAME $var_rootdir$fastcgi_script_name;
        fastcgi_param X_SCRIPT_NAME $fastcgi_script_name;
    }

    location ~ ^/cgi-bin/.*\.(cgi|pl|py|rb) {
        gzip off;

        include fastcgi_params;

        fastcgi_pass 127.0.0.1:$var_fpmport;

        fastcgi_index cgi-bin.php;

        fastcgi_param SCRIPT_FILENAME /home/httpd/cgi-bin.php;
        fastcgi_param SCRIPT_NAME /cgi-bin/cgi-bin.php;
        #fastcgi_param X_SCRIPT_FILENAME /usr/lib$fastcgi_script_name;
        fastcgi_param X_SCRIPT_FILENAME $var_rootdir$fastcgi_script_name;
        fastcgi_param X_SCRIPT_NAME $fastcgi_script_name;
    }

2
I have wordpress installed on domain.com , and yourls installed on domain.com/yourls
wordpress is working well but when I try to open yourls links, I get the 404 not found error of wordpress.

I can fix yourls by adding
location /yourls {
try_files $uri $uri/ /yourls/yourls-loader.php;

but then when i click on wordpress links it redirect me to yourls .

this is my default nginx.conf http://p.ngx.cc/14

how to make both Wordpress and Yourls Work together .

3
just have problem configuring it, do you know how can I make qmail work with yandex  mx?

4
[/s]it is not there anymore, how to fix it ?[/s]

never mind I fixed it, but I still don't know how to configure email server.

Is this configuration right??

Code: [Select]
__base__ A - 160.160.160.160
cp A - 160.160.160.160
mail A - 160.160.160.160
ns A - 160.160.160.160
ns1 A - 160.160.160.160
ns2 A - 160.160.160.160
webmail A - 160.160.160.160
ftp CN - __base__
lists CN - mail
webmail CN - 160.160.160.160
www CN - __base__
__base__ MX 100 us2.mx2.mailhostbox.com
__base__ MX 5 us2.mx3.mailhostbox.com
__base__ NS - ns1.whois.com
__base__ NS - ns2.whois.com
_domainkey TXT - t=y; o=-; r=postmaster@domain.org
private._domainkey TXT - v=DKIM1; g=*; k=rsa; p=KSKFJICSqGSIb3DQEBAQUAA4G...

I am using my registrar dns and MX
but I cannot send or receive email

5
Kloxo-MR Bugs and Requests / can't add "private._domainkey"
« on: 2014-12-31, 12:29:09 »
I am trying to readd private._domainkey after I deleted it.

but I get this error message

6
Kloxo-MR Technical Helps / Re: how to secure Kloxo-MR ?
« on: 2014-12-29, 21:19:24 »
also I have changed pure ftp default port 21 to 34345, but I can still see log in using port. 21  , the 34345 port doesn't work.

7
Kloxo-MR Technical Helps / Re: how to secure Kloxo-MR ?
« on: 2014-12-29, 10:01:57 »
Attacks still running for days continuously , Lxgurad doesn't do anything it doesn't protect SSH or ftp and it doesn't even protect the admin login http://12.34.56.78:7777
even when max wrong attempt is enabled.

How do I remove Lxgurad and enable Iptables?

Code: [Select]

s pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:31:26 vps xinetd[27448]: EXIT: ftp status=0 pid=14497 duration=5(sec)
Dec 29 09:31:31 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:31:31 vps xinetd[27448]: START: ftp pid=14501 from=::ffff:192.99.8.99
Dec 29 09:31:31 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:31:31 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:31:31 vps xinetd[27448]: EXIT: ftp status=0 pid=14499 duration=5(sec)
Dec 29 09:31:36 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:31:37 vps xinetd[27448]: START: ftp pid=14503 from=::ffff:192.99.8.99
Dec 29 09:31:37 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:31:37 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:31:37 vps xinetd[27448]: EXIT: ftp status=0 pid=14501 duration=6(sec)
Dec 29 09:31:42 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:31:44 vps xinetd[27448]: START: ftp pid=14505 from=::ffff:192.99.8.99
Dec 29 09:31:44 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:31:44 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:31:44 vps xinetd[27448]: EXIT: ftp status=0 pid=14503 duration=7(sec)
Dec 29 09:31:48 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:31:48 vps xinetd[27448]: START: ftp pid=14509 from=::ffff:192.99.8.99
Dec 29 09:31:48 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:31:49 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:31:49 vps xinetd[27448]: EXIT: ftp status=0 pid=14505 duration=5(sec)
Dec 29 09:31:52 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:31:52 vps xinetd[27448]: START: ftp pid=14511 from=::ffff:192.99.8.99
Dec 29 09:31:52 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:31:52 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:31:52 vps xinetd[27448]: EXIT: ftp status=0 pid=14509 duration=4(sec)
Dec 29 09:31:58 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:31:58 vps xinetd[27448]: START: ftp pid=14513 from=::ffff:192.99.8.99
Dec 29 09:31:58 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:31:58 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:31:58 vps xinetd[27448]: EXIT: ftp status=0 pid=14511 duration=6(sec)
Dec 29 09:32:02 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:32:03 vps xinetd[27448]: START: ftp pid=14515 from=::ffff:192.99.8.99
Dec 29 09:32:03 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:32:03 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:32:03 vps xinetd[27448]: EXIT: ftp status=0 pid=14513 duration=5(sec)
Dec 29 09:32:07 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:32:10 vps xinetd[27448]: START: ftp pid=14517 from=::ffff:192.99.8.99
Dec 29 09:32:10 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:32:11 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:32:11 vps xinetd[27448]: EXIT: ftp status=0 pid=14515 duration=8(sec)
Dec 29 09:32:15 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:32:15 vps xinetd[27448]: START: ftp pid=14519 from=::ffff:192.99.8.99
Dec 29 09:32:15 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:32:16 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:32:16 vps xinetd[27448]: EXIT: ftp status=0 pid=14517 duration=6(sec)
Dec 29 09:32:21 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:32:22 vps xinetd[27448]: START: ftp pid=14521 from=::ffff:192.99.8.99
Dec 29 09:32:22 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:32:22 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:32:22 vps xinetd[27448]: EXIT: ftp status=0 pid=14519 duration=7(sec)
Dec 29 09:32:27 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:32:27 vps xinetd[27448]: START: ftp pid=14523 from=::ffff:192.99.8.99
Dec 29 09:32:27 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:32:27 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:32:27 vps xinetd[27448]: EXIT: ftp status=0 pid=14521 duration=5(sec)
Dec 29 09:32:30 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:32:31 vps xinetd[27448]: START: ftp pid=14525 from=::ffff:192.99.8.99
Dec 29 09:32:31 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:32:31 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:32:31 vps xinetd[27448]: EXIT: ftp status=0 pid=14523 duration=4(sec)
Dec 29 09:32:36 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:32:36 vps xinetd[27448]: START: ftp pid=14527 from=::ffff:192.99.8.99
Dec 29 09:32:37 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:32:37 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:32:37 vps xinetd[27448]: EXIT: ftp status=0 pid=14525 duration=6(sec)
Dec 29 09:32:41 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:32:41 vps xinetd[27448]: START: ftp pid=14529 from=::ffff:192.99.8.99
Dec 29 09:32:41 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:32:41 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:32:41 vps xinetd[27448]: EXIT: ftp status=0 pid=14527 duration=5(sec)
Dec 29 09:32:45 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:32:45 vps xinetd[27448]: START: ftp pid=14531 from=::ffff:192.99.8.99
Dec 29 09:32:45 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:32:45 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:32:45 vps xinetd[27448]: EXIT: ftp status=0 pid=14529 duration=4(sec)
Dec 29 09:32:50 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:32:50 vps xinetd[27448]: START: ftp pid=14533 from=::ffff:192.99.8.99
Dec 29 09:32:50 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:32:51 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:32:51 vps xinetd[27448]: EXIT: ftp status=0 pid=14531 duration=6(sec)
Dec 29 09:32:56 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:32:56 vps xinetd[27448]: START: ftp pid=14535 from=::ffff:192.99.8.99
Dec 29 09:32:56 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:32:56 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:32:56 vps xinetd[27448]: EXIT: ftp status=0 pid=14533 duration=6(sec)
Dec 29 09:33:01 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:33:01 vps xinetd[27448]: START: ftp pid=14537 from=::ffff:192.99.8.99
Dec 29 09:33:02 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:33:02 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:33:02 vps xinetd[27448]: EXIT: ftp status=0 pid=14535 duration=6(sec)
Dec 29 09:33:05 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:33:06 vps xinetd[27448]: START: ftp pid=14539 from=::ffff:192.99.8.99
Dec 29 09:33:06 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:33:06 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:33:06 vps xinetd[27448]: EXIT: ftp status=0 pid=14537 duration=5(sec)
Dec 29 09:33:09 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:33:09 vps xinetd[27448]: START: ftp pid=14541 from=::ffff:192.99.8.99
Dec 29 09:33:09 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:33:09 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:33:09 vps xinetd[27448]: EXIT: ftp status=0 pid=14539 duration=3(sec)
Dec 29 09:33:14 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:33:14 vps xinetd[27448]: START: ftp pid=14543 from=::ffff:192.99.8.99
Dec 29 09:33:14 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:33:14 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:33:14 vps xinetd[27448]: EXIT: ftp status=0 pid=14541 duration=5(sec)
Dec 29 09:33:18 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:33:18 vps xinetd[27448]: START: ftp pid=14545 from=::ffff:192.99.8.99
Dec 29 09:33:18 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:33:18 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:33:18 vps xinetd[27448]: EXIT: ftp status=0 pid=14543 duration=4(sec)
Dec 29 09:33:22 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:33:22 vps xinetd[27448]: START: ftp pid=14547 from=::ffff:192.99.8.99
Dec 29 09:33:22 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:33:22 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:33:22 vps xinetd[27448]: EXIT: ftp status=0 pid=14545 duration=4(sec)
Dec 29 09:33:28 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:33:28 vps xinetd[27448]: START: ftp pid=14549 from=::ffff:192.99.8.99
Dec 29 09:33:28 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:33:28 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:33:28 vps xinetd[27448]: EXIT: ftp status=0 pid=14547 duration=6(sec)
Dec 29 09:33:33 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:33:34 vps xinetd[27448]: START: ftp pid=14554 from=::ffff:192.99.8.99
Dec 29 09:33:34 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:33:34 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:33:34 vps xinetd[27448]: EXIT: ftp status=0 pid=14549 duration=6(sec)
Dec 29 09:33:38 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:33:39 vps xinetd[27448]: START: ftp pid=14556 from=::ffff:192.99.8.99
Dec 29 09:33:39 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:33:39 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:33:39 vps xinetd[27448]: EXIT: ftp status=0 pid=14554 duration=5(sec)
Dec 29 09:33:44 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:33:45 vps xinetd[27448]: START: ftp pid=14559 from=::ffff:192.99.8.99
Dec 29 09:33:45 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:33:45 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:33:45 vps xinetd[27448]: EXIT: ftp status=0 pid=14556 duration=6(sec)
Dec 29 09:33:50 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:33:53 vps xinetd[27448]: START: ftp pid=14561 from=::ffff:192.99.8.99
Dec 29 09:33:53 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:33:54 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:33:54 vps xinetd[27448]: EXIT: ftp status=0 pid=14559 duration=9(sec)
Dec 29 09:33:57 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:33:57 vps xinetd[27448]: START: ftp pid=14563 from=::ffff:192.99.8.99
Dec 29 09:33:57 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:33:57 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:33:57 vps xinetd[27448]: EXIT: ftp status=0 pid=14561 duration=4(sec)
Dec 29 09:34:01 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:34:04 vps xinetd[27448]: START: ftp pid=14566 from=::ffff:192.99.8.99
Dec 29 09:34:04 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:34:04 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:34:04 vps xinetd[27448]: EXIT: ftp status=0 pid=14563 duration=7(sec)
Dec 29 09:34:09 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:34:09 vps xinetd[27448]: START: ftp pid=14569 from=::ffff:192.99.8.99
Dec 29 09:34:09 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:34:09 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:34:09 vps xinetd[27448]: EXIT: ftp status=0 pid=14566 duration=5(sec)
Dec 29 09:34:13 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:34:13 vps xinetd[27448]: START: ftp pid=14571 from=::ffff:192.99.8.99
Dec 29 09:34:13 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:34:13 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:34:13 vps xinetd[27448]: EXIT: ftp status=0 pid=14569 duration=4(sec)
Dec 29 09:34:17 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:34:17 vps xinetd[27448]: START: ftp pid=14573 from=::ffff:192.99.8.99
Dec 29 09:34:17 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:34:17 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:34:17 vps xinetd[27448]: EXIT: ftp status=0 pid=14571 duration=4(sec)
Dec 29 09:34:23 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:34:23 vps xinetd[27448]: START: ftp pid=14578 from=::ffff:192.99.8.99
Dec 29 09:34:23 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:34:23 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:34:23 vps xinetd[27448]: EXIT: ftp status=0 pid=14573 duration=6(sec)
Dec 29 09:34:29 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:34:29 vps xinetd[27448]: START: ftp pid=14580 from=::ffff:192.99.8.99
Dec 29 09:34:29 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:34:29 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:34:29 vps xinetd[27448]: EXIT: ftp status=0 pid=14578 duration=6(sec)
Dec 29 09:34:32 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:34:32 vps xinetd[27448]: START: ftp pid=14582 from=::ffff:192.99.8.99
Dec 29 09:34:32 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:34:32 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:34:32 vps xinetd[27448]: EXIT: ftp status=0 pid=14580 duration=3(sec)
Dec 29 09:34:37 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:34:37 vps xinetd[27448]: START: ftp pid=14584 from=::ffff:192.99.8.99
Dec 29 09:34:37 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:34:37 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:34:37 vps xinetd[27448]: EXIT: ftp status=0 pid=14582 duration=5(sec)
Dec 29 09:34:41 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:34:42 vps xinetd[27448]: START: ftp pid=14587 from=::ffff:192.99.8.99
Dec 29 09:34:42 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:34:42 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:34:42 vps xinetd[27448]: EXIT: ftp status=0 pid=14584 duration=5(sec)
Dec 29 09:34:47 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:34:47 vps xinetd[27448]: START: ftp pid=14590 from=::ffff:192.99.8.99
Dec 29 09:34:47 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:34:47 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:34:47 vps xinetd[27448]: EXIT: ftp status=0 pid=14587 duration=5(sec)
Dec 29 09:34:53 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:34:53 vps xinetd[27448]: START: ftp pid=14592 from=::ffff:192.99.8.99
Dec 29 09:34:53 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:34:53 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
Dec 29 09:34:53 vps xinetd[27448]: EXIT: ftp status=0 pid=14590 duration=6(sec)
Dec 29 09:34:58 vps pure-ftpd: (?@192.99.8.99) [WARNING] Authentication failed for user [domain]
Dec 29 09:34:58 vps xinetd[27448]: START: ftp pid=14596 from=::ffff:192.99.8.99
Dec 29 09:34:58 vps pure-ftpd: (?@192.99.8.99) [INFO] New connection from 192.99.8.99
Dec 29 09:34:58 vps pure-ftpd: (?@192.99.8.99) [INFO] Logout.
....
[log omitted ......]

 

8
Kloxo-MR Technical Helps / Re: how to secure Kloxo-MR ?
« on: 2014-12-28, 10:05:16 »
 Lxguard doesn't protect ftp, because I set max Wrong Attempts to 5.
but I can see in the above log there is more than 10 wrong attempt from the same IP !!.


9
Kloxo-MR Technical Helps / Re: how to secure Kloxo-MR ?
« on: 2014-12-28, 09:56:13 »
ok so how to change default ftp port in kloxo?

and how to white list these IP anges in LxGuard  ??
31.77.112.0/21
31.87.128.0/19
71.92.0.0/17
31.137.0.0/16
51.140.0.0/14
01.205.192.0/19
71.214.128.0/17
91.216.224.0/22
11.248.0.0/14
etc ....

does Lxguard accept cidr, or wildcard ?

10
Kloxo-MR Technical Helps / how to secure Kloxo-MR ?
« on: 2014-12-28, 08:31:43 »
Checking my log , I see that I am Getting lot of ftp brute force attack .  sometimes my vps provider null route because of DDos attacks.  I am new to vps managing. I want to know how to secure my vps.



is this a targeted attack ?  I see the attacker is trying to use my domain.com as username
Code: [Select]

Dec 28 06:55:34 vps xinetd[7523]: EXIT: ftp status=0 pid=26036 duration=6(sec)
Dec 28 06:55:36 vps xinetd[7523]: START: ftp pid=26038 from=::ffff:175.44.5.91
Dec 28 06:55:36 vps pure-ftpd: (?@175.44.5.91) [INFO] New connection from 175.44.5.91
Dec 28 06:55:40 vps pure-ftpd: (?@175.44.5.91) [WARNING] Authentication failed for user [admin_com]
Dec 28 06:55:41 vps pure-ftpd: (?@175.44.5.91) [INFO] Logout.
Dec 28 06:55:41 vps xinetd[7523]: EXIT: ftp status=0 pid=26038 duration=5(sec)
Dec 28 06:55:41 vps xinetd[7523]: START: ftp pid=26040 from=::ffff:175.44.5.91
Dec 28 06:55:41 vps pure-ftpd: (?@175.44.5.91) [INFO] New connection from 175.44.5.91
Dec 28 06:55:46 vps pure-ftpd: (?@175.44.5.91) [WARNING] Authentication failed for user [root_com]
Dec 28 06:55:46 vps pure-ftpd: (?@175.44.5.91) [INFO] Logout.
Dec 28 06:55:46 vps xinetd[7523]: EXIT: ftp status=0 pid=26040 duration=5(sec)
Dec 28 06:55:47 vps xinetd[7523]: START: ftp pid=26042 from=::ffff:175.44.5.91
Dec 28 06:55:47 vps pure-ftpd: (?@175.44.5.91) [INFO] New connection from 175.44.5.91
Dec 28 06:55:52 vps pure-ftpd: (?@175.44.5.91) [WARNING] Authentication failed for user [www.domain.org]
Dec 28 06:55:52 vps pure-ftpd: (?@175.44.5.91) [INFO] Logout.
Dec 28 06:55:52 vps xinetd[7523]: EXIT: ftp status=0 pid=26042 duration=5(sec)
Dec 28 06:55:53 vps xinetd[7523]: START: ftp pid=26044 from=::ffff:175.44.5.91
Dec 28 06:55:53 vps pure-ftpd: (?@175.44.5.91) [INFO] New connection from 175.44.5.91
Dec 28 06:55:58 vps pure-ftpd: (?@175.44.5.91) [WARNING] Authentication failed for user [domai,.com]
Dec 28 06:55:58 vps pure-ftpd: (?@175.44.5.91) [INFO] Logout.
Dec 28 06:55:58 vps xinetd[7523]: EXIT: ftp status=0 pid=26044 duration=5(sec)
Dec 28 06:56:00 vps xinetd[7523]: START: ftp pid=26047 from=::ffff:175.44.5.91
Dec 28 06:56:00 vps pure-ftpd: (?@175.44.5.91) [INFO] New connection from 175.44.5.91
Dec 28 06:56:05 vps pure-ftpd: (?@175.44.5.91) [WARNING] Authentication failed for user [domainorg]
Dec 28 06:56:05 vps pure-ftpd: (?@175.44.5.91) [INFO] Logout.
Dec 28 06:56:05 vps xinetd[7523]: EXIT: ftp status=0 pid=26047 duration=5(sec)
Dec 28 06:56:16 vps xinetd[7523]: START: ftp pid=26049 from=::ffff:175.44.5.91
Dec 28 06:56:16 vps pure-ftpd: (?@175.44.5.91) [INFO] New connection from 175.44.5.91
Dec 28 06:56:21 vps pure-ftpd: (?@175.44.5.91) [WARNING] Authentication failed for user [admin]
Dec 28 06:56:21 vps pure-ftpd: (?@175.44.5.91) [INFO] Logout.
Dec 28 06:56:21 vps xinetd[7523]: EXIT: ftp status=0 pid=26049 duration=5(sec)
Dec 28 06:56:22 vps xinetd[7523]: START: ftp pid=26051 from=::ffff:175.44.5.91
Dec 28 06:56:22 vps pure-ftpd: (?@175.44.5.91) [INFO] New connection from 175.44.5.91
Dec 28 06:56:28 vps pure-ftpd: (?@175.44.5.91) [WARNING] Authentication failed for user [root]
Dec 28 06:56:28 vps pure-ftpd: (?@175.44.5.91) [INFO] Logout.
Dec 28 06:56:28 vps xinetd[7523]: EXIT: ftp status=0 pid=26051 duration=6(sec)
Dec 28 06:56:28 vps xinetd[7523]: START: ftp pid=26053 from=::ffff:175.44.5.91
Dec 28 06:56:28 vps pure-ftpd: (?@175.44.5.91) [INFO] New connection from 175.44.5.91
Dec 28 06:56:35 vps pure-ftpd: (?@175.44.5.91) [WARNING] Authentication failed for user [domain_org]
Dec 28 06:56:35 vps pure-ftpd: (?@175.44.5.91) [INFO] Logout.
Dec 28 06:56:35 vps xinetd[7523]: EXIT: ftp status=0 pid=26053 duration=7(sec)
Dec 28 06:56:35 vps xinetd[7523]: START: ftp pid=26056 from=::ffff:175.44.5.91
Dec 28 06:56:35 vps pure-ftpd: (?@175.44.5.91) [INFO] New connection from 175.44.5.91
Dec 28 06:56:39 vps pure-ftpd: (?@175.44.5.91) [WARNING] Authentication failed for user [admin_org]
Dec 28 06:56:39 vps pure-ftpd: (?@175.44.5.91) [INFO] Logout.
Dec 28 06:56:39 vps xinetd[7523]: EXIT: ftp status=0 pid=26056 duration=4(sec)
Dec 28 06:56:47 vps xinetd[7523]: START: ftp pid=26058 from=::ffff:175.44.5.91
Dec 28 06:56:47 vps pure-ftpd: (?@175.44.5.91) [INFO] New connection from 175.44.5.91
Dec 28 06:56:51 vps pure-ftpd: (?@175.44.5.91) [WARNING] Authentication failed for user [root_org]
Dec 28 06:56:51 vps pure-ftpd: (?@175.44.5.91) [INFO] Logout.
Dec 28 06:56:51 vps xinetd[7523]: EXIT: ftp status=0 pid=26058 duration=4(sec)
Dec 28 06:56:51 vps xinetd[7523]: START: ftp pid=26060 from=::ffff:175.44.5.91
Dec 28 06:56:52 vps pure-ftpd: (?@175.44.5.91) [INFO] New connection from 175.44.5.91
Dec 28 06:56:56 vps pure-ftpd: (?@175.44.5.91) [WARNING] Authentication failed for user [adomain_com]
Dec 28 06:56:57 vps pure-ftpd: (?@175.44.5.91) [INFO] Logout.
Dec 28 06:56:57 vps xinetd[7523]: EXIT: ftp status=0 pid=26060 duration=6(sec)
Dec 28 13:45:20 vps xinetd[7523]: Exiting...

 
I keep getting attacks from different IP not just the one listed in the log

how do I change default pureftp port ?

does LxGuard protect ftp, ssh, too, or only the admin login http://1.2.3.4/7777 ??

why IPtables states is always  "stopped" 


even when I click start it doesn't change.



11
I have disabled varnish anyway.it is working now.
I ran the update too.

Thank you so much for your help .

12
I can see it is using lot of processes  when it is enabled


Code: [Select]


15008 ? 1202.68 varnish /usr/sbin/varnishd -P /var/run/varnish.pid -a :80 -f /etc/varnish/default.vcl -T 127.0.0.1:6082 -t 1
1244 ? 434.41 mysql /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --use
14996 ? 85.36 root /usr/sbin/varnishd -P /var/run/varnish.pid -a :80 -f /etc/varnish/default.vcl -T 127.0.0.1:6082 -t 1
19979 ? 76.12 admin php-fpm: pool admin
19981 ? 69.13 root php-fpm: pool root
15164 ? 64.88 root /opt/php53s/usr/bin/php -c /opt/php53s/custom/php53s.ini /usr/local/lxlabs/kloxo/sbin/kloxo.php mast
19980 ? 64.34 admin php-fpm: pool admin
15079 ? 58.94 nginx nginx: worker process
15078 ? 58.94 nginx nginx: worker process
15080 ? 58.94 nginx nginx: worker process
15171 ? 55.42 root php-fpm: master process (/usr/local/lxlabs/kloxo/init/kloxo-php-fpm.conf)
15081 ? 54.71 nginx nginx: cache manager process
5655 ? 54.7 root nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
15082 ? 52.09 root php-fpm: master process (/etc/php-fpm.conf)
607 ? 36.13 root /sbin/rsyslogd -i /var/run/syslogd.pid -c 5
15194 ? 36.02 lxlabs /usr/local/lxlabs/kloxo/init/kloxo-hiawatha -c /usr/local/lxlabs/kloxo/init
629 ? 16.21 haldaemon hald
17787 ? 11.77 root sshd: root@pts/0
18343 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18345 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18346 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18280 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18342 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18344 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18340 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18336 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18337 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18338 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18339 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18341 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18347 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18348 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18350 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
18349 ? 10.74 root /usr/libexec/courier-authlib/authdaemond
677 ? 8.79 root /usr/sbin/sshd
17789 ? 6.25 root -bash
630 ? 3.95 root hald-runner
1419 ? 3.89 root crond
18247 ? 3.2 root xinetd -stayalive -pidfile /var/run/xinetd.pid
619 ? 3.08 dbus dbus-daemon --system
722 ? 2.97 root /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --socket=/var/lib/mysql/mysql.sock --pid-file=
1 ? 2.83 root init
136 ? 2.4 root /sbin/udevd -d
18297 ? 2.23 qmails qmail-send
18301 ? 1.98 root /usr/bin/tcpserver -v -R -H -l vps.freearabic.org 0 993 /usr/bin/couriertls -server -tcpd /usr/sbin/
18296 ? 1.98 root /usr/bin/tcpserver -v -R -c 200 0 110 /var/qmail/bin/qmail-popup vps.freearabic.org /home/vpopmail/b
18333 ? 1.98 root qmail-lspawn ./Maildir/
18303 ? 1.98 qmaild /usr/bin/tcpserver -v -R -H -l vps.fre**.org -x /etc/tcprules.d/tcp.smtp.cdb -c 5 -u 7791 -g 21
18289 ? 1.98 qmaild /usr/bin/tcpserver -v -R -H -l vps.free**.org -x /etc/tcprules.d/tcp.smtp.cdb -c 5 -u 7791 -g 21
18291 ? 1.98 qmaild /usr/bin/tcpserver -v -R -H -l vps.fre**org -x /etc/tcprules.d/tcp.smtp.cdb -c 5 -u 7791 -g 21
18266 ? 1.98 root svscan
18295 ? 1.98 root /usr/bin/tcpserver -v -R -H -l vps.fre**.org 0 995 /usr/bin/couriertls -server -tcpd /usr/sbin/
18293 ? 1.98 root /usr/bin/tcpserver -v -R -H -l vps.freea**.org 0 143 /usr/sbin/imaplogin /usr/bin/imapd Maildir
18334 ? 1.97 qmailr qmail-rspawn
18288 ? 1.96 qmaill /var/qmail/bin/splogger imap4
1456 ? 1.96 root /sbin/mingetty tty2
18281 ? 1.96 qmaill /var/qmail/bin/splogger authlib
1455 ? 1.96 root /sbin/mingetty console
18290 ? 1.96 qmaill /var/qmail/bin/splogger smtp
18299 ? 1.96 qmaill /var/qmail/bin/splogger pop3-ssl
18298 ? 1.96 qmaill /var/qmail/bin/splogger pop3
18300 ? 1.96 qmaill /var/qmail/bin/splogger send
18294 ? 1.96 qmaill /var/qmail/bin/splogger imap4-ssl
18302 ? 1.96 qmaill /var/qmail/bin/splogger submission
18292 ? 1.96 qmaill /var/qmail/bin/splogger smtp-ssl
18335 ? 1.95 qmailq qmail-clean
18273 ? 1.83 root supervise log
18272 ? 1.83 root supervise imap4
18271 ? 1.83 root supervise log
18268 ? 1.83 root supervise authlib
18274 ? 1.83 root supervise smtp
18269 ? 1.83 root supervise log
18270 ? 1.83 root supervise submission
18283 ? 1.83 root supervise log
18284 ? 1.83 root supervise pop3
18285 ? 1.83 root supervise log
18286 ? 1.83 root supervise send
18287 ? 1.83 root supervise log
18282 ? 1.83 root supervise pop3-ssl
18279 ? 1.83 root supervise log
18276 ? 1.83 root supervise smtp-ssl
18277 ? 1.83 root supervise log
18278 ? 1.83 root supervise imap4-ssl
18275 ? 1.83 root supervise log



when I disable it the process page become much smaller.



Code: [Select]


15008 ? 1203.68 varnish /usr/sbin/varnishd -P /var/run/varnish.pid -a :80 -f /etc/varnish/default.vcl -T 127.0.0.1:6082 -t 1
1244 ? 434.41 mysql /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --use
14996 ? 85.36 root /usr/sbin/varnishd -P /var/run/varnish.pid -a :80 -f /etc/varnish/default.vcl -T 127.0.0.1:6082 -t 1
20038 ? 69.11 root php-fpm: pool root
15164 ? 64.88 root /opt/php53s/usr/bin/php -c /opt/php53s/custom/php53s.ini /usr/local/lxlabs/kloxo/sbin/kloxo.php mast
15080 ? 58.94 nginx nginx: worker process
15079 ? 58.94 nginx nginx: worker process
15078 ? 58.94 nginx nginx: worker process
15171 ? 55.42 root php-fpm: master process (/usr/local/lxlabs/kloxo/init/kloxo-php-fpm.conf)
15081 ? 54.71 nginx nginx: cache manager process
5655 ? 54.7 root nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
15082 ? 52.09 root php-fpm: master process (/etc/php-fpm.conf)
607 ? 36.13 root /sbin/rsyslogd -i /var/run/syslogd.pid -c 5
15194 ? 36.12 lxlabs /usr/local/lxlabs/kloxo/init/kloxo-hiawatha -c /usr/local/lxlabs/kloxo/init
629 ? 16.21 haldaemon hald
17787 ? 11.77 root sshd: root@pts/0
677 ? 8.79 root /usr/sbin/sshd
17789 ? 6.25 root -bash
630 ? 3.95 root hald-runner
1419 ? 3.89 root crond
18247 ? 3.2 root xinetd -stayalive -pidfile /var/run/xinetd.pid
619 ? 3.08 dbus dbus-daemon --system
722 ? 2.97 root /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --socket=/var/lib/mysql/mysql.sock --pid-file=
1 ? 2.83 root init
136 ? 2.4 root /sbin/udevd -d
1455 ? 1.96 root /sbin/mingetty console
1456 ? 1.96 root /sbin/mingetty tty2


13
is this problem related to varnish ??


14
[root@vps ~]# sh /script/sysinfo

A. Kloxo-MR: 7.0.0.b-2014122401

B. OS: CentOS release 6.6 (Final) i686

C. Apps:
   1. MySQL: mysql55-5.5.40-2.ius.el6.i686
   2. PHP: php53u-5.3.29-1.ius.el6.i686
   3. Httpd: httpd-2.2.29-1.mr.el6.i386
   4. Lighttpd: --uninstalled--
   5. Hiawatha: hiawatha-9.9.0-f.3.mr.el6.i386
   6. Nginx: nginx-1.7.9-1.el6.ngx.i386
   7. Cache: varnish-3.0.6-1.el6.i686
   8. Dns: --uninstalled--
   9. Qmail: qmail-toaster-1.03-1.3.45.mr.el6.i386
      - with: courier-imap-toaster-4.1.2-1.3.18.mr.el6.i386

D. Php-type (for Httpd/proxy): php-fpm_event

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           512        366        145         43          0        259
   -/+ buffers/cache:        107        404
   Swap:          512         75        436

15

I just  noticed when opening my domain.com  it automatically become domain.com:8080

I have 2 domains and 2 sub-domains,  only 1 domain doesn't have this problem.

I don't know why !!
I am using kloxo 7.0.0.b and nginx. 
what should I check ??

Pages: [1] 2

Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.084 seconds with 20 queries.

web stats analysis