kerongogreen.blogg.se

Jquery on mamp for mac
Jquery on mamp for mac









jquery on mamp for mac

Use the terminal to generate a private key in your default folder: cd ~ This part is straight from the tutorials, so if you already did it you can skip to "Set up MAMP". Update: Still works on Yosemite after fixing Apache as described in this answer.įurther Update: Comments suggest this still works at least through MAMP 5.4.

#Jquery on mamp for mac install#

Here's what worked for me, starting from a fresh install of MAMP 3.0.5 on Mavericks without Pro. If you're using MAMP 3 or 4 the instructions are slightly different. In between, update all certificate references to the newly created files as per the above VirtualHost definition.

jquery on mamp for mac

Server.crt and server.key are the newly created ones as per the obove tuts' links.Īround line 35 and its closing tag around line 245 to enable the line. SSLCertificateKeyFile /Applications/MAMP/conf/ssl/server.key SSLCertificateFile /Applications/MAMP/conf/ssl/server.crt Listen 80ĭocumentRoot /Users/myname/Documents/DevProjects/WebdevProjects Please follow the tuts listed above to get the certificate/key created and the password removed (as also mentioned by below).Ĭomment out the ifdef to make sure LoadModule is executed # The following are the changes i have made to the config files to get https working. Has anyone done this with os x 10.6.7? i have no idea where to go from here.

jquery on mamp for mac

Looking at phpinfo, i can't see mod_ssl being loaded. I can hit either 127.0.0.1 or localhost with http but both and return host not found error. I have read and tried the following instructions: Ok fellow coders, I am trying to configure MAMP with SSL on my mac for development purposes.











Jquery on mamp for mac