kadrin
- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
Comments
Recent activity by kadrin-
Brotli gives slightly faster decompression than deflate. Use only one to avoid conflicts and double CPU work
-
Did you install a paid certificate properly? Install SSL Certificate cPanel 11
-
Good question. I am also interested to get an answer.
-
If you use WHM you can disable redirect from the "Tweak Settings" area, select the tab named "Redirection"
-
Cpanel does log all HTTP traffic to WHM, webmail, and cPanel access. All cPanel logs are located in the /usr/local/cpanel/logs directory.
-
Try perl -T #!/usr/bin/perl -T use 5.010; use CGI; use strict; use warnings; my $q = CGI->new(); say $q->header(), $q->start_html(); my $file = '../_new.jpg'; $file = '../DSC4883.jpg'; use Image...
-
Any recent changes in modules?
-
Thanks. Ha ha nice name "Skeleton"
-
Browser caching look for Expires date
-
Set expire header with the mod_expires ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresBy...