Tryag File Manager
Home
-
Turbo Force
Current Path :
/
proc
/
self
/
root
/
etc
/
httpd
/
conf.d
/
Upload File :
New :
File
Dir
//proc/self/root/etc/httpd/conf.d/mod_vhost_map.conf
# LDAP Configurations LoadModule vhost_map_module modules/mod_vhost_map.so VhostMapEnabled On # Both of these options are available, but production configuration # uses anonymous binds. #VhostMapLDAPUser cn=Manager,dc=... #VhostMapLDAPPwd password VhostMapLDAPHost jax4ldpldapvip-priv VhostMapLDAPBase ou=cluster1,ou=accounts,dc=web,dc=com VhostMapLDAPScope LDAP_SCOPE_SUBTREE VhostMapFrozenSiteRedirect http://webapps.myregisteredsite.com/frozen-redirect.html VhostMapSystemCGI /system-cgi/ /var/www/cgi-bin VhostFrontPageEnabled On # Number of HASH BUCKETS VhostMapNumVHostBuckets 5000 VhostMapNumDomainBuckets 10000 # Number of linked list values in above buckets. VhostMapMaxVHostBuckets 15000 VhostMapMaxDomainBuckets 20000 # Custom Error Log Stuff. LogFormat "%{vmap_gid}n<~>%{Host}i<~>%h<~>%l<~>%u<~>%r<~>%>s<~>%b<~>%{Referer}i<~>%{User-Agent}i" raw CustomLog "|/usr/sbin/aplogtransfer" raw VhostMapTaggedErrorLog "|/usr/sbin/aplogerror" # Enable Features and whatnot. <Directory /home/cluster1/data> Options SymLinksIfOwnerMatch ExecCGI Includes AllowOverride All Order allow,deny Allow from all </Directory> # Deny additional dot-files as home directories # MAY lay under the web root in some cases. <Files ~ "^\.bash" > Order allow,deny Deny from all </Files> # SYS-43290: proper .ico serving AddType image/x-icon .ico AddType application/vnd.ms-word.document.macroEnabled.12 docm AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document docx AddType application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx AddType application/vnd.ms-powerpoint.template.macroEnabled.12 potm AddType application/vnd.openxmlformats-officedocument.presentationml.template potx AddType application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam AddType application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm AddType application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx AddType application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm AddType application/vnd.openxmlformats-officedocument.presentationml.presentation pptx AddType application/vnd.ms-excel.addin.macroEnabled.12 xlam AddType application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb AddType application/vnd.ms-excel.sheet.macroEnabled.12 xlsm AddType application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx AddType application/vnd.ms-excel.template.macroEnabled.12 xltm AddType application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx # mod_deflate and mod_cache for TECH-12323 ExpiresActive on ExpiresDefault "access plus 30 minutes" ExpiresDefault "modification plus 5 minutes" SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ \ no-gzip dont-vary SetEnvIfNoCase Request_URI \ \.(?:exe|t?gz|zip|bz2|sit|rar|php|php4|php5|shtm|shtml|pl|py|swf|ico|docm|docx|dotx|potm|potx|ppam|ppsm|ppsx|pptm|pptx|xlam|xlsb|xlsm|xlsx|xltm|xltx)$ \ no-gzip dont-vary SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html Header append Vary User-Agent env=!dont-vary DeflateCompressionLevel 9 DeflateFilterNote Input instream DeflateFilterNote Output outstream DeflateFilterNote Ratio ratio LogFormat '"%r" %{outstream}n/%{instream}n (%{ratio}n%%)' deflate CustomLog /dev/null deflate # Include additional Configurations. include /home/cluster1/include/*.ssl.conf