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
--- /usr/local/etc/apache2/2.2/original/httpd.conf 2014-12-05 20:14:50.000000000 -0500 | |
+++ /usr/local/etc/apache2/2.2/httpd.conf 2014-12-05 20:16:46.000000000 -0500 | |
@@ -38,7 +38,7 @@ | |
# prevent Apache from glomming onto all bound IP addresses. | |
# | |
#Listen 12.34.56.78:80 | |
-Listen 8080 | |
+Listen 8000 | |
# |
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
<VirtualHost *:8080> | |
<IfModule php7_module> | |
AddType application/x-httpd-php .php | |
AddType application/x-httpd-php-source .phps | |
<IfModule dir_module> | |
DirectoryIndex index.html index.php | |
</IfModule> | |
</IfModule> | |
ServerAdmin [email protected] |