Anoop P Alias
- Total activity 178
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 75
Comments
Recent activity by Anoop P Alias-
It writes to your .htaccess and from the error, the script is failing to set the 0644 permission on that file. Check file attributes : lsattr /path/to/.htaccess
-
The plugin works with EA4 too as it simply proxies to tomcat on the http port . cPanel use ajp and its a binary protocol and needs additional module support from apache httpd end .It probably might...
-
You simply poxy to tomcat using Apache httpd or an nginx frontend. Some plugins in cPanel App Catalog :: Web Server Alternatives support Java/Tomcat/ColdFusion etc GoodLuck!
-
Drupal should just work fine. What is the exact error you get ? apache error_log and per directory error_log file contents? I think the need to restore everything to stock is something you feel yo...
-
FYI you can install pecl modules using the pecl binary in /opt/cpanel for the respective php version. You can build RPM if you have the src.rpm . Building Binary RPM Packages from Source RPMs mi...
-
You may be able to edit the apache vhost template too in /var/cpanel/templates/apache2_4/
-
You can set an upper limit or max php process if you use PHP-FPM SAPI . But your idea is generally not good and when you are under attack,your entire website and real users will also get affected. ...
-
You can upload a phpinfo file in the document root and call it via web browser and check the Server API section in phpinfo. It should show lsapi if using mod_lsapi . it will show CGI for cgi and S...
-
you can also try rpm -e --nodeps ea-apache24-mod_mpm_prefork && yum install ea-apache24-mod_mpm_event
-
the Java process should be Solr used for full-text search in IMAP. it came with new CPanel version which might explain why you see an increase in ram recently and yes java is notorious for RAM requ...