Trying to access Webmail on Horde we are getting:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Read More
InetServices offers both Windows and Linux bare metal server hosting, and cloud server hosting for any small to medium size business. We also offer both PCI and HIPAA Compliant servers allowing you to achieve PCI or HIPAA Compliance without all the worries of figuring it out. InetServices offers much more than just dedicated servers and cloud servers, we offer you a complete solution to your hosting needs including Big Data, Disaster Recovery, and High Availability services.
Trying to access Webmail on Horde we are getting:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Read More
Log into cPanel/WHM on your dedicated or cloud server:
By default Exim will be using the main server shared IP address to send mails.
1. Open the Exim configuration file
# vi /etc/exim.conf
Log into Plesk control panel on your dedicated or cloud server:
1. Click Websites & Domains
2. Click on Databases
Log into Plesk control panel on your dedicated server:
1. Click on “Applications” tab
2. Click on “All Available Applications” , You should see all available Applications
Log into Plesk control panel on your dedicated server:
1. Go to “Account” tab
2. Click on “Backup my Account and Websites” Icon
Log into cPanel control panel on your dedicated server:
1. Click the MySQL Databases icon
2. In the box to the right of New Database, please provide a name for the database.
Log into Plesk control panel on your dedicated server:
1. Click Websites & Domains
2. Click on Databases
Run the following command to dump a database:
# mysqldump database_name > Database_name.sql
For example, you want to dump a database called “mydb”.
# mysqldump mydb > mydb.sql
1. # /etc/init.d/mysqld stop
2. Start MySQL server without password:
# mysqld_safe –skip-grant-tables &
1. Login to your dedicated server as root user.
2. Use the following command:
# /usr/local/apache/bin/httpd -v
Server version: Apache/2.2.16 (Unix)
Server built: Feb 6 2012 11:41:41