Running the Apache Application

<< Click to Display Table of Contents >>

Navigation:  Developer's Guide > Deployment > Native Apache 2.4 Module >

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 below 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