Jelf
- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 16
Posts
Recent activity by Jelf-
cURL error 60
I searched and read the posts related to cURL error 60. I downloaded the cacert.pem file and put it on my server I used the WHM multi-php ini editor to edit the global ini file and set: curl.cainf...
-
My server was re-imaged. Should I restore using full server backup or using account backup?
My server was re-imaged. Should I restore using full server backup or using account backup? I did something really dumb and crashed my Alma Linux server so badly that my ISP had to re-image my serv...
-
How to have php-fpm error log in same directory as php script?
I just switched from a CENTOS server to an AlmaLinux server and I have root access. On the new server php errors are going to /home/mapping1/logs/error.log Assume I have a php script in the ‘proje...
-
Trouble turning off a redirect
I had a simple .htaccess file to redirect domain #1 to domain #2. It worked fine. I changed that .htaccess file to remove the redirect and restarted apache. Yikes! The redirect is still happening....
-
What is recommended way to detect IP addresses that make junk httpd requests?
By junk request I mean a request where the first part is legit but the second part consists of folders/files/scripts that are not on my server. Sometimes the same IP will send many such requests. ...
-
Rewrite works in .htaccess but does not work in pre_main_global.conf
I am trying to move rewrites from .htaccess files to /etc/apache2/conf.d/includes/pre_main_global.conf For testing purposes, the complete content of pre_main_global.conf is: RewriteOptions inheri...
-
How can I log rewrite errors with apache 2.4?
I have a RewriteRule that is not working. So I want to look at a log file for clues about what went wrong. Here is what I tried. I used WHM to edit the apache global config by setting log level ...
-
Need a little basic help with rewrite
findpropertylines.com is a subdomain. There is an .htaccess file in the root for this subdomain I edited that file and just after the line RewriteEngine on I added the line RewriteRule ^test$ "http...
-
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 ...