Results 1 to 2 of 2

Thread: System setup

  1. #1
    Join Date
    Oct 2008
    Location
    Kolkata, India
    Beans
    14

    System setup

    Heii, guyz..
    i need to setup a system with two apache web servers one linked with PHP4 another linked with PHP5 and one mysql server.
    .
    how can i do that??

  2. #2
    Join Date
    Jun 2006
    Location
    New Jersey
    Beans
    310
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: System setup

    Code:
    sudo apt-get install apache2 php4 php5
    sudo /etc/init.d/apache2 restart
    i don't know if you can have 2 apache services running on the same box

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •