ant284
May 27th, 2009, 08:43 AM
Hi,
I have a problem with apache2 and apparently mod_proxy!
When I start apache2 /etc/init.d/apache2 start
it starts fine!
then when i type top to see the "active" process list, I see 8 apache2 running
which consumes my MEMORY!!
22647 root 20 0 8504 4120 2312 S 0.0 1.6 0:00.06 apache2
22648 www-data 20 0 7600 2384 584 S 0.0 0.9 0:00.00 apache2
22652 www-data 20 0 7920 2224 464 S 0.0 0.8 0:00.00 apache2
22653 www-data 20 0 8876 3944 1752 S 0.0 1.5 0:00.06 apache2
22654 www-data 20 0 8736 3472 1568 S 0.0 1.3 0:00.00 apache2
22655 www-data 20 0 8844 3860 1740 S 0.0 1.5 0:00.04 apache2
22656 www-data 20 0 8876 3848 1732 S 0.0 1.5 0:00.02 apache2
22657 www-data 20 0 8804 3792 1756 S 0.0 1.4 0:00.02 apache2
now if stop apache2
i have still about 3-6 apache2 instances running!! (I checked again via top)
my webserver told me, my server is being used as a web proxy and the mod_proxy has been misconfigured!!!
I never modified the mod_proxy at all and eventhough I RE-installed apache2 several times
I still have the same problem, and in apache2 mods-enabled I removed all the proxy things
so I'm very lost on how to fix the problem
any ideas, maybe change the user www-data to something else??
thank you
I have a problem with apache2 and apparently mod_proxy!
When I start apache2 /etc/init.d/apache2 start
it starts fine!
then when i type top to see the "active" process list, I see 8 apache2 running
which consumes my MEMORY!!
22647 root 20 0 8504 4120 2312 S 0.0 1.6 0:00.06 apache2
22648 www-data 20 0 7600 2384 584 S 0.0 0.9 0:00.00 apache2
22652 www-data 20 0 7920 2224 464 S 0.0 0.8 0:00.00 apache2
22653 www-data 20 0 8876 3944 1752 S 0.0 1.5 0:00.06 apache2
22654 www-data 20 0 8736 3472 1568 S 0.0 1.3 0:00.00 apache2
22655 www-data 20 0 8844 3860 1740 S 0.0 1.5 0:00.04 apache2
22656 www-data 20 0 8876 3848 1732 S 0.0 1.5 0:00.02 apache2
22657 www-data 20 0 8804 3792 1756 S 0.0 1.4 0:00.02 apache2
now if stop apache2
i have still about 3-6 apache2 instances running!! (I checked again via top)
my webserver told me, my server is being used as a web proxy and the mod_proxy has been misconfigured!!!
I never modified the mod_proxy at all and eventhough I RE-installed apache2 several times
I still have the same problem, and in apache2 mods-enabled I removed all the proxy things
so I'm very lost on how to fix the problem
any ideas, maybe change the user www-data to something else??
thank you