Apache2 and /omd/sites/mysite/etc/apache/apache.conf

hi all,

why the loading custom configuration file run to many times:

/usr/sbin/apache2 -f /omd/sites/mysite/etc/apache/apache.conf

When I run top -c : I see like below and not only one time…


    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                                                                                                                                                                                                                             
3672015 mysite     20   0  206952 187316  16204 R  35,8   0,8   7:13.82 /usr/sbin/apache2 -f /omd/sites/mysite/etc/apache/apache.conf                                                                                             
3645702 mysite     20   0  212228 191160  16240 S  24,5   0,8   8:10.98 /usr/sbin/apache2 -f /omd/sites/mysite/etc/apache/apache.conf                                                                                             
3903065 mysite     20   0  201096 182236  16140 S  24,2   0,7   0:43.16 /usr/sbin/apache2 -f /omd/sites/mysite/etc/apache/apache.conf  

any idea how can I run only once / day and not like that…

Regards
Neeloj

Hi,

i think this is normal behaviour.
These are the webserver processes that are spawned as a site user and are needed for the web access into your site.
The operating system (frontend) apache acts as a reverse proxy and redirects access to those apaches in the corresponding sites.

2 Likes

thank you @aeckstein I get you!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.