Posts

zimbra installation failed If Zimbra is partially installed but broken

 If Zimbra is partially installed but broken If Zimbra is partially installed but broken Stop any leftover services (if any were running): pkill -u zimbra Remove the broken installation cleanly: ./install.sh -u   # from the installer directory rm -rf /opt/zimbra Install again fresh: ./install.sh

php fpm location directadmin

http://usr/local/directadmin/data/users/USER/php/php-fpmXX.conf

Misdirected Request

  Misdirected Request The client needs a new connection for this request as the requested host name does not match the Server Name Indication (SNI) in use for this connection. echo -e "proxy_ssl_server_name on;\nproxy_ssl_name \$host;" > /etc/nginx/conf.d/fixssl.conf && service nginx restart https://forum.hestiacp.com/t/nginx-apache-ssl-421-misdirected-request/19502

Requested filesize (749) exceeds the maxfilesize value (250) directadmin

 150 MB in bytes 157286400 /usr/local/directadmin/conf maxfilesize=157286400 /etc/init.d/directadmin restart Stopping DirectAdmin:                                      [  OK  ] Starting DirectAdmin:                                      [  OK  ] done this fixed the issue

htaccess ip lock or denial

 🧪 How to Test If Apache Sees Your IP Correctly You can confirm your public IP is being seen correctly by Apache: Temporarily add this to .htaccess: apache Copy Edit Require all granted SetEnvIf Remote_Addr ".*" real_ip=$0 Header set X-Your-IP "%{real_ip}e" Then open dev tools in browser → Network tab → look at the response headers from /admin. x-powered-by PHP/5.6.40 x-your-ip 172.68.234.46 :authority www.tanswa.in ✅ Clean & Working .htaccess for IP Whitelist (Apache 2.4+) Here is the correct format for .htaccess in /admin/ to only allow 3 IPs: Require all denied Require ip 49.36.33.84 Require ip 192.227.69.212 Require ip 223.235.16.200

How to Hide Tethering from Your Mobile Operator

TLDR: Use a secure VPN to prevent DPI On your laptop, change packet TTL to 65 (iOS default 64 plus one). ••• On my recent mountain biking trip to France I accidentally booked an Airbnb without WiFi. Bummer. But hey, 5 minutes of googling and I found a perfect eSim provider that offers unlimited data for only €19/week. Who needs slow DSL-based WiFi in the apartment, when you can have 4G everywhere? After placing an order and scanning the QR-code landed in my inbox I was up and running in 30 seconds (gosh I love eSim). SpeedTest showed a strong 65 Mbit/s connection. Perfect. The only problem was - the “personal hotspot” mode didn’t work at all. As it turns out (after reading the small grey text at the bottom of their landing page) the operator does not support data sharing on unlimited plans. Challenge accepted. Let the hacking begin. How do mobile carriers detect "personal hotspot"? In short: by deep packet inspection and TCP/IP stack fingerprinting. And sometimes, your iPhone...

How to whitelist a domain for SpamAssassin

  Introduction The whitelist feature for  SpamAssassin  only allows email addresses to be whitelisted. However, wildcards can be used in an email address, which allows all email addresses at a domain to be whitelisted with a single entry.   Procedure Login to the cPanel account for which the domain will be whitelisted. Open the " Spam Filters " application in the " Email " section. Click the " Show Additional Configurations " button in the " Additional Configurations (For Advanced Users) " section. Click the " Edit Spam Whitelist Settings " button in the " Whitelist (Emails  Always  Allowed) " section. Click the ' +  Add A New "whitelist_from" Item ' button. Enter the wildcard email address for the domain in the empty line. *@domain.tld Click the " Update Whitelist (whitelist_from) " button.