[MacPorts] howto/MAMP modified

MacPorts noreply at macports.org
Fri Apr 3 19:06:29 PDT 2009


Changed page "howto/MAMP" by scott at newgeo.com from 76.102.191.19*
Page URL: <http://trac.macports.org/wiki/howto/MAMP>
Diff URL: <http://trac.macports.org/wiki/howto/MAMP?action=diff&version=25>
Revision 25

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/MAMP
=========================================================================
--- howto/MAMP (version: 24)
+++ howto/MAMP (version: 25)
@@ -70,12 +70,22 @@
 
 In `/opt/local/apache2/conf/extra/httpd-userdir.conf`, add the following lines to the end of the file:
 
+For Mac OS X 10.4 and lower
 {{{
 #
 # Include user configurations
 #
 Include /private/etc/httpd/users/*.conf
 }}}
+
+For Mac OS X 10.5 and above
+{{{
+#
+# Include user configurations
+#
+Include /private/etc/apache/users/*.conf
+}}}
+
 
 Restart 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.
 

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on howto/MAMP. If it was not you, please
report to .


More information about the macports-changes mailing list