Category: Uncategorized

APS/T2C Links

APS APS Policy wiki.inmotionhosting.com Contacts wiki.inmotionhosting.com Retention wiki.inmotionhosting.com Billing Exceptions wiki.inmotionhosting.com Hardware Upgrades wiki.inmotionhosting.com WCDC Tickets docs.google.com WCDC Procedures wiki.inmotionhosting.com Power Cycling wiki.inmotionhosting.com T2C Taking Escalations wiki.inmotionhosting.com Requesting Tickets wiki.inmotionhosting.com EasyApache 3 wiki.inmotionhosting.com EasyApache 4 wiki.inmotionhosting.com Manual Apache Configuration Changes wiki.inmotionhosting.com Tomcat wiki.inmotionhosting.com MySQL Settings wiki.inmotionhosting.com MySQL Troubleshooting wiki.inmotionhosting.com PCI Compliance wiki.inmotionhosting.com T2C and PCI…
Read more

Daily To Day Links

Shellscan https://training.inmotionhosting.com/wiki/shellscan-and-screen/ Datacenter https://imhsc.imhadmin.net/index.php?v=Datacenter Installable Software https://wiki.inmotionhosting.com/index.php?title=Installable_Software_Reference Spam Experts https://wiki.inmotionhosting.com/index.php?title=SpamExperts Log Paths https://wiki.inmotionhosting.com/index.php?title=Server_Log_Paths Status IMH Internal IMH Public Cloudflare Screen Walkthroughs chasms.com DNS History dnshistory.org Uncover Cloudflare Uncover Cloudflare Common .htaccess Configs Common .htaccess Configs SED grymoire.com Exim Configs bradthemad.org Gitlab gitlab.imh-support.com Bookmarlets cynml.com Web Dig networking.ringofsaturn.com Sup Esc imh-support.com Breaker Bot imh-support.com

SSL

If a website is unable to authenticate a valid peer certificate, download this file to the server: https://curl.haxx.se/ca/cacert.pem For more information about this file, see this page. Then, you also need to setup the pem file in the PHP environment by placing this in the php.ini or .user.ini file: openssl.cafile = “/full/path/to/file/cacert.pem” curl.cainfo = “/full/path/to/file/cacert.pem”…
Read more

T1E Links

Email Exim Courier IMAP Courier IMAP Troubleshooting Guide Dovecot Exim Configuration Managing the Exim Queue Approving Mailing Lists How to change Exim’s Sending_IP Paths File Systems and Paths MySQL MySQL Basics MySQL Storage Engines MySQL Commands as Root MySQL cPanel Cpanel VPS/Dedicated cPanel Restorations Restoring cPanel Accounts on Shared Apache Apache_Troubleshooting Guide Switching PHP Versions…
Read more

AutoHotKey

An AutoHotKey to escape text for a hotkey ::.ahk:: InputBox text, text, text StringReplace, text, text, `::,“::, All StringReplace, text, text, `$,“`$, All StringReplace, text, text, `;,“`;, All StringReplace, text, text, `%,“`%, All StringReplace, text, text, `#,“`#, All StringReplace, text, text, `^,“`^, All StringReplace, text, text, `!,“`!, All StringReplace, text, text, `},“`}, All StringReplace, text,…
Read more

Nginx Configuration

Allowing AutoSSL to Work Add this at the start of your location blocks in your vhosts file’s port 80 sever block. (the vhost file is in /etc/nginx/vhosts/) location ~ “^(/\.well-known)” { expires 7d; add_header Cache-Control “public, must-revalidate”; add_header X-Proxy-Cache “STATIC/TYPE”; } location /.well-known/ { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Proto…
Read more