Changes between Version 23 and Version 24 of howto/MAMP


Ignore:
Timestamp:
Feb 17, 2009, 10:54:29 PM (15 years ago)
Author:
danocd@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v23 v24  
    3939}}}
    4040
    41 Point your browser to http://localhost/ (page refresh may be needed) and verify that Apache is running. (For Apache 2.2.9, you should see a giant "It works!" displayed.)
     41Point your browser to http://localhost/ (page refresh may be needed) and verify that Apache is running. (For Apache 2.2.11, you should see a giant "It works!" displayed.)
    4242
    4343Reboot your machine, point your browser again to http://localhost/, and verify that Apache has started and is running.
     
    219219}}}
    220220
    221 and place it in your Apache "`DocumentRoot`" directory (should be "`/opt/local/apache2/htdocs`") or your own user "`Sites`" directory if you activated user directories as specified above. Point your browser to http://localhost/phpinfo.php (or http://localhost/~username/phpinfo.php if applicable) and verify that the correct version of PHP is active (v5.2.6 as of this writing) and that MySQL support is active (you may want to search the page for "`mysql`").
     221and place it in your Apache "`DocumentRoot`" directory (should be "`/opt/local/apache2/htdocs`") or your own user "`Sites`" directory if you activated user directories as specified above. Point your browser to http://localhost/phpinfo.php (or http://localhost/~username/phpinfo.php if applicable) and verify that the correct version of PHP is active (v5.2.8 as of this writing) and that MySQL support is active (you may want to search the page for "`mysql`").
    222222
    223223As a last check, reboot and verify that everything has autostarted and is running (i.e., repeat the above tests).