Changes between Version 14 and Version 15 of howto/MAMP


Ignore:
Timestamp:
Aug 11, 2008, 7:23:35 AM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v14 v15  
    6666Restart 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.
    6767
    68   '''''Note:''''' When you upgrade your Apache installation (e.g., `sudo port upgrade apache2`), be aware that the upgrade will not affect your `http.conf` file, but '''it will overwrite the other configuration files''', such as the `httpd-userdir.conf` file (see #8605). Therefore, if you've made any changes to those files (e.g., activating User web pages), you will need to save your `httpd-userdir.conf` file before upgrading and then reapply your changes after the upgrade. However, it would probably be a good idea to save your `httpd.conf` file too, just to be safe.
     68  '''''Note:''''' When you upgrade your Apache installation (e.g., `sudo port upgrade apache2`), be aware that the upgrade will not affect your `httpd.conf` file, but '''it will overwrite the other configuration files''', such as the `httpd-userdir.conf` file (see #8605). Therefore, if you've made any changes to those files (e.g., activating User web pages), you will need to save your `httpd-userdir.conf` file before upgrading and then reapply your changes after the upgrade. However, it would probably be a good idea to save your `httpd.conf` file too, just to be safe.
    6969
    7070=== Step 3: Install MySQL ===