Configuration Guide for wmWebStack
This guide provides information on how to configure the various components of wmWebStack to suit your development needs.
Apache Configuration
- Access Configuration File
- Open the Apache configuration file through the “Open Config Files” option in the GUI.
- Modify Settings
- Edit the
httpd.conffile to adjust server settings like port number, document root, and virtual hosts.
- Edit the
- Restart Apache
- After making changes, restart Apache using the control panel to apply the new settings.
PHP Configuration
- Access php.ini
- Access the
php.inifile from the GUI to modify PHP settings.
- Access the
- Common Changes
- Increase
upload_max_filesizeorpost_max_sizeif needed for larger file uploads. - Adjust
max_execution_timefor scripts that take longer to run.
- Increase
- Apply Changes
- Restart PHP via the GUI to apply your changes.
MySQL Configuration
- Access MySQL Configuration
- Use the GUI to open the MySQL configuration file.
- Modify Settings
- Edit settings such as
max_connectionsorinnodb_buffer_pool_sizeas needed.
- Edit settings such as
- Restart MySQL
- Restart MySQL to apply the changes.
Serveo.net Configuration
- Setup Serveo
- Click on the Serveo.net button in the GUI to configure and start publishing your local site.
- Manage Public Links
- The GUI provides quick access to your public Serveo.net links.
For detailed instructions on each component, refer to the specific documentation or visit our Support Page.