Wamp server for mac os x

broken image

Note:if you are running wamp for other than port 80 then VirtualHost will be like VirtualHost *:86.(86 or port whatever you are using) instead of VirtualHost *:80ģ. Options +Indexes +FollowSymLinks +MultiViews If you are using WAMPServer 3 See bottom of answer For WAMPServer versions of WAMPServer there is a Virtual Hosts pre defined for localhost so dont amend the nf file at all, leave it as you found it.

broken image

(or you can disable your whole firewall for testing but permanent solution if allow inbound rule)Ģ. XAMPP for Mac has been designed to be the easiest way to install and run a development server. The package includes the Apache web server, MySQL, PHP, Perl, a FTP server and phpMyAdmin. To do this, create 2 inbound rules for TPC and UDP on Windows Firewall for port 80 and 443. XAMPP for Mac is an easy to install Apache distribution for Mac OS X, Windows, Linux and Solaris. Port 80(or what ever you are using) and 443 must be allow for both TCP and UDP packets. If you found it, replace it for: Listen 80 Look in your apache configuration file for: Listen 127.0.0.1:80

broken image

Perhaps your Apache is bounded to localhost only. Open the configuration file ( nf) and find the lines that say: Allow from 127.0.0.1 Turn off 443 if you need https (SSL) access. Turn off your firewall for port 80 from any address.