Jelf
- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 16
Posts
Recent activity by Jelf-
SOLVED SORTA Cross-Origin Request Blocked - Obviously I am missing something
1. I confirmed mod_headers is enabled by doing apachectl -M That command showed headers_module (shared) 2. My main httpd file includes: AllowOverride All Options ExecCGI Indexes Inclu...
-
SOLVED What PHP handler for PHP-FPM?
I could not find this point addressed in the documentation. I am using CENTOS7, Apache 2.4 and PHP 7.3 My domains are set to use PHP-FPM In WHM under software > EastApache4 the installed packages ...
-
Any downside in turning on PHP-FPM for domains that do not use PHP?
I just upgraded my server to CENTOS 7 and as part of that process I set each of my domains to use PHP 7.3 and deleted the earlier versions of PHP. The next issue is deciding whether to turn on PHP...
-
Problem with default file permission. Something is overriding umask setting
My server uses CENTOS 6. (I am upgrading to 7 this next weekend) When I use Filezilla (SFTP) to upload php scripts the permission is set to 664 and the script cannot be used until I change the per...
-
Host access control. OK to deny all except for my static IP?
I run a web server that is hosted as a VPS and admittedly I am more of a casual admin. My server hosts web pages, php scripts, and static files (pdf, csv, etc). Anyone can access those items. I ...
-
Going from CENTOS 6 to 7. What problems to watch for?
I have a primary domain and several subdomains hosted as a single VPS. My ISP is Bluehost. The switch from CENTOS 6 to 7 will go like so: I do a backup A Bluehost tech installs CENTOS 7 I res...
-
PHP-FPM Coming up the learning curve
PHP-FPM Coming up the learning curve This post has some background followed by 2 questions. My domains are hosted on a VPS running Linux, Apache 2.4 and PHP 7.2 2 Cores 30 GB SSD Storage 2 GB R...
-
SNI email - Need to disable it or make it work
I am still on the uphill side of the learning curve. Previously I obtained SSL certificates from Let"s Encrypt and when I did so I check SNI for email likely without fully understanding the impl...
-
AutoSSL does not show LetsEncrypt option
I am using WHM version 60.0 (26). On the AutoSSL page the only options I see are Disabled and cPanel (Comodo) Can anyone shed light?
-
Trouble with http get on VPS
I am relatively new to VPS and still coming up the learning curve. I have root access and can use WHM and SSH. My php code needs to do "http get" and pass some parameters as part of the url. Back...