Httpd process started many time, memory overflow

In my fresh installation my memory is running full.
A screenshot is visible via this link http://qim.bz/hUOWJd
With the following command “ps -A --sort -rss -o comm,pmem | head -n 400” I see that the process httpd is started over 350 times at this moment. All consuming about 1,5% or less of memory from the system.
Most other parts of my server still working, but slowwwwwwww. Phones and trunks still registered. But calling not possible.

On my LAN I can register a phone and a softphone successfully in the first few minutes after reboot. After that, no interaction possible again. But the hard-phone stays registered.

Any idea?
I can kill httpd everytime, or maybe I can limit the maximum amount of httpd processed somewhere. But I don’t think that will be the solution to the problem I’m having.

It has nothing to do with FreePBX. What is “vlogger”? Anyway, the error message you pasted seems pretty clear, you need to install the Date::Format perl module.

Also it would be a good practice to set a (lower) limit to the number of httpd forks in your httpd.conf file.

Just an half hour ago I found the cause of my problem.
I believed my system was clean and only had AsteriskNOW installed. But I was wrong.
Some other application was also installed, was broken and crash the whole system.

Unfortunately the only good way to resolve my problem will be to making a backup, clean install, restore again and GO.

If the moderator want to, they can delete this tread because had nothing to do with FreePBX or what so ever.
SORRY :-S

update information from error log
Some content from /var/log/httpd/error_log

piped log program ' /usr/local/ispconfig/server/scripts/vlogger -s access.log -t
 "%Y%m%d-access.log" -d "/etc/vlogger-dbi.conf" /var/log/ispconfig/httpd' failed
 unexpectedly

Can't locate Date/Format.pm in @INC (@INC contains: 
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at 
/usr/local/ispconfig/server/scripts/vlogger line 148.

BEGIN failed--compilation aborted at /usr/local/ispconfig/server/scripts/vlogger 
line 148.

ps. every paragraph is one line, but for readability here I had to add ‘enters’.