Changes between Version 53 and Version 54 of FAQ


Ignore:
Timestamp:
Feb 22, 2009, 11:35:43 AM (15 years ago)
Author:
raimue (Rainer Müller)
Comment:

PHP5 now uses Apache2 by default

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v53 v54  
    125125== Software Questions ==
    126126
    127 === When I install the port of PHP 5, MacPorts wants to install Apache 1.3 even though I use Apache 2. What do I need to do? ===
    128 
    129 Use "variants." The command `port variants <portname>` (where ''portname'' is the port in question) lists available build variations that support differences you may desire. For instance, to install PHP 5 for use with Apache 2 and MySQL, you'd type `port install php5 +apache2 +mysql`.
    130 
    131127=== Python fails to build ===
    132128