Changes between Version 24 and Version 25 of howto/MAMP


Ignore:
Timestamp:
Apr 4, 2009, 2:06:27 AM (15 years ago)
Author:
scott@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v24 v25  
    7171In `/opt/local/apache2/conf/extra/httpd-userdir.conf`, add the following lines to the end of the file:
    7272
     73For Mac OS X 10.4 and lower
    7374{{{
    7475#
     
    7778Include /private/etc/httpd/users/*.conf
    7879}}}
     80
     81For Mac OS X 10.5 and above
     82{{{
     83#
     84# Include user configurations
     85#
     86Include /private/etc/apache/users/*.conf
     87}}}
     88
    7989
    8090Restart Apache (`sudo /opt/local/apache2/bin/apachectl -k restart`) and verify that everything's running. You should now be able to go to http://localhost/manual/ to access the manual, and you should be able to access your personal user web site at http://localhost/~username/, where "username" is your login id.