REFFER Posted November 5, 2008 Report Share Posted November 5, 2008 Is there any miniserver with all features (Apache/PHP/mySQL) and no pre-installed scripts ready to put in USB drive that can run in paralel with other Apache?I didn't find it. Quote <? André Lima Web Developer REFFER Fortaleza - CE - Brazil ?> Link to comment Share on other sites More sharing options...
Ric Posted November 5, 2008 Report Share Posted November 5, 2008 If there were a mini-server with that configuration it would be a duplication of 3.5 US 3.5 is very flexible and relatively easy to modify to run more than one instance. US 3.5 defaults:Drive W - Apache port 80 - MySQL port 3306 The following shows how to change these and give a server with the following values: Drive Z - Apache port 8080 - MySQL port 3308 1) Move server to port 8080 Start Uniform Server from Apanel click Apache Configuration link change Listen: to port 8080 click save.Stop servers. 2) Move MySQL Port from 3306 to 3308: Edit File \udrive\usr\local\mysql\bin\my-small Change two occurrences (lines 9 and 18) of 3306 to 3308 3) Edit file: \udrive\home\admin\www\phpMyAdmin\config.inc.php Change (line 38)cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default portTo:cfg['Servers'][$i]['port'] = '3308'; // MySQL port - leave blank for default port 4) Edit file: \udrive\home\admin\program\Close.bat Change:%Disk%:\usr\local\mysql\bin\mysqladmin.exe --character-sets-dir="/usr/local/mysql/share/charsets/" --user=root --password=root shutdownTo:%Disk%:\usr\local\mysql\bin\mysqladmin.exe --character-sets-dir="/usr/local/mysql/share/charsets/" --port=3308 --user=root --password=root shutdown 5) Rename Apache fileFrom: \udrive\usr\local\apache2\bin\Apache.exeto:\udrive\usr\local\apache2\bin\Apache_new.exe Note: Apache_new can be any name however it must be unique 6) Edit file: Stop.batChange:udrive\home\admin\program\pskill.exe Apache.exe cTo:udrive\home\admin\program\pskill.exe Apache_new.exe c 7) Edit file: Server_Start.bat Replace two occurrences (lines 13 and 28) of Apache.exe with Apache_new.exe Replace line:if "%Disk%"=="" set Disk=wWith:if "%Disk%"=="" set Disk=z That’s it you can run this alongside the original US 3.5 and any mini-servers. Note: If you use phpMyBackupPro click the configuration link Change MySQL hostname*From: localhostTo: localhost:3308 All the bestRic Quote Link to comment Share on other sites More sharing options...
override Posted November 19, 2008 Report Share Posted November 19, 2008 thank you soooooooooooooooooooooooooooooooo much this is a life saver Quote if you like this Uniform Server User Sing take em i do not mind share Link to comment Share on other sites More sharing options...
Ric Posted December 6, 2008 Report Share Posted December 6, 2008 Hi REFFER,I think the community can rightly place the blame at your doorstep for 3.6 Its just been published, hope it meets your requirements. All the bestRic Quote Link to comment Share on other sites More sharing options...
Ric Posted December 13, 2008 Report Share Posted December 13, 2008 Please note, check the Wiki for details regarding 3.6 it’s an unofficial upgrade of 3.5 Consolidates bug fixes, in addition will save you the trouble of upgrading Apache, MySQL and other components separately (ref mini-servers). Contains a little bit of extra functionality in that it integrates SSL, this you may find useful if you require a personal secure server. All the bestRic Quote Link to comment Share on other sites More sharing options...
Ric Posted February 15, 2009 Report Share Posted February 15, 2009 With the release of 4.0-Mona the disappearance of 3.6-Apollo from the Wiki I can now explain. It was pulled from the Wiki and dismantled; the better ideas and functionality are integrated into Mona along with additional features. The Apollo update would have led to confusion and an impossible task to maintain if left on the Wiki. Mona has the great advantage in that it has been fully tested and ripped apart by the beta team. The design team have addressed all problems found hence it should be an excellent piece of kit. Mona has a very small footprint while retaining maximum functionality making it ideal as a test, teaching and production server. All the bestRic Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.