• Не удается поднять апач на локалхосте. Почему так происходит?

    @Aksi0 Автор вопроса
    Erelecano Oioraen: ~# sudo iptables -L -n
    Chain INPUT (policy ACCEPT)
    target prot opt source destination
    ispmgr_deny_ip all -- 0.0.0.0/0 0.0.0.0/0
    ispmgr_allow_ip all -- 0.0.0.0/0 0.0.0.0/0
    ispmgr_allow_sub all -- 0.0.0.0/0 0.0.0.0/0
    ispmgr_deny_sub all -- 0.0.0.0/0 0.0.0.0/0
    DROP all -- 0.0.0.0/0 0.0.0.0/0 match-set ispmgr_limit_req src
    fail2ban-ssh tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 22
    ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:68

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    Chain fail2ban-ssh (1 references)
    target prot opt source destination
    RETURN all -- 0.0.0.0/0 0.0.0.0/0

    Chain ispmgr_allow_ip (1 references)
    target prot opt source destination

    Chain ispmgr_allow_sub (1 references)
    target prot opt source destination

    Chain ispmgr_deny_ip (1 references)
    target prot opt source destination

    Chain ispmgr_deny_sub (1 references)
    target prot opt source destination

    Chain ispmgr_limit_req (0 references)
    target prot opt source destination
  • Не удается поднять апач на локалхосте. Почему так происходит?

    @Aksi0 Автор вопроса
    Erelecano Oioraen: да, это вижу. Спс. Но проблема в том что не может nginx k apache connect :(
  • Не удается поднять апач на локалхосте. Почему так происходит?

    @Aksi0 Автор вопроса
    Erelecano Oioraen: server {
    server_name f-lite.net www.f-lite.net;
    charset off;
    disable_symlinks if_not_owner from=$root_path;
    index index.html index.php;
    root $root_path;
    set $root_path /var/www/mp3/data/www/mp3.f-lite.net;
    access_log /var/www/httpd-logs/mp3.f-lite.net.access.log ;
    error_log /var/www/httpd-logs/mp3.f-lite.net.error.log notice;
    listen 10.2.0.4:80;
    include /etc/nginx/vhosts-includes/*.conf;
    location / {
    location ~ [^/]\.ph(p\d*|tml)$ {
    try_files /does_not_exists @fallback;
    }
    location ~* ^.+\.(jpg|jpeg|gif|png|svg|js|css|mp3|ogg|mpe?g|avi|zip|gz|bz2?|rar|swf)$ {
    try_files $uri $uri/ @fallback;
    }
    location / {
    try_files /does_not_exists @fallback;
    }
    }
    location @fallback {
    proxy_pass http://10.2.0.4:8080;
    proxy_redirect 10.2.0.4:8080 /;
    proxy_set_header Host $host;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;
    access_log off ;
    }
    ssi on;
    }
  • Не удается поднять апач на локалхосте. Почему так происходит?

    @Aksi0 Автор вопроса
    Erelecano Oioraen: это он запущен на 10.2.0.4:8080, и nginx не коннектит к нему. Если открывать из вне 8080 порт, то всё ок. А вот через проксирование nginx не работает. Тайм аут. Сейчас скину конфиг.
  • Не удается поднять апач на локалхосте. Почему так происходит?

    @Aksi0 Автор вопроса
    nginx 1589 www-data 68u IPv4 12827 0t0 TCP 127.0.0.1:60180->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 75u IPv4 14799 0t0 TCP 127.0.0.1:60145->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 79u IPv4 16025 0t0 TCP 127.0.0.1:60053->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 85u IPv4 12829 0t0 TCP 127.0.0.1:60181->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 86u IPv4 19989 0t0 TCP 127.0.0.1:60109->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 87u IPv4 32119 0t0 TCP 10.2.0.4:34076->10.2.0.4:http-alt (SYN_SENT)
    nginx 1589 www-data 90u IPv4 18912 0t0 TCP 127.0.0.1:60169->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 91u IPv4 26480 0t0 TCP 127.0.0.1:60207->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 95u IPv4 28624 0t0 TCP 127.0.0.1:60188->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 99u IPv4 23507 0t0 TCP 127.0.0.1:60176->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 102u IPv4 18918 0t0 TCP 127.0.0.1:60200->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 106u IPv4 31973 0t0 TCP 127.0.0.1:60042->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 108u IPv4 14754 0t0 TCP 127.0.0.1:59955->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 109u IPv4 20013 0t0 TCP 127.0.0.1:60183->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 110u IPv4 14773 0t0 TCP 127.0.0.1:60017->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 123u IPv4 18914 0t0 TCP 127.0.0.1:60172->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 125u IPv4 12830 0t0 TCP 127.0.0.1:60182->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 128u IPv4 30933 0t0 TCP 127.0.0.1:60190->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 129u IPv4 28615 0t0 TCP 127.0.0.1:60123->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 130u IPv4 32111 0t0 TCP 127.0.0.1:60184->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 133u IPv4 12807 0t0 TCP 127.0.0.1:60124->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 139u IPv4 29063 0t0 TCP 127.0.0.1:60139->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 141u IPv4 23509 0t0 TCP 127.0.0.1:tfido->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 144u IPv4 30890 0t0 TCP 127.0.0.1:60079->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 145u IPv4 16026 0t0 TCP 127.0.0.1:60054->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 147u IPv4 18915 0t0 TCP 127.0.0.1:60173->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 150u IPv4 20012 0t0 TCP 127.0.0.1:60174->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 157u IPv4 22294 0t0 TCP 127.0.0.1:60175->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 160u IPv4 17868 0t0 TCP 127.0.0.1:60069->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 162u IPv4 18887 0t0 TCP 127.0.0.1:60016->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 165u IPv4 32090 0t0 TCP 127.0.0.1:60135->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 168u IPv4 27560 0t0 TCP 127.0.0.1:60192->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 171u IPv4 28599 0t0 TCP 127.0.0.1:59950->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 173u IPv4 30894 0t0 TCP 127.0.0.1:60101->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 175u IPv4 26404 0t0 TCP 127.0.0.1:60038->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 176u IPv4 16076 0t0 TCP 127.0.0.1:60185->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 179u IPv4 28600 0t0 TCP 127.0.0.1:59951->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 182u IPv4 14844 0t0 TCP 127.0.0.1:60194->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 183u IPv4 16996 0t0 TCP 127.0.0.1:60097->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 184u IPv4 23512 0t0 TCP 127.0.0.1:60193->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 188u IPv4 14841 0t0 TCP 127.0.0.1:60189->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 190u IPv4 16027 0t0 TCP 127.0.0.1:60055->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 191u IPv4 17002 0t0 TCP 127.0.0.1:60121->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 192u IPv4 23510 0t0 TCP 127.0.0.1:60178->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 194u IPv4 16078 0t0 TCP 127.0.0.1:60186->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 196u IPv4 23511 0t0 TCP 127.0.0.1:fido->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 198u IPv4 18920 0t0 TCP 127.0.0.1:60205->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 199u IPv4 26482 0t0 TCP 127.0.0.1:60210->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 204u IPv4 26460 0t0 TCP 127.0.0.1:60149->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 205u IPv4 17014 0t0 TCP 10.2.0.4:34052->10.2.0.4:http-alt (SYN_SENT)
    nginx 1589 www-data 209u IPv4 12815 0t0 TCP 127.0.0.1:60151->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 210u IPv4 26400 0t0 TCP 127.0.0.1:60026->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 217u IPv4 29067 0t0 TCP 10.2.0.4:34014->10.2.0.4:http-alt (SYN_SENT)
    nginx 1589 www-data 221u IPv4 29068 0t0 TCP 10.2.0.4:34015->10.2.0.4:http-alt (SYN_SENT)
    nginx 1589 www-data 223u IPv4 17015 0t0 TCP 127.0.0.1:60196->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 225u IPv4 18910 0t0 TCP 127.0.0.1:60118->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 227u IPv4 30096 0t0 TCP 127.0.0.1:60122->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 230u IPv4 18876 0t0 TCP 127.0.0.1:59935->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 231u IPv4 16081 0t0 TCP 127.0.0.1:60187->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 233u IPv4 30934 0t0 TCP 127.0.0.1:60191->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 234u IPv4 17832 0t0 TCP 127.0.0.1:59989->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 237u IPv4 12817 0t0 TCP 127.0.0.1:60152->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 240u IPv4 30878 0t0 TCP 127.0.0.1:60057->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 242u IPv4 17016 0t0 TCP 127.0.0.1:60197->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 244u IPv4 18901 0t0 TCP 127.0.0.1:60082->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 246u IPv4 41558 0t0 TCP 127.0.0.1:60213->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 250u IPv4 17018 0t0 TCP 127.0.0.1:60215->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 251u IPv4 14752 0t0 TCP 127.0.0.1:59954->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 253u IPv4 20010 0t0 TCP 10.2.0.4:34013->10.2.0.4:http-alt (SYN_SENT)
    nginx 1589 www-data 254u IPv4 17834 0t0 TCP 127.0.0.1:59998->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 259u IPv4 32089 0t0 TCP 127.0.0.1:60120->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 260u IPv4 32124 0t0 TCP 127.0.0.1:60220->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 261u IPv4 16085 0t0 TCP 127.0.0.1:60217->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 263u IPv4 32117 0t0 TCP 127.0.0.1:60218->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 266u IPv4 14804 0t0 TCP 127.0.0.1:60148->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 269u IPv4 16039 0t0 TCP 127.0.0.1:60141->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 270u IPv4 30883 0t0 TCP 127.0.0.1:60061->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 271u IPv4 19994 0t0 TCP 127.0.0.1:60113->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 276u IPv4 12801 0t0 TCP 127.0.0.1:60094->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 293u IPv4 14760 0t0 TCP 127.0.0.1:59958->127.0.0.1:http-alt (SYN_SENT)
    nginx 1589 www-data 317u IPv4 23491 0t0 TCP 127.0.0.1:59961->127.0.0.1:http-alt (SYN_SENT)
    apache2 1786 root 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 1786 root 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 1789 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 1789 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 1792 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 1792 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 1793 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 1793 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 1794 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 1794 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 1795 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 1795 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 1796 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 1796 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 1827 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 1827 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 2086 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 2086 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 2088 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 2088 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 2850 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 2850 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 2852 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 2852 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 2854 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 2854 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 2855 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 2855 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3289 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3289 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3290 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3290 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3291 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3291 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3292 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3292 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3293 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3293 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3294 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3294 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3295 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3295 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3296 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3296 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3296 www-data 76u IPv4 28518 0t0 TCP 10.2.0.4:http-alt->174.28.232.132:50254 (ESTABLISHED)
    apache2 3297 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3297 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3298 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3298 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3299 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3299 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3300 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3300 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3300 www-data 76u IPv4 17891 0t0 TCP 10.2.0.4:http-alt->24.139.91.22:33435 (ESTABLISHED)
    apache2 3301 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3301 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3302 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3302 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3303 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3303 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3304 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3304 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3305 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3305 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3306 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3306 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3308 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3308 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3308 www-data 76u IPv4 23517 0t0 TCP 10.2.0.4:http-alt->24.139.91.22:33434 (ESTABLISHED)
    apache2 3309 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3309 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3310 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3310 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3311 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3311 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3312 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3312 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3313 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3313 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3314 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3314 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3315 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3315 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3316 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3316 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3318 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3318 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3319 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3319 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3320 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3320 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3320 www-data 76u IPv4 28993 0t0 TCP 10.2.0.4:http-alt->174.28.232.132:50259 (ESTABLISHED)
    apache2 3321 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3321 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3321 www-data 76u IPv4 16082 0t0 TCP 10.2.0.4:http-alt->24.139.91.22:33425 (ESTABLISHED)
    apache2 3322 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3322 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3323 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3323 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3325 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3325 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3326 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3326 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3326 www-data 76u IPv4 19968 0t0 TCP 10.2.0.4:http-alt->122.53.226.113:44948 (ESTABLISHED)
    apache2 3327 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3327 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3327 www-data 76u IPv4 26432 0t0 TCP 10.2.0.4:http-alt->98.236.240.234:52492 (ESTABLISHED)
    apache2 3328 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3328 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3329 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3329 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3330 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3330 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3331 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3331 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3332 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3332 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3333 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3333 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3334 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3334 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3335 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3335 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3335 www-data 76u IPv4 27565 0t0 TCP 10.2.0.4:http-alt->24.139.91.22:33431 (ESTABLISHED)
    apache2 3336 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3336 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3337 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3337 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3338 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3338 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3339 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3339 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3340 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3340 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3341 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3341 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3343 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3343 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3344 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3344 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3447 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3447 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3472 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3472 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3472 www-data 76u IPv4 29057 0t0 TCP 10.2.0.4:http-alt->122.53.226.113:44786 (ESTABLISHED)
    apache2 3474 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3474 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3474 www-data 76u IPv4 28625 0t0 TCP 10.2.0.4:http-alt->24.139.91.22:58747 (ESTABLISHED)
    apache2 3475 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3475 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3476 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3476 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3476 www-data 76u IPv4 26390 0t0 TCP 10.2.0.4:http-alt->122.53.226.113:35902 (ESTABLISHED)
    apache2 3477 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3477 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3478 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3478 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3479 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3479 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3480 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3480 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3480 www-data 76u IPv4 29055 0t0 TCP 10.2.0.4:http-alt->122.53.226.113:39727 (ESTABLISHED)
    apache2 3481 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3481 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3482 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3482 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3483 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3483 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3484 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3484 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3485 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3485 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3486 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3486 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3487 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3487 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3488 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3488 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)
    apache2 3489 www-data 3u IPv4 24804 0t0 TCP 10.2.0.4:http-alt (LISTEN)
    apache2 3489 www-data 4u IPv4 24806 0t0 TCP 127.0.0.1:http-alt (LISTEN)