The full text used for the PHP 7.3 php.ini file is below. ; cPanel-generated php ini directives, do not edit ; Manual editing of this file may result in unexpected behavior. ; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI […]
Restart services from the command line
Using the restartsrv script In case the restart will not happen in WHM, use the command: /usr/local/cpanel/scripts/restartsrv_* This will try to restart the service from the command line. Take note in running this command: Place the correct value for the service in the *. Direct Service Restart If this script, /usr/local/cpanel/scripts/restartsrv_* does […]
Restarting Apache
How to Restart a Service Manually in WHM Note: You should NEVER restart a service on a HostGator Shared or Reseller Server. Log into WHM as root. Scroll the left navigation bar down to the Restart Services section. Click on the name of the service you wish to restart (Example: HTTP Server (Apache)). The […]
What Is An Apache Web-Server?
Apache HTTP server is an open-source software that is available for download free of charge. It is also known as Apache, or simply referenced as httpd when referring to the daemon service. Is the most widely-known web server in use on the internet, serving approximately 29.12% of the million busiest […]
Is Apache the same as HTTPD?
Apache HTTP server is open-source software and is free of charge. It is efficient in processing static content. It has features like SSL, virtual domains, and CGI. This software also supports PHP, Python, and Perl. While HTTPD is a software, it also runs in the background to process any server […]
httpd Configuration, httpd.conf
HTTPD stands for Hypertext Transfer Protocol daemon (i.e., Web server). It is a software that runs in the background and waits for incoming requests, The httpd.conf file defines configuration settings for the HTTP protocol and for the operation of the server. It is only accessible by a system administrator unless you have a Dedicated Server […]
I Want A Custom Font Not Common in Browsers
It is possible to show visitors fonts that are not in their browser. In fact, this method will guarantee that your visitors see the exact font you want, every time. The trick? Instead of using words, use pictures. Create an image with the fonts you like, then save the image […]
How to install a font to your website
Fonts live on the visitor’s browser. This means all you need to do is supply HTML code defining the font you want to use, such as this snippet. <SPAN STYLE=”font-family: Tahoma, Arial, sans-serif;”>Your message!</SPAN> The visitor will come to your site, and their browser will use the first font […]
Introducing Microsoft WebMatrix
WebMatrix is a free Web development tool that installs easily and elegantly brings together a Web server, a database, and programming frameworks into a single, integrated experience. WebMatrix connects you to a world of popular and free open-source Web applications, including WordPress, Drupal, Joomla!, DotNetNuke and more. It’s all-inclusive, simple […]
How to Host Your Own Minecraft Server
Many users are able to run Minecraft servers successfully on either a HostGator VPS or Dedicated server. Step 1: Identify Which Server You Need Due to the wide range of possible uses for Minecraft, HostGator cannot guarantee performance on any of our servers, however, we are able to provide some […]