If you mess up with the SSH setting’s on your server and lock yourself out of ssh then you can reset the SSH configuration settings from WHM by following the below steps : Login to your WHM on a non secure port that is : 2086 for example : http://serverip:2086 And then browse the URL [ Read More ]
When any page shows blank page and redirected to the URL http://localhost/removecookies” Then the problem due the mod security check the server logs and disable the mod security rules which is affected for your domain. If server logs not shows any error logs then completely disable the mod security for your domain.
If you want to check the .csr file content then use the following command to check the details of CSR. openssl req -text -noout -in host.csr Note: change the host.csr to original .csf file name.
How to install tomcat 6 on the linux server ? When you have installed tomcat by using Easy-Apache then it installed Tomcat 5.5 and if you want to installed Tomcat 6.0 then you need to made some necessary changes on the server. 1) First install Tomcat 5 by using Easy-Apache means java is also installed [ Read More ]
How to enable mssql support on Linux server ? Ans : You need to first compile freetds and then compile PHP with freetds support. What is FreeTDS? FreeTDS is a free implementation of the TDS (Tabular Data Stream) protocol that is used by Sybase and Microsoft for their database products. It implements TDS 4.2, 5.0, [ Read More ]
Error : Curl webservice CURLE_SSL_CACERT (60) Peer certificate cannot be authenticated with known CA certificates. Solution: Add the following line in your file on which you have access the domain. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); Done
There was a problem importing the database. The following error had occured: 1071: Specified key was too long; max key length is 1000 bytes; http://forums.oscommerce.com/topic/331202-1071-specified-key-was-too-long-max-key-length-is-1000-bytes-create-table/
What is Web Hosting? Web hosting is a service that allows organizations and individuals to post a website or web page on to the Internet. A web host, or web hosting service provider, is a business that provides the technologies and services needed for the website or webpage to be viewed in the Internet. Websites [ Read More ]
How to find the domain name (DNS) information. http://network-tools.com or http://xwhois.com http://intodns.com/ http://centralops.net/co/ http://www.dnsstuff.com/ http://www.ipmango.com/megadns.php http://www.dnswatch.info
ModSecurity installation requirements: 1) ModSecurity 2.x works only with Apache 2.0.x or higher. Version 2.2.x is highly recommended. 2.Make sure you have mod_unique_id installed. mod_unique_id is packaged with Apache httpd. 3.libapr and libapr-util http://apr.apache.org/ 4. libpcre http://www.pcre.org/ 5. libxml2 http://xmlsoft.org/downloads.html 6. liblua v5.1.x This library is optional and only needed if you will be using [ Read More ]
How to check gzip compression is enable on the server or domain. The gzip compression required mod_gzip.c or mod_deflate.c module installed on the server. How you can check this module installed on the server root@server [~]# /usr/local/apache/bin/httpd -l or root@server [~]# httpd -l If one of the module is installed on the server then, you [ Read More ]
When using cPanel the way to enable allow_url_include directive locally (per user) is to create an Virtual Host include: First create an include file: /usr/local/apache/conf/userdata/std/2/username/domain.com/custom.conf Add directive to custom.conf: php_admin_flag allow_url_include On Then run to enable include: /scripts/ensure_vhost_includes –user=username –verbose Alternatively, enabling allow_url_include globally (server-wide) is done by editing /usr/local/lib/php.ini and adding “allow_url_include = On” [ Read More ]
Welcome to indianwebportal.com. We will try to provide most important inforamtion about the webhosting related problems with the solution.