Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Help with apache2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Help with apache2

skxdxskxdx Member

Hey,
Happy new year first of all.
I am pretty new to linux and apache2 web server.
i have run into some problem.
i tried googling a lot but no satisfactory response.

When ever i start nginx or apache2 server(only one at a time ) network latency(ping) to the server increases from 10ms to 150ms.
and as i stop it it comes back down.

any idea why it is happening?
i checked acccess logs and error logs there are no new information(only access is from my computer and my friends and no errors as such only the onces Sigterm and all)

Comments

  • netomxnetomx Moderator, Veteran

    Get us here the output of

    cat /process/cpuinfo

  • skxdxskxdx Member
    edited January 2014

    it is saying not found.
    but output of top command is

    top - 14:29:59 up 1:39, 1 user, load average: 0.03, 0.03, 0.05
    Tasks: 165 total, 1 running, 164 sleeping, 0 stopped, 0 zombie
    %Cpu(s): 0.1 us, 0.1 sy, 0.0 ni, 99.7 id, 0.0 wa, 0.0 hi, 0.0 si, 0.1 st
    KiB Mem: 4817308 total, 707344 used, 4109964 free, 58548 buffers
    KiB Swap: 0 total, 0 used, 0 free, 346976 cached

    PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
    955 deluge 20 0 308m 30m 8480 S 1.7 0.7 2:21.43 deluged
    1001 deluge 20 0 85196 27m 4556 S 1.0 0.6 0:32.58 deluge-web
    3266 root 20 0 24800 1564 1116 R 0.7 0.0 0:00.65 top
    73 root 20 0 0 0 0 S 0.3 0.0 0:00.23 kworker/3:1
    93 root 20 0 0 0 0 S 0.3 0.0 0:01.66 kworker/u30:1
    1 root 20 0 27492 3264 1412 S 0.0 0.1 0:02.29 init
    2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd
    3 root 20 0 0 0 0 S 0.0 0.0 0:00.05 ksoftirqd/0
    5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0:0H
    7 root rt 0 0 0 0 S 0.0 0.0 0:00.01 migration/0
    8 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
    9 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcuob/0
    10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcuob/1
    11 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcuob/2
    12 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcuob/3
    13 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcuob/4
    14 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcuob/5

  • netomxnetomx Moderator, Veteran

    sorry, cat /proc/cpuinfo

  • netomxnetomx Moderator, Veteran

    I wanted to check the MHz but it is correct

  • seems like whenever apache was started, a script was being invoked which changed the default routes in routing table and when restarted default route was loaded again.

  • MunMun Member

    @skxdx said:
    seems like whenever apache was started, a script was being invoked which changed the default routes in routing table and when restarted default route was loaded again.

    What OS, and when was the last install?

  • Weird. The more information you provide, the higher the chances are for a community member to help you find the issue.

    Did you configure Nginx as a Front End Proxy for Apache? If so, what instructions did you follow?

    What firewall?

    What OS? How much memory in your vps?

    What processes are you running?

    What modules are loaded for apache? PHP? which php modules? Did you compile them from source?

    Mysql running too?

Sign In or Register to comment.