/etc/apache2/conf-enabled
NameSizeModeActions
charset.conf3150644editdlrm
localized-error-pages.conf32240644editdlrm
other-vhosts-access-log.conf1890644editdlrm
php8.3-fpm.conf14260644editdlrm
php8.5-fpm.conf14260644editdlrm
phpmyadmin.conf7550644editdlrm
security.conf21740644editdlrm
serve-cgi-bin.conf4550644editdlrm
Edit: /etc/apache2/conf-available/charset.conf (315B)
# Read the documentation before enabling AddDefaultCharset. # In general, it is only a good idea if you know that all your files # have this encoding. It will override any encoding given in the files # in meta http-equiv or xml encoding tags. #AddDefaultCharset UTF-8 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet