Hello
I'm newbie her and hope it`s right list... : /
I have two Wheezy servers running the distributed Apache server.
The are showing wrong /proc/*/comm entries:
grep apach /proc/*/comm
/proc/14566/comm:*/usr/sbin/apach*
/proc/18832/comm:/usr/sbin/apach
/proc/18846/comm:/usr/sbin/apach
/proc/18847/comm:/usr/sbin/apach
/proc/18903/comm:/usr/sbin/apach
/proc/18912/comm:/usr/sbin/apach
/proc/18913/comm:/usr/sbin/apach
/proc/18914/comm:/usr/sbin/apach
/proc/19465/comm:/usr/sbin/apach
/proc/2290/comm:/usr/sbin/apach
/proc/9491/comm:/usr/sbin/apach
On two other Wheezy servers running the distributed Apache server are
showing "correct" entries:
grep apach /proc/*/comm
/proc/12523/comm:*apache2*
/proc/12561/comm:apache2
/proc/19280/comm:apache2
/proc/24392/comm:apache2
/proc/26435/comm:apache2
/proc/27417/comm:apache2
/proc/3006/comm:apache2
/proc/4425/comm:apache2
/proc/8835/comm:apache2
/proc/8853/comm:apache2
/proc/8908/comm:apache2
On all servers:
/etc/debian_version >> 7.1
Same Apache version, different config of course...
Differ between in packages how is Apache related.
On the "/usr/sbin/apach" servers:
dpkg -l |grep apache
ii apache2 2.2.22-13 i386 Apache HTTP
Server metapackage
ii apache2-mpm-prefork 2.2.22-13 i386
Apache HTTP Server - traditional non-threaded model
ii apache2-utils 2.2.22-13 i386 utility
programs for webservers
ii apache2.2-bin 2.2.22-13 i386 Apache HTTP
Server common binary files
ii apache2.2-common 2.2.22-13 i386 Apache
HTTP Server common files
ii libapache-asp-perl 2.62-1 all perl
Apache::ASP - Active Server Pages for Apache with mod_perl
ii libapache-pom-java 10-2 all Maven
metadata for all Apache Software projects
ii libapache2-mod-ldap-userdir 1.1.19-1
i386 Apache module that provides UserDir lookups via LDAP
ii libapache2-mod-perl2 2.0.7-3 i386
Integration of perl with the Apache2 web server
ii libapache2-mod-php5 5.4.4-14+deb7u3
On the correct "apache2" servers:
> dpkg -l |grep apache
ii apache2 2.2.22-13 i386 Apache HTTP
Server metapackage
ii apache2-mpm-prefork 2.2.22-13 i386
Apache HTTP Server - traditional non-threaded model
ii apache2-utils 2.2.22-13 i386 utility
programs for webservers
ii apache2.2-bin 2.2.22-13 i386 Apache HTTP
Server common binary files
ii apache2.2-common 2.2.22-13 i386 Apache
HTTP Server common files
ii libapache2-mod-php5 5.4.4-14+deb7u3 i386
server-side, HTML-embedded scripting language (Apache 2 module)
Some one how has a clue?
Best Regards
Bengt