Thanks for reply Marius!
The solution was different.
My server-technical guy did the following and the problem solved.
in files wp-includes/vars.php
Commented $is_apache = strstr($_SERVER[‘SERVER_SOFTWARE’], ‘Apache’) ? 1 : 0;
and added $is_apache = 1;
That solved my problem. Dont know how but!!