UwAmp main help

From UwAmp Wiki

Jump to: navigation, search

Contents

Folder tree

In the UwAmp folder there are 4 sub-folders:

  • apache: contains the Web server and PHP.
  • mysql: contains the MySQL database server.
  • utils: contains tools and more.
  • www: the directory containing your websites.
  • UwAmp: server control interface, which is the executable that you must run to start the server.

Start server

To start the server just run the executable UwAmp.exe and click on the start button to start Apache and MySQL. Note that the default configuration is set to auto-start the servers.

Manual file Configuration

If you want to manually configure the configuration files please configure the files listed below:

- Apache configuration file: bin/apache/conf/httpd_source.conf
- PHP configuration file: bin/php/YOUR VERSION/php_source.ini
- MySQL configuration file: bin/mysql/my_source.ini

See also: Using macros

MySQL admin user

The MySQL admin user is:

  • user "root"
  • password "root"

Note that this is not considered secure for anything other than local testing.