JacobPerkins
- Total activity 994
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 381
Comments
Recent activity by JacobPerkins-
Hi, SecAuditLog is located in /etc/apache2/conf.d/modsec2.conf. Could you post what configurations are in the /etc/apache2/conf.d/modsec/modsec2.cpanel.net? For example: SecAuditEngine "Releva...
-
Hi, The DSO handler for php70 is ea-php70-php. I hope this helps!
-
Hi, Yep, you need to install the ea-php55-php package, which is the DSO handler. It has to run with prefork, and can run with mod_ruid2. I hope this helps!
-
Howdy, If you set suPHP_ConfigPath in the htaccess file, you will need to provide a *full* php.ini, including all modules you need loaded. If you don't set that directive in the htaccess, the modu...
-
Howdy, The ondemand patch was added due to that bug we found in FPM on the cPanel PHP-FPM. It really only happens on extremely fast webservers, such as cPSrvd. We've reached out to Zend about gett...
-
Hi Sparek, We're having trouble replicating this. Would you mind putting in a ticket so we can check the affected system and attempt to replicate it? Thanks!
-
Hi, While we don't require you to use EA, it's by far a lot easier to get it up and running than using upstream packages. We've gotten mod_wsgi implemented in EA4 under the Experimental repositor...
-
Good morning, This is an odd one. I'd recommend keeping the DocumentRoot there, but still adding the proxypass directives via the include file. Could you let us know what changes you made that cau...
-
Hi, Note that each virtualhost in Apache will have a :80 vhost and an :443 vhost. Make sure you made changes to those vhosts in both areas. That should get it working for :443 for you. I hope thi...
-
Hi, Instead of calling 'php' via the cron', instead call '/usr/local/bin/php'. This is the CLI variant. I hope this helps!