Jump to content
The Uniform Server Community

Ric

Developer
  • Posts

    1,516
  • Joined

  • Last visited

Everything posted by Ric

  1. Have you looked in the error log file to see if it contains any clues? UniServer\udrive\usr\local\apache2\logs\error.log The real problem is to isolate what is causing this issue all the components are relatively new hence can be any number of hidden bugs. All the best Ric
  2. I see diplomacy is not your strong point! “Do you think I should install XAMPP but not Uniform Server since XAMPP is much popular with Zend Optimizer built in?” Well XAMPP is an excellent piece of kit the only downside is one of size. Anyway before making a decision, take a look at this page: http://en.wikipedia.org/wiki/PHP_accelerator#Zend_Optimizer I believe eAccelerator is faster especially on a USB stick. However there is no reason why you cannot install Zend Optimizer on Uniform Server Mona. You do need to disable eAccelerator and set correct paths for Zend Optimizer in PHP's php.ini file something like this: [eaccelerator] ;extension=eaccelerator.dll ;eaccelerator.allowed_admin_path=/home/admin/www/plugins/eaccelerator/control.php ;eaccelerator.debug = 0 [Zend] zend_extension_ts = "\usr\local\php\zendOptimizer\lib\ZendExtensionManager.dll" zend_extension_manager.optimizer_ts = "\usr\local\php\zendOptimizer\lib\Optimizer" zend_optimizer.enable_loader = 0 zend_optimizer.optimization_level=15 You may be surprised at the lack of performance gain! All the best Ric
  3. I am not sure what is missing in a trimmed XP home there may be some basic elements that will prevent it running. From your post since you are expecting a virtual drive letter to be created you have a “Basic” install of Mona. Try installing as “Disk-root” that is copy everything in folder “udrive” to the top-level of your SD-card. Finally copy Unicontroller from folder UniServer again to the top-level of SD-card. Mona will run from the drive letter assigned to the SD-card it does not create a virtual drive. Check out the Wiki for details of install options. All the best Ric
  4. Oops I got it slightly wrong. For Server_Start.bat Place the code as shown I have added additional lines to make it clearer: udrive\home\admin\program\unidelay.exe %Disk%: IF NOT EXIST %Disk%:\NUL GOTO :next :### New for FileZilla Server ################## rem Update FileZilla drive letter CALL \filezilla_server\change_drive_letter.bat %Disk% rem Start FileZilla Server CALL \filezilla_server\filezilla_start.bat :##################################### rem ### Drive was created. Create variables for paths and programs set apachepath=\usr\local\apache2\ Note 1: You need to remove udrive from the CALL lines as shown. Note 2: No change to Stop.bat Note 3: I tested with the new libeay32.dll and ssleay32.dll libs they seem OK. All the best Ric
  5. File_zilla Place the code between the lines shown. For Server_Start.bat udrive\home\admin\program\unidelay.exe :### New for FileZilla Server ################################## rem Update FileZilla drive letter CALL udrive\filezilla_server\change_drive_letter.bat %Disk% rem Start FileZilla Server CALL udrive\filezilla_server\filezilla_start.bat :##################################################### %Disk%: For Stop.bat if exist udrive\usr\local\apache2\logs\drive.txt del udrive\usr\local\apache2\logs\drive.txt :### New for FileZilla Server################## CALL udrive\filezilla_server\filezilla_stop.bat :#################################### rem Stop Apache indirectly stops MySQL Will update the Wiki when I have time Note: Once you have it working copy over libeay32.dll and ssleay32.dll from folder UniServer\udrive\plugins\key_cert_gen\gen to UniServer\udrive\filezilla_server create new certs. They are the latest libs. All the best Ric
  6. Hi Megan Architecturally 4.0 is similar to 3.5 hence should be compatible for CD operation. The batch files now include some diagnostics and look more complex however if you place the CD code in the same places they should be ok. All the best Ric
  7. Support material for Uniform Server 4.0-Mona has been published on the Wiki Check out the following Wiki Category Topics covered: 1. Install options: Basic (portable), Run as a Service new option Disk root (USB or hard drive root no virtual drive required) 2. How to enable SSL: Two mouse clicks! Automatically creates new server certificate and key enables SSL. 3. Multi-Servers: How to install more than one server 4. Installation guides for the following popular packages: Drupal - Run from a USB memory stick - Portable cron Joomla - Run from a USB memory stick MediaWiki - Run from a USB memory stick Moodle - Run from a USB memory stick - Portable cron Wordpress - Run from a USB memory stick Xoops - Run from a USB memory stick 5. How to run Perl CGI scripts – Hello world examples, yep more than one way to do it. 6. Uniform Server’s security features explained I apologise for the length of some pages anyway enjoy and have fun. All the best Ric
  8. 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 best Ric
  9. 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 best Ric
  10. 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 best Ric
  11. Ric

    Unicon

    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 best Ric
  12. Danny is correct Use Uniform Server 3.5 Set-up phpMyAdmin configuration file as per this page: phpMyAdmin Enable support for minis Note: You only need to add one new block to phpMyAdmin Port information is provided on this page: Mini Servers Ready To Go For Xoops the MySQL port is: 3321 PS I agree with Danny please change your avatar! Certainly confused me. All the best Ric
  13. There is nothing wrong with your code it should run with no problems. The three browsers are doing something different suggesting that the page is not being processed by PHP! They are treating the page as a standard file, are you directly opening the file from your browsers because that would explain your observations. If your browser address bar is displaying something like file:///W/test.php Then you opened it directly bypassing the server. If you typed in http://localhost/test.php a browser is expecting the page to be served. Trouble is you have had the server working “and have been using it successfully without a drama” hence the above is clearly not the problem. I can’t think of anything else to explain the different browser responses. All the best Ric
  14. I cannot explain your observations, there are no special settings to get echo to function. Can you post your code? I would like to see if it’s reproducible on my set-up. All the best Ric
  15. This post cannot be displayed because it is in a password protected forum. Enter Password
  16. Sorry for the delay been busy! Please note mini_server_16_wordpress has been updated. New Versions are: mini_server_16_wordpress_v1_1.exe mini_server_16_wordpress_v1_1.zip Upgraded to WordPress 2.7 and updated .htaccess file Image upload now works. All the best Ric
  17. Sorry for the delay been busy! Please note mini_server_16_wordpress has been updated. New Versions are: mini_server_16_wordpress_v1_1.exe mini_server_16_wordpress_v1_1.zip Upgraded to WordPress 2.7 and updated .htaccess file All the best Ric
  18. EDM Web Server correctly responds with a 404 error since it cannot find the Apanel page. US will not start because there is a conflict with port 80. Looks like EDM Web Server has grabbed the port. To do this EDM must have started as a service. You have two options: a] Stop EDM Web Server service: Open a command prompt and type: NET STOP "Autodesk EDM Server" You can re-start it using NET START "Autodesk EDM Server" With the service stopped try running US. Note: I am guessing at the service name "Autodesk EDM Server" Check the name using: Start>Control Panel>Administrative Tools>Services Scan down the list you are looking for something with “EDM Server” in the name Note: You can stop the service from this tool, right click on service name and select stop. b] Move US server port Check out these pages to move US to another port : Change UniServer Listening Port Multi-Servers All the best Ric
  19. I can’t see anything wrong with your configuration file. The fact you see your web-root folder means the domains are resolved correctly and are pointing to your server. When Apache cannot resolve a ServerName it defaults to the first virtual host (your web-root folder www) Strictly speaking www is not part of the domain hence these: www.KBcoaching.co.uk www.kbcoaching.com May in reality be? KBcoaching.co.uk kbcoaching.com Edit the virtual hosts to the above and see if it makes a difference. All the best Ric
  20. Hi nidee If you moved only the file rserver.cgi for testing it will not work, it expects other files to be present e.g header, footer and security these in addition expect other files js and css. Anyway there is no point in trying to get this working it would be better to post code that you have a problem with. Perl is pre-configured hence there is nothing hidden to set-up. You may be trying to use modules that are not included however without code to view its impossible say or it might be just a typo. All the best Ric
  21. This post cannot be displayed because it is in a password protected forum. Enter Password
  22. This post cannot be displayed because it is in a password protected forum. Enter Password
  23. This post cannot be displayed because it is in a password protected forum. Enter Password
  24. This post cannot be displayed because it is in a password protected forum. Enter Password
  25. This post cannot be displayed because it is in a password protected forum. Enter Password
×
×
  • Create New...