# DreamHost generated Apache2 configuration
ServerAdmin webmaster@dreamhostps.com
ServerName apache2-vps52252.vps52252.dreamhostps.com
HostNameLookups off
ServerTokens ProductOnly
# User/Group
User www-data
Group "www-data"
# default is warn, too chatty
LogLevel error fcgid:warn
# not really necessary
ServerRoot /etc/apache2-apache2-vps52252
TimeOut 45
# Collect core dumps of Apache processes
CoreDumpDirectory /var/log/apache2/
# modules
LoadModule access_compat_module /usr/lib/apache2/modules/mod_access_compat.so
LoadModule auth_basic_module /usr/lib/apache2/modules/mod_auth_basic.so
LoadModule auth_digest_module /usr/lib/apache2/modules/mod_auth_digest.so
LoadModule authn_core_module /usr/lib/apache2/modules/mod_authn_core.so
LoadModule authn_dbd_module /usr/lib/apache2/modules/mod_authn_dbd.so
LoadModule authz_core_module /usr/lib/apache2/modules/mod_authz_core.so
LoadModule dbd_module /usr/lib/apache2/modules/mod_dbd.so
LoadModule filter_module /usr/lib/apache2/modules/mod_filter.so
LoadModule http2_module /usr/lib/apache2/modules/mod_http2.so
LoadModule mpm_event_module /usr/lib/apache2/modules/mod_mpm_event.so
LoadModule socache_shmcb_module /usr/lib/apache2/modules/mod_socache_shmcb.so
LoadModule authn_file_module /usr/lib/apache2/modules/mod_authn_file.so
LoadModule lua_module /usr/lib/apache2/modules/mod_lua.so
LoadModule remoteip_module /usr/lib/apache2/modules/mod_remoteip.so
LoadModule actions_module /usr/lib/apache2/modules/mod_actions.so
LoadModule alias_module /usr/lib/apache2/modules/mod_alias.so
LoadModule authz_groupfile_module /usr/lib/apache2/modules/mod_authz_groupfile.so
LoadModule authz_host_module /usr/lib/apache2/modules/mod_authz_host.so
LoadModule authz_user_module /usr/lib/apache2/modules/mod_authz_user.so
LoadModule cgid_module /usr/lib/apache2/modules/mod_cgid.so
LoadModule deflate_module /usr/lib/apache2/modules/mod_deflate.so
LoadModule dir_module /usr/lib/apache2/modules/mod_dir.so
LoadModule env_module /usr/lib/apache2/modules/mod_env.so
LoadModule expires_module /usr/lib/apache2/modules/mod_expires.so
LoadModule headers_module /usr/lib/apache2/modules/mod_headers.so
LoadModule include_module /usr/lib/apache2/modules/mod_include.so
LoadModule mime_module /usr/lib/apache2/modules/mod_mime.so
LoadModule negotiation_module /usr/lib/apache2/modules/mod_negotiation.so
LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so
LoadModule proxy_fcgi_module /usr/lib/apache2/modules/mod_proxy_fcgi.so
LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so
LoadModule reqtimeout_module /usr/lib/apache2/modules/mod_reqtimeout.so
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
LoadModule ssl_module /usr/lib/apache2/modules/mod_ssl.so
LoadModule status_module /usr/lib/apache2/modules/mod_status.so
LoadModule suexec_module /usr/lib/apache2/modules/mod_suexec.so
LoadModule fcgid_module /usr/lib/apache2/modules/mod_fcgid.so
LoadModule autoindex_module /usr/lib/apache2/modules/mod_autoindex.so
LoadModule unique_id_module /usr/lib/apache2/modules/mod_unique_id.so
LoadModule security2_module /usr/lib/apache2/modules/mod_security2.so
LoadModule setenvif_module /usr/lib/apache2/modules/mod_setenvif.so
LoadModule qos_module /usr/lib/apache2/modules/mod_qos.so
LoadModule substitute_module /usr/lib/apache2/modules/mod_substitute.so
Protocols h2 http/1.1
TraceEnable off
LuaScope conn
PassengerEnabled Off
PassengerRoot /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini
PassengerMaxPoolSize 4
PassengerPoolIdleTime 600
PassengerMaxPreloaderIdleTime 3600
PassengerMaxInstancesPerApp 2
PassengerMaxRequests 400
PassengerRuby /usr/bin/ruby
PassengerPython /usr/bin/python3
RemoteIPHeader X-Forwarded-For
RemoteIPInternalProxyList /etc/trusted-proxies.lst
# Turn the filtering engine On or Off
SecRuleEngine Off
SecRequestBodyAccess On
SecResponseBodyAccess On
SecResponseBodyMimeType (null) text/html text/plain text/xml
SecResponseBodyLimit 1572864
SecRequestBodyNoFilesLimit 2621440
SecRequestBodyLimit 536870912
SecResponseBodyLimitAction ProcessPartial
SecRequestBodyLimitAction ProcessPartial
SecDefaultAction "phase:2,log,deny,status:418"
## -- File uploads configuration -----------------------------------------------
# Temporary file storage path.
#
SecUploadDir /run/shm/modsec_upload
# Whether or not to keep the stored files.
#
# In most cases you don't want to keep the uploaded files (especially
# when there is a lot of them). It may be useful to change the setting
# to "RelevantOnly", in which case the files uploaded in suspicious
# requests will be stored.
#
SecUploadKeepFiles Off
## -- Logging ----------------------------------------------------------------
# Whether to log requests to the ModSecurity audit log.
#
# By default, only requests that trigger a ModSecurity events (as detected
# by) or a serer error are logged ("RelevantOnly"). This is a reasonable
# setting. Full logging can be set by using # "on". If the system is used
# for protection only and no logging is desired (not reccomended) logging can
# be turned of using "off"
#
# NOTE It is also possible to configure forensic logging on the
# per request basis using the "auditlog" and "noauditlog" rule
# actions.
#
# TODO The default rule set logs requests that generate a 404 "file not found"
# response. These events are interesting, but may log a lot of information.
# you may consider removing it by setting SecAuditLogRelevantStatus
# to "^(?:5|4\d[^4])".
#
SecAuditEngine RelevantOnly
SecAuditLogRelevantStatus "418"
# Log files structure
#
# You can select to log all events to a single log file (set SecAuditLogType to
# "Serial") or to log each request to a separate file (set it to "Concurrent").
# The former is usually easier to use, but if full logging is required or if
# the protected system supports a large transaction volume the later may
# be a better option.
#
# TODO Set the SecAuditLog (for "Serial" logging) or SecAuditLogStorageDir (for
# "Concurrent" logging).
#
# TODO If you change from "Serial" to "Concurrent" uncomment the
# SecAuditLogStorageDir directive and make sure the direcory specified
# exists and has write permissions for the Apache user.
#SecAuditLogType Serial
SecAuditLog /var/log/mod_sec/modsec_audit.log
SecAuditLogStorageDir /var/log/
# Select what portions of the request to log
#
# Modify the string by adding any of the letter below to it:
# A - audit log header (mandatory)
# B - request headers
# C - request body (present only if the request body exists and ModSecurity is
# configured to intercept it)
# E - intermediary response body (present only if ModSecurity is configured to
# intercept response bodies, and if the audit log engine is configured to
# record it). Intermediary response body is the same as the actual response
# body unless ModSecurity intercepts the intermediary response body, in
# which case the actual response body will contain the error message
# (either the Apache default error message, or the ErrorDocument page).
# F - final response headers (excluding the Date and Server headers, which are
# always added by Apache in the late stage of content delivery).
# H - audit log trailer
# I - This part is a replacement for part C. It will log the same data as C in
# all cases except when multipart/form-data encoding in used. In this case
# it will log a fake application/x-www-form-urlencoded body that contains
# the information about parameters but not about the files. This is handy
# if you don't want to have (often large) files stored in your audit logs.
# Z - final boundary, signifies the end of the entry (mandatory)
SecAuditLogParts "ABFHZ"
# Parameters separator
#
# Specifies which character to use as separator for
# application/x-www-form-urlencoded content.
# Defaults to "&". Applications are sometimes (very rarely) written to use
# a semicolon (";").
#
# NOTE Changing the value for this directive has significant influence on how
# ModSecurity works. Make the change only if you are absolutely sure it
# is required.
SecArgumentSeparator "&"
# Selects the cookie format that will be used in the current configuration
# context.
#
# Possible values are:
# 0 - use version 0 (Netscape) cookies. This is what most applications use.
# It is the default value.
# 1 - use version 1 cookies.
SecCookieFormat 0
# Maximum size of the request body to keep in memory
#
# A higher value requires more server memory while a lower number would slow
# the server due to additional disk access. By default the limit is 128 KB:
SecRequestBodyInMemoryLimit 131072
# Whether to send ModSecurity messages to a separate debug log.
#
# Debug messages are very useful for, well, debugging. The default
# setting here copies (they always appear in the Apache error log)
# only the most important messages (errors and warnings).
#
# NOTE Debug logging is generally very slow. You should never
# use values greater than "3" in production.
#
#SecDebugLog /dh/apache2/logs/modsec_debug.log
#SecDebugLogLevel 3
# Path where persistent data (e.g. IP address data, session data, etc) is to
# be stored. Must be writable by the web server user.
#
# TODO It is advisable to create a directory structure for ModSecurity such as
# /var/log/msa and create sub directories for SecDataDir, SecTmpDir,
# SecUploadDir, SecAuditLog and SecAuditLogStorageDir
# underneath it and set the permission for read and write only by the
# Apache user.
SecDataDir /run/shm/apache2-vps52252
# Configures the directory where temporary files will be created.
SecTmpDir /run/shm/modsec_tmp
# Include DH ModSecurity rules
Include /etc/modsecurity/mod_sec3_CRS/mod_sec.conf
IdleScanInterval 30
FcgidIdleTimeout 60
## the overhead for spawning a new fcgid process is pretty minimal (at least for PHP where I've tested it)
## setting this to 0 could potentially save a lot of memory after a while
FcgidMinProcessesPerClass 0
FcgidMaxProcessesPerClass 5
FcgidInitialEnv RAILS_ENV production
FcgidMaxRequestsPerProcess 500
FcgidConnectTimeout 10
FcgidIOTimeout 300
FcgidBusyTimeout 300
FcgidProcessTableFile /var/run/apache2/apache2-vps52252_fcgid_shm
FcgidMaxRequestLen 268435456
ModPagespeed off
ModPagespeedUrlPrefix http://apache2-vps52252.vps52252.dreamhostps.com/_pspd/
ModPagespeedFileCacheCleanIntervalMs 3600000
ModPagespeedFileCacheSizeKb 1024000
ModPagespeedFileCachePath "/var/mod_pagespeed/cache/"
ModPagespeedGeneratedFilePrefix "/var/mod_pagespeed/files/"
FileETag MTime Size
Alias /dh-xcache-admin /dh/web/xcache-admin
# logs
ErrorLog /var/log/apache2/apache2-vps52252.error.log
LogFormat "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""
# other files
PidFile /var/run/apache2-vps52252-httpd.pid
# mime.types!
TypesConfig /etc/mime.types
# performance
StartServers 1
ServerLimit 18
MaxRequestWorkers 1024
ThreadsPerChild 224
ThreadLimit 10000
MinSpareThreads 20
ServerLimit 300
MaxClients 300
MinSpareServers 5
MaxSpareServers 10
MaxRequestsPerChild 10000
KeepAliveTimeout 5
GracefulShutDownTimeout 30
# mod_status
ExtendedStatus on
SetHandler server-status
SetHandler qos-viewer
AddHandler php5-cgi .php
Require all denied
# self
Require ip 205.196.209.3
Require ip 205.196.209.3
# DC Office Public
Require ip 66.33.200.69
Require ip 208.113.156.26
# DC Central Public NAT
Require ip 64.90.32.69
Require ip 66.33.206.8
Require ip 208.113.156.25
Require ip 66.33.200.4
# Offices Private
Require ip 192.168.0.0/16
# Internal Private
Require ip 10.5.0.0/16
# this SHOULD just work with the first line, but doesn't fully
# alternatively the first line should be able to be "AddType text/html .shtml"
# but that also doesn't seem to work fully.
AddHandler server-parsed .shtml
AddOutputFilter INCLUDES shtml
# This is an SSI-PHP-Include-safe way of turning off gzip for .shtm/.shtml files files
# Dallas found that adding and removing filters/handlers wasn't reliable and we need to make
# sure that the included PHP isn't compressed either.
SetEnvIfNoCase Request_URI \.shtml?$ no-gzip
# Disabling because this ulatimately sends 500s through php again, jacking load
#ErrorDocument 500 /internal_error.html
ErrorDocument 404 /missing.html
ErrorDocument 403 /forbidden.html
ErrorDocument 401 /failed_auth.html
# keep people from reading users' .env , .htaccess and .htpasswd files
Require all denied
Require all denied
Require all denied
Require all denied
Require all denied
Require all denied
# Index
IndexOptions FancyIndexing
ReadmeName README.html
HeaderName HEADER.html
IndexIgnore */.??* *~ *# */HEADER.html */README.html
# Mod-SSL stuff!
SSLSessionCache shmcb:/var/run/apache2/apache2-vps52252_session_cache(512000)
SSLSessionTickets off
SSLStaplingCache shmcb:/var/run/apache2/apache2-vps52252_stapling_cache(128000000)
SSLSessionCacheTimeout 300
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLHonorCipherOrder on
SSLCipherSuite TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:!DHE-RSA-CHACHA20-POLY1305:!aNULL:!eNULL:!SHA1:!SRP:!ADH:!DSS:!MD5:!PSK:!CAMELLIA:!LOW:!DES:!3DES:!RC4:!EXP:!aECDH:!DES-CBC3-SHA:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA:!ECDHE-ECDSA-AES128-SHA:!ECDHE-RSA-AES128-SHA:!ECDHE-ECDSA-AES256-SHA:!ECDHE-RSA-AES256-SHA:!AES256-GCM-SHA384
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
SSLCompression off
# PHP-CGI stuff!
Alias /cgi-system /dh/cgi-system
AddHandler cgi-script .cgi
Options -Indexes
Options ExecCGI
RewriteEngine On
RewriteMap tolower int:tolower
RewriteMap toupper int:toupper
RewriteMap escape int:escape
RewriteMap unescape int:unescape
UseCanonicalName off
AllowOverride None
RequestReadTimeout header=10-20,MinRate=500 body=20,MinRate=500
## custom (service param)
H2StreamTimeout 45
## ip bindings
Listen 205.196.209.3:80
Listen 205.196.209.3:443
# Default virtual hosts
DocumentRoot /dh/web/missing
ServerName missing.dreamhost.org
ErrorDocument 404 /index.html
Options None
AllowOverride None
DocumentRoot /dh/web/missing
ServerName missing.dreamhost.org
ErrorDocument 404 /index.html
Options None
AllowOverride None
SSLEngine on
SSLCertificateFile /etc/apache2-apache2-vps52252/keys/sni.dreamhost.com.crt
SSLCertificateKeyFile /etc/apache2-apache2-vps52252/keys/sni.dreamhost.com.key
# CVE-2016-5387 (httpoxy) - Header 'Proxy' => "HTTP_PROXY" env variable
RequestHeader unset Proxy early
LogFormat "%h %{DH_USER}e %{account_id}e %t %v \"%r\" %>s %D \"%{Referer}i\" \"%{User-agent}i\"" mega_vector
GlobalLog "|/usr/bin/socat -s stdin UNIX-SENDTO:/var/container_share/vector/vector-apache.sock" mega_vector
## virtualhosts
## tucaranomiente.com : dsid 53336503, type http (cgi)
ServerName tucaranomiente.com
ServerAlias www.tucaranomiente.com tucaranomiente.com.dream.website www.tucaranomiente.com.dream.website
SetEnv DH_USER dh_jjzjk8
SetEnv account_id 602214
DocumentRoot /home/dh_jjzjk8/tucaranomiente.com
RewriteCond %{ENV:HTTPS} !=on
RewriteRule ^(.*) https://tucaranomiente.com$1 [R=301,NE,E=DH_USER:dh_jjzjk8,E=account_id:602214]
## tucaranomiente.com : dsid 53336504, type https (cgi)
AliasMatch ^/\.well-known/acme-challenge/([a-zA-Z0-9_-]+$) "/dev/shm/acme_tucaranomiente.com/$1"
ServerAdmin webmaster@tucaranomiente.com
DocumentRoot /home/dh_jjzjk8/tucaranomiente.com
ServerName tucaranomiente.com
ServerAlias www.tucaranomiente.com tucaranomiente.com.dream.website www.tucaranomiente.com.dream.website
DirectoryIndex index.html index.shtml index.htm Index.html Index.htm Index.shtml page1.html index.pl index.cgi index.php index.php3 index.phtml home.htm home.html home.shtml index.wml index.pcgi default.htm Default.htm default.html Default.html default.shtml Default.shtml quickstart.html main.html Main.html
ErrorLog /home/_domain_logs/dh_jjzjk8/tucaranomiente.com/https.53336504/error.log
Alias /stats /home/_domain_logs/dh_jjzjk8/tucaranomiente.com/https.53336504/html
AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymlinksIfOwnerMatch,FollowSymlinks
Alias /doc/analog /usr/share/analog
RewriteEngine on
RewriteMap tolower int:tolower
RewriteMap toupper int:toupper
RewriteMap escape int:escape
RewriteMap unescape int:unescape
RewriteRule ^/dh_phpmyadmin/([^/]*)/?(.*) https://west1-phpmyadmin.dreamhost.com/signon.php?pma_servername=$1
SuexecUserGroup #6697547 #629208
AddOutputFilterByType DEFLATE application/javascript application/rss+xml application/vnd.ms-fontobject application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/opentype font/otf font/ttf image/svg+xml image/x-icon text/css text/html text/javascript text/plain text/xml
DeflateMemLevel 5
DeflateCompressionLevel 5
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch MSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymlinksIfOwnerMatch,FollowSymLinks
Alias "/quickstart.html" "/dh/web/quickstart.html"
SetOutputFilter SUBSTITUTE;DEFLATE
Substitute "s|$domain|tucaranomiente.com|n"
AddHandler cgi-script .cgi .pl .py
Options Includes Indexes SymLinksIfOwnerMatch ExecCGI
AddHandler php5-cgi .php .php3 .phtml .pcgi .php5 .pcgi5 .php4 .pcgi4
Header append Vary: Accept-Encoding
# Turn on the module.
ExpiresActive on
# Set the default expiry times.
ExpiresDefault "access plus 2 days"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/svg+xml "access 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/ico "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 month"
ExpiresByType text/html "access plus 600 seconds"
RemoveHandler .php
RemoveHandler .php4
RemoveHandler .php5
AddHandler fcgid-script fcg fcgi fpl
AddHandler fcgid-script .php .phtml .php5 .pcgi5
FCGIWrapper "/dh/cgi-system/php83.cgi" .php
FCGIWrapper "/dh/cgi-system/php83.cgi" .phtml
FCGIWrapper "/dh/cgi-system/php83.cgi" .pcgi
FCGIWrapper "/dh/cgi-system/php83.cgi" .php5
FCGIWrapper "/dh/cgi-system/php83.cgi" .pcgi5
QS_SrvMaxConnPerIP 70
# php_myadmin doesn't work with php-cgi for some reason.
EnableSendfile Off
EnableMMAP Off
SecFilterEngine Off
SecRuleEngine Off
AddHandler php5-cgi .php .php3 .phtml .pcgi .php5 .pcgi5
RewriteEngine On
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
SecFilterEngine On
SecRuleEngine On
# type specifics
SSLEnable
SSLCertificateFile /etc/apache2-apache2-vps52252/keys/tucaranomiente.com.crt
SSLCertificateKeyFile /etc/apache2-apache2-vps52252/keys/tucaranomiente.com.key
SSLCertificateChainFile /etc/apache2-apache2-vps52252/keys/tucaranomiente.com.int
SSLEngine on
SSLCACertificateFile /etc/ssl/certs/ca-certificates.crt
SSLCertificateFile /etc/apache2-apache2-vps52252/keys/tucaranomiente.com.crt
SSLCertificateKeyFile /etc/apache2-apache2-vps52252/keys/tucaranomiente.com.key
SSLCertificateChainFile /etc/apache2-apache2-vps52252/keys/tucaranomiente.com.int
SSLUseStapling on
SSLStaplingResponderTimeout 2
SSLStaplingReturnResponderErrors off
SSLStaplingFakeTryLater off
SSLStaplingStandardCacheTimeout 86400
SetEnvIf User-Agent ".*MSIE [2-5]\..*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
# php
AddType application/x-httpd-php .php .php4 .php3 .phtml
php_admin_value open_basedir /dh/web/phpmyadmin:/tmp:/usr/local/lib/php:/home/dh_jjzjk8:/home/dh_jjzjk8
Action php5-cgi /cgi-system/php83.cgi
SetEnv dsid 53336504
SetEnv ds_id_53336504
SetEnv DH_USER dh_jjzjk8
SetEnv account_id 602214
CustomLog /var/log/apache2/apache2-vps52252.mega.log "jairoyair dh_jjzjk8 %v %t %a \"%r\" %>s \"%{User-agent}i\" \"%f\" %D \"%{copper-block-reason}o\"
CustomLog /home/_domain_logs/dh_jjzjk8/tucaranomiente.com/https.53336504/access.log "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-agent}i\" "
## ideaz3d.com : dsid 24831984, type http (cgi)
AliasMatch ^/\.well-known/acme-challenge/([a-zA-Z0-9_-]+$) "/dev/shm/acme_ideaz3d.com/$1"
ServerAdmin webmaster@ideaz3d.com
DocumentRoot /home/ideaz3dvps/ideaz3d.com
ServerName ideaz3d.com
ServerAlias www.ideaz3d.com ideaz3d.com.dream.website www.ideaz3d.com.dream.website
DirectoryIndex index.html index.shtml index.htm Index.html Index.htm Index.shtml page1.html index.pl index.cgi index.php index.php3 index.phtml home.htm home.html home.shtml index.wml index.pcgi default.htm Default.htm default.html Default.html default.shtml Default.shtml quickstart.html main.html Main.html
ErrorLog /home/_domain_logs/ideaz3dvps/ideaz3d.com/http.24831984/error.log
Alias /stats /home/_domain_logs/ideaz3dvps/ideaz3d.com/http.24831984/html
AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymlinksIfOwnerMatch,FollowSymlinks
Alias /doc/analog /usr/share/analog
RewriteEngine on
RewriteMap tolower int:tolower
RewriteMap toupper int:toupper
RewriteMap escape int:escape
RewriteMap unescape int:unescape
RewriteCond %{HTTP_HOST} =ideaz3d.com [NC]
RewriteRule ^(.*) http://www.ideaz3d.com$1 [R=301,NE,E=DH_USER:ideaz3dvps,E=account_id:602214]
RewriteRule ^/dh_phpmyadmin/([^/]*)/?(.*) https://west1-phpmyadmin.dreamhost.com/signon.php?pma_servername=$1
SuexecUserGroup #14452240 #629208
AddOutputFilterByType DEFLATE application/javascript application/rss+xml application/vnd.ms-fontobject application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/opentype font/otf font/ttf image/svg+xml image/x-icon text/css text/html text/javascript text/plain text/xml
DeflateMemLevel 5
DeflateCompressionLevel 5
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch MSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymlinksIfOwnerMatch,FollowSymLinks
Alias "/quickstart.html" "/dh/web/quickstart.html"
SetOutputFilter SUBSTITUTE;DEFLATE
Substitute "s|$domain|ideaz3d.com|n"
AddHandler cgi-script .cgi .pl .py
Options Includes Indexes SymLinksIfOwnerMatch ExecCGI
AddHandler php5-cgi .php .php3 .phtml .pcgi .php5 .pcgi5 .php4 .pcgi4
Header append Vary: Accept-Encoding
# Turn on the module.
ExpiresActive on
# Set the default expiry times.
ExpiresDefault "access plus 2 days"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/svg+xml "access 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/ico "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 month"
ExpiresByType text/html "access plus 600 seconds"
RemoveHandler .php
RemoveHandler .php4
RemoveHandler .php5
AddHandler fcgid-script fcg fcgi fpl
AddHandler fcgid-script .php .phtml .php5 .pcgi5
FCGIWrapper "/dh/cgi-system/php56.cgi" .php
FCGIWrapper "/dh/cgi-system/php56.cgi" .phtml
FCGIWrapper "/dh/cgi-system/php56.cgi" .pcgi
FCGIWrapper "/dh/cgi-system/php56.cgi" .php5
FCGIWrapper "/dh/cgi-system/php56.cgi" .pcgi5
QS_SrvMaxConnPerIP 70
# php_myadmin doesn't work with php-cgi for some reason.
EnableSendfile Off
EnableMMAP Off
SecFilterEngine Off
SecRuleEngine Off
AddHandler php5-cgi .php .php3 .phtml .pcgi .php5 .pcgi5
RewriteEngine On
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
SecFilterEngine On
SecRuleEngine On
AddOutputFilterByType DEFLATE application/javascript application/rss+xml application/vnd.ms-fontobject application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/opentype font/otf font/ttf image/svg+xml image/x-icon text/css text/html text/javascript text/plain text/xml
DeflateMemLevel 5
DeflateCompressionLevel 5
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch MSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
# type specifics
# php
AddType application/x-httpd-php .php .php4 .php3 .phtml
php_admin_value open_basedir /dh/web/phpmyadmin:/tmp:/usr/local/lib/php:/home/ideaz3dvps:/home/ideaz3dvps
Action php5-cgi /cgi-system/php56.cgi
SetEnv dsid 24831984
SetEnv ds_id_24831984
SetEnv DH_USER ideaz3dvps
SetEnv account_id 602214
CustomLog /var/log/apache2/apache2-vps52252.mega.log "jairoyair ideaz3dvps %v %t %a \"%r\" %>s \"%{User-agent}i\" \"%f\" %D \"%{copper-block-reason}o\"
CustomLog /home/_domain_logs/ideaz3dvps/ideaz3d.com/http.24831984/access.log "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-agent}i\" "
## ideaz3d.com : dsid 25074998, type https (cgi)
AliasMatch ^/\.well-known/acme-challenge/([a-zA-Z0-9_-]+$) "/dev/shm/acme_ideaz3d.com/$1"
ServerAdmin webmaster@ideaz3d.com
DocumentRoot /home/ideaz3dvps/ideaz3d.com
ServerName ideaz3d.com
ServerAlias www.ideaz3d.com ideaz3d.com.dream.website www.ideaz3d.com.dream.website
DirectoryIndex index.html index.shtml index.htm Index.html Index.htm Index.shtml page1.html index.pl index.cgi index.php index.php3 index.phtml home.htm home.html home.shtml index.wml index.pcgi default.htm Default.htm default.html Default.html default.shtml Default.shtml quickstart.html main.html Main.html
ErrorLog /home/_domain_logs/ideaz3dvps/ideaz3d.com/https.25074998/error.log
Alias /stats /home/_domain_logs/ideaz3dvps/ideaz3d.com/https.25074998/html
AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymlinksIfOwnerMatch,FollowSymlinks
Alias /doc/analog /usr/share/analog
RewriteEngine on
RewriteMap tolower int:tolower
RewriteMap toupper int:toupper
RewriteMap escape int:escape
RewriteMap unescape int:unescape
RewriteCond %{HTTP_HOST} =ideaz3d.com [NC]
RewriteRule ^(.*) https://www.ideaz3d.com$1 [R=301,NE,E=DH_USER:ideaz3dvps,E=account_id:602214]
RewriteRule ^/dh_phpmyadmin/([^/]*)/?(.*) https://west1-phpmyadmin.dreamhost.com/signon.php?pma_servername=$1
SuexecUserGroup #14452240 #629208
AddOutputFilterByType DEFLATE application/javascript application/rss+xml application/vnd.ms-fontobject application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/opentype font/otf font/ttf image/svg+xml image/x-icon text/css text/html text/javascript text/plain text/xml
DeflateMemLevel 5
DeflateCompressionLevel 5
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch MSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymlinksIfOwnerMatch,FollowSymLinks
Alias "/quickstart.html" "/dh/web/quickstart.html"
SetOutputFilter SUBSTITUTE;DEFLATE
Substitute "s|$domain|ideaz3d.com|n"
AddHandler cgi-script .cgi .pl .py
Options Includes Indexes SymLinksIfOwnerMatch ExecCGI
AddHandler php5-cgi .php .php3 .phtml .pcgi .php5 .pcgi5 .php4 .pcgi4
Header append Vary: Accept-Encoding
# Turn on the module.
ExpiresActive on
# Set the default expiry times.
ExpiresDefault "access plus 2 days"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/svg+xml "access 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/ico "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 month"
ExpiresByType text/html "access plus 600 seconds"
RemoveHandler .php
RemoveHandler .php4
RemoveHandler .php5
AddHandler fcgid-script fcg fcgi fpl
AddHandler fcgid-script .php .phtml .php5 .pcgi5
FCGIWrapper "/dh/cgi-system/php56.cgi" .php
FCGIWrapper "/dh/cgi-system/php56.cgi" .phtml
FCGIWrapper "/dh/cgi-system/php56.cgi" .pcgi
FCGIWrapper "/dh/cgi-system/php56.cgi" .php5
FCGIWrapper "/dh/cgi-system/php56.cgi" .pcgi5
QS_SrvMaxConnPerIP 70
# php_myadmin doesn't work with php-cgi for some reason.
EnableSendfile Off
EnableMMAP Off
SecFilterEngine Off
SecRuleEngine Off
AddHandler php5-cgi .php .php3 .phtml .pcgi .php5 .pcgi5
RewriteEngine On
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
# type specifics
SSLEnable
SSLCertificateFile /etc/apache2-apache2-vps52252/keys/ideaz3d.com.crt
SSLCertificateKeyFile /etc/apache2-apache2-vps52252/keys/ideaz3d.com.key
SSLCertificateChainFile /etc/apache2-apache2-vps52252/keys/ideaz3d.com.int
SSLEngine on
SSLCACertificateFile /etc/ssl/certs/ca-certificates.crt
SSLCertificateFile /etc/apache2-apache2-vps52252/keys/ideaz3d.com.crt
SSLCertificateKeyFile /etc/apache2-apache2-vps52252/keys/ideaz3d.com.key
SSLCertificateChainFile /etc/apache2-apache2-vps52252/keys/ideaz3d.com.int
SSLUseStapling on
SSLStaplingResponderTimeout 2
SSLStaplingReturnResponderErrors off
SSLStaplingFakeTryLater off
SSLStaplingStandardCacheTimeout 86400
SetEnvIf User-Agent ".*MSIE [2-5]\..*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
# php
AddType application/x-httpd-php .php .php4 .php3 .phtml
php_admin_value open_basedir /dh/web/phpmyadmin:/tmp:/usr/local/lib/php:/home/ideaz3dvps:/home/ideaz3dvps
Action php5-cgi /cgi-system/php56.cgi
SetEnv dsid 25074998
SetEnv ds_id_25074998
SetEnv DH_USER ideaz3dvps
SetEnv account_id 602214
CustomLog /var/log/apache2/apache2-vps52252.mega.log "jairoyair ideaz3dvps %v %t %a \"%r\" %>s \"%{User-agent}i\" \"%f\" %D \"%{copper-block-reason}o\"
CustomLog /home/_domain_logs/ideaz3dvps/ideaz3d.com/https.25074998/access.log "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-agent}i\" "
## ideaz3d.net : dsid 29685614, type http (cgi)
AliasMatch ^/\.well-known/acme-challenge/([a-zA-Z0-9_-]+$) "/dev/shm/acme_ideaz3d.net/$1"
ServerAdmin webmaster@ideaz3d.net
DocumentRoot /home/ideaz3dnet/ideaz3d.net
ServerName ideaz3d.net
ServerAlias www.ideaz3d.net ideaz3d.net.dream.website www.ideaz3d.net.dream.website
DirectoryIndex index.html index.shtml index.htm Index.html Index.htm Index.shtml page1.html index.pl index.cgi index.php index.php3 index.phtml home.htm home.html home.shtml index.wml index.pcgi default.htm Default.htm default.html Default.html default.shtml Default.shtml quickstart.html main.html Main.html
ErrorLog /home/_domain_logs/ideaz3dnet/ideaz3d.net/http.29685614/error.log
Alias /stats /home/_domain_logs/ideaz3dnet/ideaz3d.net/http.29685614/html
AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymlinksIfOwnerMatch,FollowSymlinks
Alias /doc/analog /usr/share/analog
RewriteEngine on
RewriteMap tolower int:tolower
RewriteMap toupper int:toupper
RewriteMap escape int:escape
RewriteMap unescape int:unescape
RewriteRule ^/dh_phpmyadmin/([^/]*)/?(.*) https://west1-phpmyadmin.dreamhost.com/signon.php?pma_servername=$1
SuexecUserGroup #15273622 #629208
AddOutputFilterByType DEFLATE application/javascript application/rss+xml application/vnd.ms-fontobject application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/opentype font/otf font/ttf image/svg+xml image/x-icon text/css text/html text/javascript text/plain text/xml
DeflateMemLevel 5
DeflateCompressionLevel 5
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch MSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymlinksIfOwnerMatch,FollowSymLinks
Alias "/quickstart.html" "/dh/web/quickstart.html"
SetOutputFilter SUBSTITUTE;DEFLATE
Substitute "s|$domain|ideaz3d.net|n"
AddHandler cgi-script .cgi .pl .py
Options Includes Indexes SymLinksIfOwnerMatch ExecCGI
AddHandler php5-cgi .php .php3 .phtml .pcgi .php5 .pcgi5 .php4 .pcgi4
Header append Vary: Accept-Encoding
# Turn on the module.
ExpiresActive on
# Set the default expiry times.
ExpiresDefault "access plus 2 days"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/svg+xml "access 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/ico "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 month"
ExpiresByType text/html "access plus 600 seconds"
RemoveHandler .php
RemoveHandler .php4
RemoveHandler .php5
AddHandler fcgid-script fcg fcgi fpl
AddHandler fcgid-script .php .phtml .php5 .pcgi5
FCGIWrapper "/dh/cgi-system/php74.cgi" .php
FCGIWrapper "/dh/cgi-system/php74.cgi" .phtml
FCGIWrapper "/dh/cgi-system/php74.cgi" .pcgi
FCGIWrapper "/dh/cgi-system/php74.cgi" .php5
FCGIWrapper "/dh/cgi-system/php74.cgi" .pcgi5
QS_SrvMaxConnPerIP 70
# php_myadmin doesn't work with php-cgi for some reason.
EnableSendfile Off
EnableMMAP Off
SecFilterEngine Off
SecRuleEngine Off
AddHandler php5-cgi .php .php3 .phtml .pcgi .php5 .pcgi5
RewriteEngine On
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
SecFilterEngine On
SecRuleEngine On
AddOutputFilterByType DEFLATE application/javascript application/rss+xml application/vnd.ms-fontobject application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/opentype font/otf font/ttf image/svg+xml image/x-icon text/css text/html text/javascript text/plain text/xml
DeflateMemLevel 5
DeflateCompressionLevel 5
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch MSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
# type specifics
# php
AddType application/x-httpd-php .php .php4 .php3 .phtml
php_admin_value open_basedir /dh/web/phpmyadmin:/tmp:/usr/local/lib/php:/home/ideaz3dnet:/home/ideaz3dnet
Action php5-cgi /cgi-system/php74.cgi
SetEnv dsid 29685614
SetEnv ds_id_29685614
SetEnv DH_USER ideaz3dnet
SetEnv account_id 602214
CustomLog /var/log/apache2/apache2-vps52252.mega.log "jairoyair ideaz3dnet %v %t %a \"%r\" %>s \"%{User-agent}i\" \"%f\" %D \"%{copper-block-reason}o\"
CustomLog /home/_domain_logs/ideaz3dnet/ideaz3d.net/http.29685614/access.log "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-agent}i\" "
## ideaz3d.mx : dsid 29635520, type http (cgi)
AliasMatch ^/\.well-known/acme-challenge/([a-zA-Z0-9_-]+$) "/dev/shm/acme_ideaz3d.mx/$1"
ServerAdmin webmaster@ideaz3d.mx
DocumentRoot /home/ideaz3dmx/ideaz3d.mx
ServerName ideaz3d.mx
ServerAlias www.ideaz3d.mx ideaz3d.mx.dream.website www.ideaz3d.mx.dream.website
DirectoryIndex index.html index.shtml index.htm Index.html Index.htm Index.shtml page1.html index.pl index.cgi index.php index.php3 index.phtml home.htm home.html home.shtml index.wml index.pcgi default.htm Default.htm default.html Default.html default.shtml Default.shtml quickstart.html main.html Main.html
ErrorLog /home/_domain_logs/ideaz3dmx/ideaz3d.mx/http.29635520/error.log
Alias /stats /home/_domain_logs/ideaz3dmx/ideaz3d.mx/http.29635520/html
AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymlinksIfOwnerMatch,FollowSymlinks
Alias /doc/analog /usr/share/analog
RewriteEngine on
RewriteMap tolower int:tolower
RewriteMap toupper int:toupper
RewriteMap escape int:escape
RewriteMap unescape int:unescape
RewriteCond %{HTTP_HOST} =ideaz3d.mx [NC]
RewriteRule ^(.*) http://www.ideaz3d.mx$1 [R=301,NE,E=DH_USER:ideaz3dmx,E=account_id:602214]
RewriteRule ^/dh_phpmyadmin/([^/]*)/?(.*) https://west1-phpmyadmin.dreamhost.com/signon.php?pma_servername=$1
SuexecUserGroup #15254196 #629208
AddOutputFilterByType DEFLATE application/javascript application/rss+xml application/vnd.ms-fontobject application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/opentype font/otf font/ttf image/svg+xml image/x-icon text/css text/html text/javascript text/plain text/xml
DeflateMemLevel 5
DeflateCompressionLevel 5
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch MSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymlinksIfOwnerMatch,FollowSymLinks
Alias "/quickstart.html" "/dh/web/quickstart.html"
SetOutputFilter SUBSTITUTE;DEFLATE
Substitute "s|$domain|ideaz3d.mx|n"
AddHandler cgi-script .cgi .pl .py
Options Includes Indexes SymLinksIfOwnerMatch ExecCGI
AddHandler php5-cgi .php .php3 .phtml .pcgi .php5 .pcgi5 .php4 .pcgi4
Header append Vary: Accept-Encoding
# Turn on the module.
ExpiresActive on
# Set the default expiry times.
ExpiresDefault "access plus 2 days"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/svg+xml "access 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/ico "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 month"
ExpiresByType text/html "access plus 600 seconds"
RemoveHandler .php
RemoveHandler .php4
RemoveHandler .php5
AddHandler fcgid-script fcg fcgi fpl
AddHandler fcgid-script .php .phtml .php5 .pcgi5
FCGIWrapper "/dh/cgi-system/php74.cgi" .php
FCGIWrapper "/dh/cgi-system/php74.cgi" .phtml
FCGIWrapper "/dh/cgi-system/php74.cgi" .pcgi
FCGIWrapper "/dh/cgi-system/php74.cgi" .php5
FCGIWrapper "/dh/cgi-system/php74.cgi" .pcgi5
QS_SrvMaxConnPerIP 70
# php_myadmin doesn't work with php-cgi for some reason.
EnableSendfile Off
EnableMMAP Off
SecFilterEngine Off
SecRuleEngine Off
AddHandler php5-cgi .php .php3 .phtml .pcgi .php5 .pcgi5
RewriteEngine On
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
SecFilterEngine On
SecRuleEngine On
AddOutputFilterByType DEFLATE application/javascript application/rss+xml application/vnd.ms-fontobject application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/opentype font/otf font/ttf image/svg+xml image/x-icon text/css text/html text/javascript text/plain text/xml
DeflateMemLevel 5
DeflateCompressionLevel 5
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch MSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
# type specifics
# php
AddType application/x-httpd-php .php .php4 .php3 .phtml
php_admin_value open_basedir /dh/web/phpmyadmin:/tmp:/usr/local/lib/php:/home/ideaz3dmx:/home/ideaz3dmx
Action php5-cgi /cgi-system/php74.cgi
SetEnv dsid 29635520
SetEnv ds_id_29635520
SetEnv DH_USER ideaz3dmx
SetEnv account_id 602214
CustomLog /var/log/apache2/apache2-vps52252.mega.log "jairoyair ideaz3dmx %v %t %a \"%r\" %>s \"%{User-agent}i\" \"%f\" %D \"%{copper-block-reason}o\"
CustomLog /home/_domain_logs/ideaz3dmx/ideaz3d.mx/http.29635520/access.log "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-agent}i\" "
## aloy3d.com : dsid 37927745, type http (redirect)
AliasMatch ^/\.well-known/acme-challenge/([a-zA-Z0-9_-]+$) "/dev/shm/acme_aloy3d.com/$1"
ServerAdmin webmaster@aloy3d.com
ServerName aloy3d.com
ServerAlias www.aloy3d.com aloy3d.com.dream.website www.aloy3d.com.dream.website
DirectoryIndex index.html index.shtml index.htm Index.html Index.htm Index.shtml page1.html index.pl index.cgi index.php index.php3 index.phtml home.htm home.html home.shtml index.wml index.pcgi default.htm Default.htm default.html Default.html default.shtml Default.shtml quickstart.html main.html Main.html
Alias /stats /html
AllowOverride AuthConfig FileInfo Indexes Limit Options=ExecCGI,Includes,Indexes,MultiViews,SymlinksIfOwnerMatch,FollowSymlinks
Alias /doc/analog /usr/share/analog
RewriteEngine on
RewriteMap tolower int:tolower
RewriteMap toupper int:toupper
RewriteMap escape int:escape
RewriteMap unescape int:unescape
SuexecUserGroup #14452240 #629208
AddOutputFilterByType DEFLATE application/javascript application/rss+xml application/vnd.ms-fontobject application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/opentype font/otf font/ttf image/svg+xml image/x-icon text/css text/html text/javascript text/plain text/xml
DeflateMemLevel 5
DeflateCompressionLevel 5
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch MSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
QS_SrvMaxConnPerIP 70
# php_myadmin doesn't work with php-cgi for some reason.
EnableSendfile Off
EnableMMAP Off
SecFilterEngine Off
SecRuleEngine Off
AddHandler php5-cgi .php .php3 .phtml .pcgi .php5 .pcgi5
RewriteEngine On
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
SecFilterEngine On
SecRuleEngine On
Redirect permanent / http://aloy3d.com.mx/
AddOutputFilterByType DEFLATE application/javascript application/rss+xml application/vnd.ms-fontobject application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/opentype font/otf font/ttf image/svg+xml image/x-icon text/css text/html text/javascript text/plain text/xml
DeflateMemLevel 5
DeflateCompressionLevel 5
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch MSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
# type specifics
# php
AddType application/x-httpd-php .php .php4 .php3 .phtml
Action php5-cgi /cgi-system/php83.cgi
SetEnv dsid 37927745
SetEnv ds_id_37927745
SetEnv DH_USER ideaz3dvps
SetEnv account_id 602214
CustomLog /var/log/apache2/apache2-vps52252.mega.log "jairoyair ideaz3dvps %v %t %a \"%r\" %>s \"%{User-agent}i\" \"%f\" %D \"%{copper-block-reason}o\"