apache , mysql and php

Discussion in 'Server Operation' started by aolex, Oct 14, 2005.

  1. aolex

    aolex New Member

    question 1:

    - is it posible to install apache using this command :
    ./configure --prefix=/usr/local/apache --enable-module=most --enable-shared=max --enable-module=so

    question 2:

    -is it posible to run 2 apache servers at a time on different port ? how about mysql servers ?

    question 3:

    how do i compile php in "full" mode without having to input all the flags at the ./configure step ?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Yes. Run
    Code:
    ./configure --help
    to find out about all configuration options.

    Yes.

    You have to specify everything you need, there's no full mode.

    Please have a look at this Apache2-SSL-PHP5-Howto: http://www.howtoforge.com/linux_apache2_ssl_php5_zendoptimizer_ioncubeloader
     
  3. aolex

    aolex New Member

    ok , where can i find a list with all the php (4.3.11) compilation flags ? :)
     
  4. falko

    falko Super Moderator ISPConfig Developer

    By running
    Code:
    ./configure --help
    from the PHP source directory.
     
  5. aolex

    aolex New Member

    thanks , i like this site :)
     

Share This Page