On Fri, 13 Mar 2026 09:14:05 +0300 evily <[email protected]> wrote: > 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? >
Look at "defaulttype" in man httpd.conf

