|
|
Start MAMP at login without password request
I’m using MAMP Pro and my Ports are Apache:8888 and MySQL:3306 so I don't need a verification to start MAMP. But my hosts are all set to Port 80. So all the hosts are listening to Port 80 but they are routed internally to Port 8888. It works without problems.
Start MAMP at login without password request
i tried this and it didn't work. i'm running Name-based virtual hosting - is this what you are doing?
Start MAMP at login without password request
As written above, I'm using MAMP Pro. It has a graphical user interface for building your hosts and httpd.conf files. I took a look what it does:
hosts: 127.0.0.1 testserverhttpd.conf: Listen 80 Listen 8888 <VirtualHost *:80> ServerName testserver DocumentRoot "/Users/xxx/folder" <Directory "/Users/xxx/folder"> Options Includes FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost> |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.09 seconds |
|