Coral: Introduction

From The Uniform Server Wiki
Jump to navigation Jump to search
Coral :  Home

The Uniform Server 8-Coral

Welcome to The Uniform Server and this documentation, which is for the 8-Coral series. The Uniform Server is a free and open source Windows Apache-MySQL-PHP server suite. The Uniform Server is an excellent system for both beginning webmasters and experienced developers. It is a full-power webserver suitable for production use, but small enough to carry on a USB memory stick, or even a camera's flash drive.

We strongly suggest that you check over the points on this page as they provide important information that may help you avoid common problems. After that, if you are eager to get started, you can jump straight to the quick start guide. It will have you up and running in seconds.

UniServer 8-Coral
» Home
  Quick Start
  General
  Apache
  MySQL
  PHP
  MSMTP
  CRON
  DtDNS
  Db Backup
  Perl
  Main Index

Installation Restriction

While it may seem that by this point you have successfully completed the installation, there is one aspect that needs to be validated. This is especially true if you have been unable to start the servers. In this case, you're most likely viewing this file directly in a browser, rather than having it served by Apache.

Server Paths

The installation extraction defaults to creating "C:\UniServer". The documentation examples assume this default. You can install The Uniform Server in nearly any location, with the exception that the path to folder UniServer must not contain spaces. Do not use "C:\Program Files", for example (which has other problems as well, such as restricted permissions and system restore inconsistencies). We recommend installing to the drive root, such as "C:\" or "D:\" for simplicity, but other locations, such as "C:\test1\appserver" work just as well.

Note: The space character restriction is generic and applies to other WAMP stacks as well. Many applications that will be hosted on the server do not tolerate spaces in paths. The system restore issue applies mainly to individual component installs.

If the current installation is on a faulty path, the situation can eaily be resolved by just moving the UniServer directory to a proper location. You do not have to delete the directory and reinstall. For example, just rename "D:\bad path\UniServer" to "D:\good_loc\UniServer".

Top

Help

Two levels of help are built into The Uniform Server’s control menus. Direct local help as instant pop-up message boxes are accessed by clicking a box containing a question mark. Detailed help, linked directly to documentation pages, is accessible by clicking a box containing an exclamation mark.

Direct local help - Integrated pop-up help with language translation.
Detailed help - Links to documentation pages.

Note: From either of the control menus, selecting a language enables the corresponding language for the direct help buttons. For detailed help buttons, however, a language translation may be unavailable. In this case a warning will pop up.

Security

The security of your server is one of our primary concerns and for that reason the default settings are oriented for production. We take this seriously, and ask that if you believe that a setting is not right for production, you send us an email or post it in the forum. We will look into it and see if it should be changed.

In this light, before you can run the servers, several nag screens are presented. Initially you can click "no" to each of these. See the Quick start guide for further details.

In order to allow access to your server by other users (Internet or Intranet), you must manually enable the required functions.

Top

Other Issues

This section covers the basics a new user should be aware of.

VC9 Libraries

If you are using Windows XP as the OS platform for Coral, please be aware that you may need to install the Microsoft Visual C++ 2008 runtime library. This can be found at Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package ATL Security Update. Be sure to select the package appropriate for your OS and hardware (x86, x64 or IA64).

If you do not have the VC9 library, when you attempt to start the servers, you will get a runtime error popup.

MySQL Access

The MySQL server supports IPv4 and IPv6; localhost resolves to 127.0.0.1 and ::1 respectively. You can bypass the resolver by using an IP address; for example, you can force an IPv4 address by replacing localhost with 127.0.0.1. During application installations you may be requested to enter a MySQL host name. Use localhost or IP address 127.0.0.1

Windows 7, Vista and UAC

The startup executables have been marked as requiring Administrator privilege. When you start these programs, you must authorize this access in order to continue.

Firewalls

When you initially start the servers, your firewall will sense the programs' requests for IP access, and (typically) will require your authorization to change the security. If you have a third-party firewall activated (Symantic, ZoneAlarm, etc.), be sure to set the port access as required, since it may not display a message.

Top

Run as a standard program vs Run as a service

Functionally speaking there is no difference. All processes are standard programs. In the context of The Uniform Server "Run as a standard program" means nothing is installed to the registry. On the other hand, "Run as a service", by its very nature, writes service configuration data to the registry.

All processes die when a PC is turned off. If The Uniform Server was started as a standard program, the servers will need to be restarted, but when running as a service, the servers are restarted automatically by the operating system.

Where to next

Quick Start - This page provides a quick start quide.

Quick Start – More Detail - The above page is expanded providing more detail.

Top