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.conf
file 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.ini
file from the GUI to modify PHP settings.
- Access the
- Common Changes
- Increase
upload_max_filesize
orpost_max_size
if needed for larger file uploads. - Adjust
max_execution_time
for 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_connections
orinnodb_buffer_pool_size
as 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.