Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
coral_mini_server_1_0_1.exe | 2011-11-18 | 911.4 kB | |
Coral_mini_readme.txt | 2011-11-18 | 3.2 kB | |
coral_mini_server_1_0_0.exe | 2011-11-18 | 918.9 kB | |
Totals: 3 Items | 1.8 MB | 0 |
---------------------------- Coral-Mini Server Change Log ---------------------------- 1.0.1 - Renamed httpd1.exe to httpdm1.exe Prevents name clash with UniServer - Documentation updated. 1.0.0 - First public release. - Minimal Apache 2.2.21 ####################################################################### # File name: READ_ME.txt # Created By: The Uniform Server Development Team # Edited Last By: Ric and BobS # V 1.0.0 7-11-2011 # V 1.0.1 18-11-2011 ######################################################################## Coral-Mini Server is a free product and does not contain commercial software! You can use it for free. - No installation required! This server is portable meaning you can run it from any folder on any hard drive or copy all the files to a USB memory stick and run it from there. -------- Download -------- Download link: http://sourceforge.net/projects/miniserver/files/MiniServer/Coral_MiniServer/ File name: coral_mini_server_1_0_1.exe ------------- Extract files ------------- Double click on coral_mini_server_1_0_1.exe, starts the extraction process. No need to change the folder destination. Click extract; this creates a new folder MiniServer containing four files and four folders. Files: 1. Start_Coral_Mini.exe - Double click to start the server 2. Stop_Coral_Mini.exe - Double click to stop server 3. tutorial.bat - Displays tutorial in default browser 4. READ_ME.txt - This file. Folders: 1. apache2 - Apache sever files and configuration 2. control - File to start and stop server 3. docs - Tutorial and working scripts from tutorial. Licenses for server. 4. www - Root folder. Apache serves files from this folder. ------------------- Starting the server ------------------- Run Server by double clicking on Start_Coral_Mini.exe Server uses port 8081 Type http://localhost:8081 into a browser to view the site. ------------------------ Shutting down the server ------------------------ Double click on Stop_Coral_Mini.exe This shuts-down server -------------------------- Change server default port -------------------------- Open file: httpd.conf Located in folder: \MiniServer\apache2\conf Locate the lines: Listen 8081 ServerName localhost:8081 Change to: Listen 8080 ServerName localhost:8080 This moves the server to the standard secondary web server port Note: Type http://localhost:8080 into a browser to view the site. If port already in use try any value above 2000 ------------ Wiki Support ------------ Coral-Mini Server information including a CGI tutorial, which explains exactly how to create CGI-based content. http://wiki.uniformserver.com/index.php/CGI:_Introduction ---------------------------------------------------------------------- Copyright 2002-2011 The Uniform Server Development Team All rights reserved. The authors were trying to make the best product so they cannot be held responsible for any type of damage or problems caused by using this or another software. ---o0o---