C
C
Combat72016-06-24 00:35:50
Network administration
Combat7, 2016-06-24 00:35:50

How is this address configured?

The site has a site.ru url: 1234
How is such a thing configured, where to find it, and so on?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey, 2016-06-24
@Combat7

For apache - httpd.conf - Listen 1234
For nginx - nginx.conf - listen 1234;
It's easier to go into /etc/ and search for all files containing 1234.

R
Rou1997, 2016-06-24
@Rou1997

By default, any HTTP server listens on port 80, that is, the URL is http://domain-or-ip/equivalent to http://domain-or-ip:80/, and that site's server is configured to listen on port 1234, so the client (browser) connects on this port.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question