Iam619
Iam619

Reputation: 795

How to connect to a specific port on Apache server

I am very new to apache server so I cannot figure out how to connect to a specific port number say, 8888.

I am using a mac running MAC OS Lion and should I open web sharing, file sharing and remote login? I've done these following steps in this article. And then I need to connect to a specific port number and look at some files. But I cannot figure out how. Any help is appreciated.

Upvotes: 0

Views: 341

Answers (1)

Alpha01
Alpha01

Reputation: 856

To connect to a specific port, use http://localhost:SPECIFIC_PORT, e.g. http://localhost:1234

Upvotes: 1

Related Questions