Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
fof/apache_ports.conf
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
26 lines (23 sloc)
442 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If you just change the port or add more ports here, you will likely also | |
# have to change the VirtualHost statement in | |
# /etc/apache2/sites-enabled/000-default.conf | |
Listen 80 | |
Listen 1780 | |
Listen 1900 | |
Listen 2189 | |
Listen 2600 | |
Listen 2869 | |
Listen 2555 | |
Listen 5555 | |
Listen 37215 | |
Listen 47128 | |
Listen 49000 | |
Listen 49152 | |
Listen 49153 | |
Listen 56688 | |
<IfModule ssl_module> | |
Listen 443 | |
</IfModule> | |
<IfModule mod_gnutls.c> | |
Listen 443 | |
</IfModule> |