Changeset 2837 for trunk/server/fedora
- Timestamp:
- Apr 10, 2017, 4:56:03 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/config/etc/httpd/conf/httpd.conf
r2822 r2837 218 218 219 219 <IfModule mod_mime.c> 220 AddType application/xhtml+xml .xhtml221 AddType application/http-index-format .hti222 AddType text/html .html223 AddType text/css .css224 AddType text/xsl .xslt225 AddType application/x-javascript .js226 AddType application/xml .xml227 AddType image/svg+xml .svg228 AddType application/vnd.mozilla.xul+xml .xul229 AddType application/rdf+xml .rdf230 AddType application/x-xpinstall .xpi231 AddType text/xml .xsl232 AddType text/html .shtml233 220 AddHandler server-parsed .shtml 234 235 AddEncoding x-compress Z236 AddEncoding x-gzip gz tgz237 221 238 222 AddLanguage da .dk … … 259 243 LanguagePriority en da nl et fr de el it ja pl pt pt-br ltz ca es sv 260 244 </IfModule> 261 262 AddType application/x-tar .tgz263 AddType image/bmp .bmp264 265 AddType text/x-hdml .hdml266 245 </IfModule> 267 246 … … 318 297 Listen 443 319 298 Listen 444 320 321 AddType application/x-x509-ca-cert .crt322 AddType application/x-pkcs7-crl .crl323 299 324 300 # This directive allows insecure renegotiations to succeed for browsers
Note: See TracChangeset
for help on using the changeset viewer.