Where can I find information about my server ?

f you are a Hostlantern customer, you can find the name servers, IP address and hostname of your server into your Customer area:

1. Log in to your Customer Area:

2. Click My Account Section

3. Click on the "Manage" button against the account you need information for.

4. You will notice that the DNS servers, Server IP address and Host name are listed in this page.

If you need detailed information about the PHP configuration, you can follow these steps:

1. Create a file called phpinfo.php in your public_html directory.

2. Put the following text in the file:

<?php phpinfo(); ?>

and save the file.

3. Access the file using your browser at http://yourdomain.com/phpinfo.php

4. Here you will find full information about the web server PHP configuration including libraries and system type and OS version.

If you want to find the Apache and MySQL version, you have to login to your cPanel and look at the left bottom part of the main page.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Leverage Browser Caching for Images, CSS and JS

To leverage your browser's caching generally means that you can specify how long browsers should...

Enable gZIP via .htaccess

To enable gZIP for your text, html, JavaScript, CSS and XML add these files to your .htaccess:...

Last-modified Header Explained

The last-modified header is an HTTP header that tells your browser when was the last time the...

How to change my document root folder using an .htaccess file?

By default your website is loaded from the public_html folder of your account. The public_html...

How to enable Mod_Gzip

Mod_Gzip is an external extension module for Apache 1.3 web servers implemented to help with size...