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