Spork Schivago
- Total activity 692
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 97
Comments
Recent activity by Spork Schivago-
@jaydz49 I use tokens to access WHM's API calls as root in a perl script I wrote. This is how I do it. First, log into WHM and create the token under Home >> Development >> Manage API Tokens. ...
-
I figured out how to set that various options without using the /var/cpanel/templates/apache2_4/ssl_vhost.local template file. I did this: mkdir -p /etc/apache2/conf.d/userdata/ssl/2_4//example.c...
-
This is what I have in Home "Service Configuration "Apache Configuration "Include Editor for Strict-Transport-Security header Pre VirtualHost Include # Enable HTTP Strict Transport Security Heade...
-
Thank you for this because the old way I had to do this older versions and now I have 3 less directives to worry about. Yeah, I thought you might like that. Unfortunately, I feel I still need to ...
-
This is what I have in Home "Service Configuration "Apache Configuration "Include Editor Pre VirtualHost Include # Enable SSLUseStapling SSLUseStapling on SSLStaplingCache shmcb:/tmp/stapling_cac...
-
Thank you for the help InfoPro, but after reading the thread you pointed me to, I don't think this is the issue. I check my certificate details in the browser and I see the certificate is valid fr...
-
I saw it in WHM >> SSL / TLS >> Manage SSL Hosts. It showed a keysize less than 2048 and gave a warning, but it turned out it was something I did wrong. I created new subdomains (ipv4.example.c...
-
Hello, You'd need to wait until your system uses OpenSSL version 1.0.2 or newer before that value is supported. It's actually planned for CentOS 7.4. You can read more about it (CentOS 7.4) on the...
-
This is perfect! Thank you! That --group-separator doesn't seem to do anything though. I see multiple groups returned, but I don't see the string "========" anywheres. I'll read the manpage...
-
About caught SIGTERM, shutting down see... Apache is OK, but what is this in error.log - [mpm_prefork:notice]? for explanation. This makes sense. I bet there were so many forks because of how ma...