grayloon

  • Total activity 82
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 22

Posts

Recent activity by grayloon Recent activity Votes
  • Move MariaDB

    I currently have a web server running cPanel . Sites on that server use a remote database server running MariaDB 10.2 on CentOS 7.9. Due to a dwindling number of sites we host, I'd like to combine ...

  • Apache 404 on All Sites

    We have an internal staging server where we test sites before deploying to production. Each site has a subdomain of our corporate domain. I've just noticed that all requests are returning a blank p...

  • Bash force php-cli

    We use a 3rd-party host (Platform.sh) for some of our sites. They provide their own CLI utility as a phar file. On my cPanel server, I'm using cron to call a bash script that's executing the platfo...

  • PHP 7.2 Secure Transition

    I'm currently running PHP 5.6 with the CGI handler for PHP-FPM. I'm also running suexec. I may have some sites that are not compatible with PHP 7.2 by the end of the year, so I want to make sure I ...

  • SetEnv in .htaccess File

    I just transferred a site from an EA3 server running Apache 2.2 and PHP 5.6 to an EA4 server running Apache 2.4 and PHP 5.6. In the .htaccess file for this site, there's a SetEnv declaration: SetE...

  • Global Log

    I just switched from EA3/Apache 2.2 to EA4/Apache 2.4. Previously, I had a the following in my /usr/local/apache/conf/includes/pre_main_global.conf file: LogFormat "%V %h %l %u %t \"%r\" %>s ...

  • Pure-FTPd Cipher Settings

    Now, I'm trying to figure out how to disable DES and 3DES for Pure-FTPd. I changed my TLS Cipher Suite to: HIGH:!SSLv2:!ADH:!DES:!3DES:!aNULL:!eNULL:!NULL When I test my server with SSLyze, I sti...

  • Sweet32 (CVE-2016-2183)

    A recent scan from TrustWave is listing this vulnerability. Details: This is a cipher vulnerability, not limited to any specific SSL/TLS software implementation. DES and Tripple DES (3DES) block c...

  • Perl Errors

    Since yesterday, I'm seeing the following error when shelling into one of my cPanel servers. Anyone know what might cause this? Last login: Tue Oct 6 07:52:07 2015 from 192.168.181.32 Attempting ...

  • Password Protect htdocs

    I want to create a new tools directory at /usr/local/apache/htdocs/tools and password protect the contents. I've generated /usr/local/apache/htdocs/.htpasswd and referenced it in /usr/local/apache/...