
How to check the Imagemagick path?
Login to your server as root Fire the following at the shell: which convert Most of the servers do have imagemagick installed at s — …

Login to your server as root Fire the following at the shell: which convert Most of the servers do have imagemagick installed at s — …

Below are the steps: Create a file “phpinfo” in an account: <? phpinfo(); ?> and check it using a browser, you should see, you have …

If want to control all the domains, before they resolve, then that could be done by creating some symbolic links. Let’s say you have domain12.com …

Refer the following steps:- Create / open a new PHP File 1) new site 2) Yes I want to use server technology 3) which server …

You see that files with name ‘Core’ is created under your account. These core files start taking the space on your server. Core dump consists …

Step 1. Download awstats from https://awstats.sourceforge.net Step 2. Uncompress awstats-5.6.tgz Step 3. Copy the contents of the uncompressed cgi-bin folder from your hard drive to …

Fire the following command to take a backup of apache on your server: cp -a /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak Above is for Centos users For Ubuntu users …

Open following file in your favorite editor: CATALINA_HOME/conf/tomcat-users.xml or /usr/local/jakarta/jakarta-tomcat-4.1.31/cinf/tomcat-users.xml Append the following line at second last line: <user name=”Username” password=”secret” roles=”admin,manager”> Restart tomcat. You …

When a URL specifying only a directory is requested … eg.: https://www.domain.com/directory/ Initially, Apache looks for file names by default (in the order they appear): …

There are two different ways to enable this option: 1] First method is Via WHM control panel 2] Second method is Via SSH Root Login …

Execute the following command : cd /usr/local/directadmin/scripts ./getLicense.sh ClientDI LicenseID service directadmin restart In case, you get errors while extracting update.tar.gz file, execute the following …