Hello! I want to configure `httpd` the next way, but I don't know how:
1) All files without extension (suffix) I want as text/plain type. For example my.site.org/filewoext must be opened as text/plain. 2) I want files starting with dot also opened as text/plain. For example my.site.org/.vimrc must be opened as text/plain. How can I configure `httpd` this way?

