Yeah, i've seen that but my question was "where i can modify settings of module?"
in simple apache installation i can make my config files in this path: /etc/httpd/conf.d/
For example if i need to set compression level of mod_deflate, i can simply create this file and add my modifications:
/etc/httpd/conf.d/mod_deflate.conf
I've found module files in this path:
/www/server/apache/modules/
But couldn't find a place for module configs
so after this post i've created the directory in this path below and made my config file with name of mod_deflate.conf inside it and added my configuration. after that mod_deflate was resulting with my chosen compression level :-)
/www/server/apache/modules/conf.d/