UniController has menu sections titled Apache Utilities and MySQL Utilities which provide useful features, such as single button access to phpMyAdmin and server documentation. The image on the right shows the available menu options. Utility option buttons (opt1-opt3)
Parameter btntext allows you to set the button text to display. Parameter page allows you to define a page (and parameters) to run when the button is clicked. Server ConsoleThe Server Console opens a command window with environment variables preset and paths configured for Uniform Server utilities. Apart from cosmetics, it is identical to a standard command window (cmd). Note: For full server console details, see Server Console page. View wwwView www is a pre-configured button to display the root folder index page in the default/portable browser. It is equivalent to typing the following into a browser's address bar:
Apache searches for an index page in the following order: index.html index.shtml index.html.var index.htm index.php3 index.php index.lua index.pl index.cgi Server displays the first index page it finds. If an index page is not found, a directory (folder) listing is produced. Note: Substitute the domain name (localhost) and port (8080) as appropriate for the values configured. View sslView ssl is a pre-configured button to display the root folder index page in the default/portable browser. It is equivalent to typing the following into a browser's address bar:
Apache searches for an index page in the following order: index.html index.shtml index.html.var index.htm index.php3 index.php index.lua index.pl index.cgi Server displays the first index page it finds. If an index page is not found, a directory (folder) listing is produced. Note: Substitute the domain name (localhost) and port (444) as appropriate for the values configured. DocumentationThe Documentation button opens the index.html page from which the pages you are reading can be accessed. It follows the structure of the UniController menus. The top level describes commonly used functionality, while sub-menus detail the next level of functionality and provide more detailed information. It is self-contained, requiring no external references. MySQL ConsoleThe MySQL utility is a very popular admin tool. Uniform Server Zero provides a dedicated menu button (MySQL Console) that directly runs this utility in a console window, commonly referred to as the MySQL prompt. From this window, the MySQL server can be administered. Note: For full MySQL console details, see MySQL Console page. phpMyAdminphpMyAdmin is a MySQL administration tool written in PHP. It allows you to perform tasks such as creating, modifying or deleting databases. You can execute SQL statements and manage users and their permissions. The phpMyAdmin menu button opens the phpMyAdmin index page in the default/portable browser.
Note 1: By default, phpMyAdmin is accessible only to localhost. AdminerAdminer is a MySQL administration tool written in PHP. It allows you to perform tasks such as creating, modifying or deleting databases. You can execute SQL statements and manage users and their permissions. The Adminer menu button opens the Adminer index page in the default/portable browser.
Note 1: By default, Adminer is accessible only to localhost. --oOo--
|