-
Posts
1,516 -
Joined
-
Last visited
Everything posted by Ric
-
Thanks for the post, it is a bug and will be fixed in next release. All the best Ric
-
Yes! Its possible just use info provided by your host in your scripts. All the best Ric
-
Earlier versions of US used a similar technique. They even detected what drive letters were being used and automatically assigned next free drive. Running multi-servers uses another drive letter for each server; which some users disliked intensely. For portability you have to consider a user may have assigned that drive letter. This means either a manual or automatic update of the drive letter you wish to use. Dynamically rewriting paths allows you to run any number of servers on the same drive (letter). For a single server the advantage may not be apparent. However if you wish to test for example a proxy server with several backend servers Uniform Server has that capability with all servers running on the same drive. A real commercial server for performance reasons is generally installed at the disk root and SPACES are not an issue (Like they do not exist) In a similar vein Vista imposes restriction on "C:\Program Files" hence another good reason for imposing the no space restriction. Never ever install US to this folder or any other server. Sorry for the rant but spaces remain a pain for legacy software and even new software. I am happy to be proven wrong! Try installing individual server components on Vista in folder "C:\Program Files" :angry: All the best Ric
-
Hi kris Thanks for the feedback. Since Apanel is of use will not be removed. In terms of functionality will remain as is. There will be no changes to the language file. However there will be some code changes. All the best Ric
-
In the next generation of Uniform Server It has been proposed to remove Apanel. Does anyone use this for remote access and configuration? Are you using it for local configuration only? Any feedback welcome All the best Ric
-
From original post: 1. Copy the ./sites/default/default.settings.php file to ./sites/default/settings.php. Your last post: F:\UniServer\www\drupal\sites\default\default.settings.php After you have copied the file default.settings.php you need to rename it settings.php F:\UniServer\www\drupal\sites\default\settings.php All the best Ric
-
Right click on file Select properties. In the pop-up ensure that the “Read-only” check box is un-checked. If checked un-check it and click Apply All the best Ric
-
I checked and there were no dependencies. Thanks for posting; glad you have resolved this issue. All the best Ric
-
“I'm running Uniformserver 5.5” What you are doing looks fine! However I will need to dig that version out to see if there where any dependencies. All the best Ric
-
“There is no php_pgsql.dll provided in UniServer as there was in XAMPP. I copied the one from XAMPP into the extensions directory but when I started Apache, I got the following message:” Binaries must match the PHP version installed with Uniform Server. What version of Uniform Server are you using? I can then point you in the right direction. All the best Ric
-
I had no problems installing Wikki Wikka on 5.6.12-Nano (XP-Home) Navigate to folder: UniServer\www\wikka Open file wikka.config.php Can you post these three lines from your configuration file? 'mysql_host' => 'xxxx', 'mysql_database' => 'xxxx', 'base_url' => 'http://xxxx/', I am interested in the xxxx values Can you confirm this folder was created and populated (contains files) UniServer\usr\local\mysql\data\wikka All the best Ric
-
UniServer 5.6.12-Nano Released Apache 2.2.16 MySQL 5.1.50 PHP 5.3.3 phpMyAdmin 3.3.6 -- Update Go-Pear 1.1.2 msmtp 1.4.21 eAccelerator 1.0-snv425 UniServer 6.0.2-Carbo Released (Note: This is a VC9 version of 5.6.12-Nano) Apache 2.2.16 MySQL 5.1.50 -- Update PHP 5.3.3 phpMyAdmin 3.3.6 -- Update Go-Pear 1.1.2 -- Update msmtp 1.4.21 eAccelerator 1.0-snv425 Download: UniServer 5.6.12-Nano UniServer 6.0.2-Carbo Enjoy Regards, The Uniform Server Development Team
-
Right click on tray menu Click first menu item (Install and Run All Services) Net time you start your PC both Apache and MySQL will automatically start. All the best Ric
-
how to prevent apanel 3 from opening redirect.html?
Ric replied to Osoull's topic in Uniform Server - Windows
Edit file: UniServer\unicon\tray_menu\UniTray1.ini Replace start_servers.php 7 with start_servers.php 3 Replace stop_servers.php 7 with stop_servers.php 3 Replace service_install_run.php 7 with service_install_run.php 3 Replace service_stop_uninstall.php 7 with service_stop_uninstall.php 3 All the best Ric -
Can there possablely a direct link for the uniserver
Ric replied to markitzero's topic in Uniform Server - Windows
Hi kalpz Thanks for that. Please note UniServer 5_6_11.exe is a self-extracting archive. That is as small as it gets. For security reasons we always publish on SourcForge. I have checked official md5 against this download; they match. Please make sure you check md5 against official releases. :angry: All the best Ric -
Welcome to the master class – Of idiots! I checked your code and could not fault it. That little gem had not crossed my mind! :angry: Thanks for the post. All the best Ric Yep! I was looking for something I missed.
-
I am not sure why you would want to give your users access to the MySQL server. However its your server and you can do what you like. :angry: First ensure you have changed the root MySQL password. Create restricted users (see wiki) Now file .htaacess protects the folder its in and all files and folders below it. Hence you need to move phpMyAdmin and change Apache’s configuration file. Move folder phpMyAdmin and all its content UniServer\home\admin\www\phpMyAdmin To folder admin UniServer\home\admin Edit file httpd.conf(Note your paths will be different use them) UniServer\usr\local\apache2\conf\httpd.conf Just above this section Alias /apanel "C:/Nano_5_6_11/UniServer/home/admin/www/" <Directory "C:/Nano_5_6_11/UniServer/home/admin/www/"> Options Indexes Includes AllowOverride All Order allow,deny Allow from all </Directory> Add this section Alias /apanel/phpmyadmin "C:/Nano_5_6_11/UniServer/home/admin/phpMyAdmin /" <Directory "C:/Nano_5_6_11/UniServer/home/admin/phpMyAdmin /"> Options Indexes Includes AllowOverride All Order allow,deny Allow from all </Directory> Download and extract a fully copy of phpMyAdmin In folder phpMyAdmin-3.3.5.1-all-languages\phpMyAdmin-3.3.5.1-all-languages\contrib. Open this file htaccess in a text editor Now open file UniServer\home\admin\phpMyAdmin\.htaccess in a text editor and delete its content. Copy the content of the above htaccess. At the top of this new content add the following lines: AddHandler cgi-script .pl .cgi Options +ExecCGI +FollowSymLinks That gives some protection when phpMyAdmin is on line. Now you need to change the phpMyAdmin configuration file to authenticate to your restricted user. Edit file: UniServer\home\admin\phpMyAdmin\config.inc.php change the Authentication section to: /* Authentication section */ $cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)? $cfg['Servers'][$i]['user'] = ''; // MySQL user $cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed with 'config' auth_type) $cfg['Servers'][$i]['AllowNoPassword'] = false; // Must use password It forces your users to login. There may be a few more tweaks however the above provides a starting point. How did you get on with 6.0.1-Carbo? All the best Ric
-
UniServer 5.6.11-Nano Released Changes: - phpMyAdmin updated to 3.3.5.1 - security bugfix release; Download: UniServer 5.6.11-Nano Enjoy Regards, The Uniform Server Development Team
-
In all honesty this is no way to proceed. It’s been open for a long time and there is no response. I can only assume this is a dead duck and not worth any further effort and any of my perspicuous eyesight time. Shame on me, I was hoping for real feedback and responses. I will maintain the 5.6 series. Carbo had a few good points these have been spun off into 5.6 However main elements of Carbo were destined for next series. I have no problem with lack of responses just that I no longer have the time to push it. All the best Ric
-
Why! No feedback on Carbo; is it such a white elephant? All the best Ric :angry:
-
UniServer 5.6.10-Nano Released Changes: - MySQL updated to 5.1.50; - Pear script updated to Go-Pear 1.1.2 Download: UniServer 5.6.10-Nano Enjoy Regards, The Uniform Server Development Team
-
I find it strange! No one using Vista or W7 Perhaps assign Carbo to the bin and start again. :angry: All the best Ric
-
“Where is the tray menu configuration file?” File location: UniServer\unicon\tray_menu\UniTray1.ini Note: If you moved (multi-server configuration) servers UniTray1.ini digit is incremented to match tray icon number displayed. If you add menu items edit files service_install_run.php and service_stop_uninstall.php Split these into sections (binary code to select appropriate section), or create separate functions. “Also, if your team isn't aware of it yet, clicking the Restart Apache service on the left side of the administration page doesn't work.” I have checked this it works fine. Sometimes depending on browser you have to clear it’s cache to display new pages. All the best Ric
-
That was the information I wanted. When run as a service to make changes Stop services as follows: 1] Start Unitray 2] Right click tray menu 3] Click Stop and remove all services 4] Right click tray menu and click server status – Confirm servers are free to install Apache config changes: 5] Make changes to Apache configuration file 6] From unitary run Apache syntax check – correct any errors reported PHP configuration 7] Edit three configuration files php.ini, php.ini_production_nano and php.ini_delvelopment_nano Note 1: php.ini is the file used by PHP Note 2: php.ini_production_nano and php.ini_delvelopment_nano are selected from tray menu. For example Right click>Advance> select either switch to production or switch to dvelopment. File php.ini is overwritten by the file selected. Start Services After making changes restart servers as follows: 8] Right click tray menu 9] Click Install and run services “I am trying out the uniform server and can't figure out how to restart apache without having to stop and rerun the service.” From the above I hope it is clear that Install/start and Stop/Uninstall are ingle button clicks and that there is no separate start or stop servers. This dual functionality was introduced for convenience. If you do want this functionality you need to edit the tray menu configuration file. To the right section add menu items Install Apache Service Uninstall Apache service. Start Apache Service Stop Apache Service Repeat the above for MySQL Edit and separate individual components in appropriate control functions “Currently everything is running as a service and when I make changes to php.ini or http.config - the changes have no effect. “ The above steps 1 to 9 work. Do log files, syntax check or run status show any issues. “When you say unitray mirros Apanel - do you mean that unitray has a link to apanel?” They both run the same core functions. All the best Ric
-
OK! Difficult to answer in a single post, hence when I have time will post a tutorial on the Wiki. At the moment just interested on what PC’s UniServer 6.0.1-Carbo runs :angry: or fails . All the best Ric