David_spm
- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Comments
Recent activity by David_spm-
Sure here it is Server version: 5.5.62-MariaDB MariaDB Server Hello @David_spm Can you tell me what version of MySQL/MariaDB you're running right now? You can find this by running: mysql -v ...
-
OK so there was some important info at the start of the error output too. Please see below for that, I tried the check_cpanel_rpms --fix and then retried this but it returns the same error: Obtain...
-
OK thanks, no-one else has any kind of access. I had some problems with autossl not renewing certs on two sites a few weeks ago which I tried to fix and I think I might have added those rewrite rul...
-
I got a pretty swift response from support, Im posting what they said here for future reference in case anyone else needs it: I think the problem was a custom apache include file that forced all r...
-
I went ahead and completed the support ticket even though the prepare server access stage never worked, however I dont have ssh keys on and provided the root pw so you should be able to access the ...
-
been trying some more things, it seems that port 80 keeps closing after httpd is restarted and also its blocked to localhost: sudo netstat -tulpn | grep 80 tcp 0 0 0.0.0.0:2080 ...
-
In apache error_logs Im seeing things like this: [Thu Dec 06 08:08:05.141717 2018] [mpm_worker:alert] [pid 797:tid 140122596484864] (11)Resource temporarily unavailable: AH03142: apr_thread_create...
-
here's something else: sudo /scripts/restartsrv_apache Waiting for "httpd" to start ""waiting for "httpd" to initialize "finished. Service Status httpd (/usr/sbin/httpd -k start) is running as r...
-
ok Hello, You may find the discussion on the following thread helpful:
-
Add xmlrpc deny in Apache Configuration - Pre VirtualHost Include - All versions. It should block all xmlrpc attacks. Order Allow,Deny deny from all thanks but already had that added