Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - iqbalthakur

Pages: [1]
1

Need to  Know! How INSTALL OpenLiteSpeed with Cent Os WebPanel


http://open.litespeedtech.com/mediawiki/


We need to know know open litespeed server.
Requesting to all experts to explain the limitations ,drawback or feature related to OpenLiteSpeed.
OpenLiteSpeed server is more powerful than apache! accourding to litespeedtech.com.


https://www.litespeedtech.com/products/litespeed-web-server/overview


In  http://wiki.centos-webpanel.com/litespeed-webserver-with-cwp
there is paid LiteSpeed server installantion !.
We need to add and options with Cent OS web panel with OpenLiteSpeed. Is it any plan for next time or future?


Waiting for reply from experts and senior.
Thanking you in advance.


2
Mod_Security / ModSecurity:if Response body too large Soluation
« on: January 19, 2016, 10:56:30 AM »
If you are facing any internal server error in your website after enabling mod security  than most possibly that there is two issue
ONE OF THEM IS RESPONSE BODY TOO LARGE SOLUATION.
For Example :-
go in Centos Web Panel  CWP:- https://your Ip :2031/index.php?module=mod_security
and see........................

[Mon Jan 18 18:46:07 2016] [error] [client 192.168.1.1] ModSecurity: Output filter: Response body too large (over limit of 524288, total not specified). [hostname "example.com"] [uri "/website page path/post.php"] [unique_id "Vp15PX8AAAEAADPPMLAAAAAC"]

Than there is a Soluation for Centos Web Panel  CWP:-

open https://your IP :2031/index.php?module=file_editor&file=/usr/local/apache/conf.d/mod_security.conf
or /usr/local/apache/conf.d/mod_security.conf

YOU ARE MOST PRPROBABLY SEE THE FOLLOWING CODE:-

Code: [Select]
LoadFile /usr/lib/libxml2.so
LoadFile /usr/lib/liblua-5.1.so
LoadModule security2_module modules/mod_security2.so

<IfModule mod_security2.c>
SecPcreMatchLimit 1000000
SecPcreMatchLimitRecursion 1000000
SecDataDir logs/tmp
</IfModule>

ServerName *
AddDefaultCharset UTF-8
<IfModule mod_security2.c>
Include /usr/local/apache/modsecurity-crs/modsecurity_crs_10_config.conf
Include /usr/local/apache/modsecurity-crs/base_rules/*.conf
SecRuleEngine On
SecRequestBodyAccess On
SecResponseBodyAccess On
        Include /usr/local/apache/conf/mod_sec_disabled_rules.conf
</IfModule>

IN THIS CODE  .. SEE THE LAST 3RD LAST LINES AFTER

SecRequestBodyAccess On
SecResponseBodyAccess On

PUT THESE LINES

Code: [Select]
SecResponseBodyLimit 546870912
SecRequestBodyInMemoryLimit 546870912

SAVE

AND NOW IN  RESTART APACHE  OR IN YOUR PUTTY  TERMINAL RUN THIS COMMNAD
Code: [Select]
service httpd restart

3
Just log with ROOT User in CENT WEB PANEL

CLICK SECURITY TAB>

CSF FIREWALL >

SEE IN BLUE COLOUR  Firewall Deny IPs and CLICK>

you will see the following file called:

/etc/csf/csf.deny

JUST PASTE THE Following List of BLOCK IPs
 in the end of your Blocked IPs

https://myip.ms/browse/blacklist/Blacklist_IP_Blacklist_IP_Addresses_Live_Database_Real-time

And Restart CSF FIREWALL
.

4
Dear Sir,
I try many time to install google pagespeed module but not activated with CWP
I try from
http://www.tecmint.com/install-mod_pagespeed-website-optimizer-for-apache-in-rhel-centos-and-fedora/
and also
https://www.digitalocean.com/community/tutorials/how-to-get-started-with-mod_pagespeed-with-apache-on-a-centos-and-fedora-cloud-server
but failed to see in with CWP.
can you guide me How to configure Install mod_pagespeed (Website Optimizer) for Apache with CWP and can you plan in future to provide default mod_pagespeed with CWP.
I am waiting from reply from any other developer to guide us instructions how to configured mod_pagespeed with CWP
Thanking you in advance for your kind guidance and instructions.

Pages: [1]