morrow95
- Total activity 191
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 41
Posts
Recent activity by morrow95-
WHM - remote mysql server version limitations?
I have setup a dedicated server for MySQL in WHM (Home >> SQL Services >> Setup Remote MySQL Server). My question is : Are there any limitations as to what version I can install on the remote ser...
-
AH00524: Handler for (null) returned invalid result code // change error log format
I am getting tons of these in my /usr/local/apache/logs/error_log all day long and every day : [Sat Oct 10 15:58:44.537244 2015] [core:error] [pid 3532:tid 139956878046976] [client 111.111.111.11...
-
custom event-mpm settings using pre_main_global.conf
I am using the event mpm and need to change some settings. I have found this is not possible using home >> service configuration >> apache configuration >> global configuration. Why? Well, one s...
-
tcp on port 53 for dns - security/firewall questions
Setting up a new server... I was checking dns using and some others and would like to go ahead and enable this. Background info : This is a vpc setup whereas I have always used a dedicated in the...
-
new to event mpm and fastcgi - few errors popping up
Just switched over to a new server and loaded event mpm and fastcgi - after doing a lot of reading this seemed the way to go. I was a previous suphp user. Now that I have things running I am noti...
-
Setup Remote MySQL Server - public or private ip?
I have a dedicated vm for our database operation. I am confused as to what needs to be done in 'Home > SQL Services > Setup Remote MySQL Server' to accomplish this. Setup goes something like this...
-
Installing and using composer?
Has anyone successfully installed and used composer? In the past I have been able to avoid using it, only if a phar version of the app is available which is not always the case. At the moment I h...
-
Mod security and Google's Tag Manager - false positives preventing page access
Trying out Google's tag manager this afternoon and found that any pages with the script throw a 406 error. In turn the rest of the site cannot be accessed either (regardless if the tag is present ...
-
Installing ImageMagick through WHM -> Software -> Install an RPM... two entries the same?
I just came across the need for ImageMagick on my server and went to install through WHM's Install an RPM. Going down the list I came across multiple entries for ImageMagick. ImageMagick ImageMag...
-
Installed php 5.4.21, but getting 'undefined method mysqli_stmt::get_result() ' still?
I am in the process of rewriting into prepared statements and have the following : // Store user db info in session for use $stmt = $mysqli->prepare("SELECT id,user,pass,email,timezone,lastIP,cu...