View Articles by Category

There are no sub categories
Add an article to this category

Category » Webrss button

Articles on configuring, trouble shooting and maintaining a web server with Unix/Linux Un-managed Servers.

There were 7 articles found in this category:

  1. questionHow do I install LAMP on my new basic server?
    Important Notes: This guide will show you how to install Apache, mySQL, and PHP from the Linux command line. Getting Started: Log into your server using SSH First, we'll install apache. Issue the following command to install apache: [root@server] yum install httpd mysql-server php mysql ...
  2. questionI have a dedicated server. How can I install my commercial SSL certificate on my server using plesk?
    Secure Sockets Layer (SSL) is a protocol designed to enable encrypted, authenticated connection across the Internet. SSL is used mostly in communication between web browsers and web servers. URL's that begin with 'https' indicate that an SSL connection will be used. Online shopping sites f ...
  3. questionHow can I run a custom php.ini for each domain if I have plesk?
    Often times you'll need to change a few settings in PHP for one domain on your server, but not another. An example would be if you need to enable open_basedir for one of the domains that you host on your dedicated server, while not affecting the other domains. This can safely be done by using ...
  4. questionHow can I make edits or changes to php.ini?
    Important Notes: Often times a web application will need specific settings changed for php to run the application correctly. These changes are made to the php.ini file. To edit the php.ini file you will first need to connect to your server via SSH or Remote Desktop. The php.ini file cannot be ...
  5. questionWhere is the php.ini file located on my dedicated server?
    Linux/Unix Servers: On virtually all distributions of Linux the php.ini file is located in: /etc/php.ini Windows Servers: The location of php.ini varies a bit more in the Windows environment. If you have Plesk Control Panel installed on your server, the php.ini file should be located ...
  6. questionHow do I install Zend Optimizer?
    Important Notes: In the Unix/Linux environment, installing Zend Optimizer is done from the command line. If you do not know how to connect to your Unix/Linux server from command line, please refer to the document titled "How to Connect to Command line in Unix and Linux" Once connected, you'll ne ...
  7. questionDo I have SSL enabled on my Dedicated Server?
    Yes, all of Codero.com's UNIX and Windows servers have SSL support compiled into Apache or IIS. The exception to this is any Unix or Linux server ordered without a control panel.