Running the Apache Application

Once deployment is completed and all the configuration are done you can easily run your native Apache web application in a browser tab.

To do this point your browser to the URL:

http://apache_server_address:apache_server_port/application_alias

In our example Apache server is running on localhost port 8088 and application alias is uniapp:

http://localhost:8088/uniapp

clip0199