How can browse without port usage example http IP on the broswer if the php artisan server on http IP 8088

0 votes

Dear All,

I am running laravel on AWS EC2 ubuntu and the application is serving on  http://<IP>:8088. Apache is serving on Port 80

How can i make the runing application which is running on port 8088 be accessed using just http://<IP> without the port on browser.

Or How can i access the running application using my domain name alone on browser (Note: The application is running other than port 80)

Thanks in Advance,

Raghu

Jul 31, 2020 in Web Development by Raghu
• 120 points

retagged Aug 3, 2020 by Niroj 861 views

1 answer to this question.

0 votes

Hi, @Raghu,

If you are running the Development Application Server, changing the port used by the server is the easiest solution. Change the Server Port in the Application Server Control Panel and start the server. Specify a port that is not 80, such as 8080.

Changing the port number may not be desired in a Production environment. This is because anyone using your site must include the port number in the URL.

You have to follow few instructions below to determine the application using the port:

1. At a Windows command prompt, run the command netstat -o. This will output a list of ports, along with the PID (process ID) that has that port open.

2. The sample output above indicates that the local port 80 is being used by process ID 2636. To determine the executable running as this process ID, you need to use Windows Task Manager.

Open Windows Task Manager. This can be done in the Windows command prompt. Run taskmgr in the command prompt.

C:\Documents and Settings\Administrator>taskmgr

C:\Documents and Settings\Administrator>

3. Open the Processes tab.

4. Add PID (Process Identifier) to the columns displayed for the processes. Depending on the version of the Windows Task Manager you are running.

5. If Select Columns is not listed under the View menu, right-click on the title bar in the Process tab. You can refer to this for an in-depth view https://documentation.alphasoftware.com/documentation/pages/Troubleshooting/Web%20Server/Port%20is%20in%20use.xml 

answered Aug 3, 2020 by Gitika
• 65,910 points

Related Questions In Web Development

0 votes
1 answer
0 votes
1 answer

How to track with Google Analytics on a redirection page with PHP?

Hello @kartik, Since the page that is sending ...READ MORE

answered Jul 7, 2020 in Web Development by Niroj
• 82,880 points
1,580 views
0 votes
1 answer

How can I create a simple page vertical scroll bar without using jQuery?

Surprisingly, there is not a great, simple ...READ MORE

answered Jun 22, 2022 in Web Development by rajatha
• 7,640 points
303 views
0 votes
0 answers

how can i get the url of the content( home.html) in adress bar by jquery load() function?

I am using jquery load() function to ...READ MORE

Jul 28, 2022 in Web Development by gaurav
• 23,260 points
393 views
0 votes
1 answer
0 votes
1 answer

Error: Failed to load resource: the server responded with a status of 404 (Not Found)

Your files are not under the JSP folder that's ...READ MORE

answered Dec 16, 2020 in Web Development by Gitika
• 65,910 points
87,102 views
0 votes
3 answers

Explain the difference between visibility:hidden; and display:none?

display:none means that the tag in question will ...READ MORE

answered Dec 14, 2020 in Web Development by Gitika
• 65,910 points
118,516 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP