Hi:
For all those who have problems with css styles when the app is compiled as apache module, the problem was in http.conf because we need to load the mime module, so adding this line must solve the problem :
LoadModule mime_module modules/mod_mime.so
This module is not loaded if you follow the wiki and don’t add this line to the described httpd.conf.