answersLogoWhite

0


Best Answer

Edit the ports.conf file and change the line

listen 80

to

listen 81

which is, all in all, remarkably straightforward.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you get an Apache server to listen on port 81 instead of port 80?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What port server does Telnet server listen on?

Port 23


What is the default port for apache tomcat web server?

443


Server usually listens on port 80?

Conventionally, an HTTP server listens on port 80. Regardless of the brand of web server that you are running, the server will typically listen for HTTP traffic on port 80 and HTTPS traffic on port 443.


At what port does an SMTP email server listen to receive email from a client computer?

port 25


How can you set up web server so users can find its web page by ip address?

All you would need to do is install Apache Server on ur system and forward ur IP to port 80 through ur router and adjust Apache to work on http://localhost/


After installing the collabnet subversion server and tortoise svn in xampp server apache is not running why?

Simple. Collabnet Subervsion comes with an Apache Server just as Xampp, both by default running on port 80/8080 (see port check below). when you install collabnet subversion after xampp, the svn takes over xampp's apache's port and xampp stop running. Apache (HTTP) 80 Process: System Apache (WebDAV) 81 free Apache (HTTPS) 443 Program: D:\Program Files\xampp\apache\bin\httpd.exe MySQL 3306 free FileZilla (FTP) 21 free FileZilla (Admin) 14147 free Mercury (SMTP) 25 free Mercury (POP3) 110 free Mercury (IMAP) 143 free Mercury (HTTP) 2224 free Mercury (Finger) 79 free Mercury (PH) 105 free Mercury (PopPass) 106 free Tomcat (AJP/1.3) 8009 free Tomcat (HTTP) 8080 Program: D:\Program Files\xampp\apache\bin\httpd.exe


What ports need to be open for the client to use the FTP client software?

FTP is a TCP based service exclusively. There is no UDP component to FTP. FTP is an unusual service in that it utilizes two ports, a 'data' port and a 'command' port (also known as the control port). Traditionally these are port 21 for the command port and port 20 for the data port. The confusion begins however, when we find that depending on the mode, the data port is not always on port 20. In active mode FTP the client connects from a random unprivileged port (N > 1023) to the FTP server's command port, port 21. Then, the client starts listening to port N+1 and sends the FTP command PORT N+1 to the FTP server. The server will then connect back to the client's specified data port from its local data port, which is port 20. From the server-side firewall's standpoint, to support active mode FTP the following communication channels need to be opened: * FTP server's port 21 from anywhere (Client initiates connection) * FTP server's port 21 to ports > 1023 (Server responds to client's control port) * FTP server's port 20 to ports > 1023 (Server initiates data connection to client's data port) * FTP server's port 20 from ports > 1023 (Client sends ACKs to server's data port) In order to resolve the issue of the server initiating the connection to the client a different method for FTP connections was developed. This was known as passive mode, or PASV, after the command used by the client to tell the server it is in passive mode. In passive mode FTP the client initiates both connections to the server, solving the problem of firewalls filtering the incoming data port connection to the client from the server. When opening an FTP connection, the client opens two random unprivileged ports locally (N > 1023 and N+1). The first port contacts the server on port 21, but instead of then issuing a PORT command and allowing the server to connect back to its data port, the client will issue the PASV command. The result of this is that the server then opens a random unprivileged port (P > 1023) and sends the PORT P command back to the client. The client then initiates the connection from port N+1 to port P on the server to transfer data. From the server-side firewall's standpoint, to support passive mode FTP the following communication channels need to be opened: * FTP server's port 21 from anywhere (Client initiates connection) * FTP server's port 21 to ports > 1023 (Server responds to client's control port) * FTP server's ports > 1023 from anywhere (Client initiates data connection to random port specified by server) * FTP server's ports > 1023 to remote ports > 1023 (Server sends ACKs (and data) to client's data port)


The ports for server-to-server communication and CMC ports?

port 2512 for server-to-server directed communications and port 2513 for CMC


What change is necessary to make sendmail listen to all network traffic on port?

1. "hello" change and you have to edit the mail server file.


What is a port-server?

A port is a communications endpoint on a computer, referred to as a host. A port-server operates on a specific port number of a specific port for communication.


What is a port server?

A port is a communications endpoint on a computer, referred to as a host. A port-server operates on a specific port number of a specific port for communication.


Why is it that a server needs a fixed port number but client process can be given any random port number?

The client process needs a temporary port number. It tells the server to which port to reply (the TCP or UDP header includes information about the source and the destination port). The client, on the other hand, doesn't know in advance what port the server uses - unless the server uses a standard port number.The client process needs a temporary port number. It tells the server to which port to reply (the TCP or UDP header includes information about the source and the destination port). The client, on the other hand, doesn't know in advance what port the server uses - unless the server uses a standard port number.The client process needs a temporary port number. It tells the server to which port to reply (the TCP or UDP header includes information about the source and the destination port). The client, on the other hand, doesn't know in advance what port the server uses - unless the server uses a standard port number.The client process needs a temporary port number. It tells the server to which port to reply (the TCP or UDP header includes information about the source and the destination port). The client, on the other hand, doesn't know in advance what port the server uses - unless the server uses a standard port number.