components/php-common/php.conf
changeset 5086 132450dbe5f6
parent 5083 30d15206ebc4
child 5087 e31e1e575df4
equal deleted inserted replaced
5083:30d15206ebc4 5086:132450dbe5f6
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 #
       
    25 # The configuration of PHP has changed since Solaris 11 so any existing
       
    26 # installations of PHP will see changes in the way PHP configuration is
       
    27 # done.
       
    28 #
       
    29 # This file, /etc/apache2/2.2/conf.d/php.conf, should be the only PHP
       
    30 # configuration present in this directory which the Apache server will
       
    31 # read.
       
    32 # As can be seen below, this file contains only an "Include" directive.
       
    33 # /etc/apache2/2.2/conf.d/php/php.conf is an IPS mediated link (see pkg(1)) to
       
    34 # the real Apache configuration file for PHP.
       
    35 # The pkg mediator switches links to the /usr/bin commands, php, phpize, etc,
       
    36 # directory links /usr/php/bin, etc as well as the mediated link just
       
    37 # described to the Apache configuration file for PHP.
       
    38 #
       
    39 # To configure PHP please edit only the configuration files:
       
    40 #        /etc/apache2/2.2/conf.d/php/php5.2.conf
       
    41 #        /etc/apache2/2.2/conf.d/php/php5.3.conf
       
    42 # and use pkg set-mediator to set the default version.
       
    43 # More info in php(1).
       
    44 #
       
    45 
       
    46 Include /etc/apache2/2.2/conf.d/php/php.conf