Lamp on port 81

Discussion in 'Server Operation' started by av1611, Sep 27, 2009.

  1. av1611

    av1611 New Member

    I'm running a basic LAMP setup on Mint7. I have various virtual domains working correctly.

    I want to create a virtual domain on port 81 but still have my other domains on port 80.

    How can I accomplish this?

    Thanks.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Add
    Code:
    Listen 81
    to your Apache configuration, and then in the vhost configuration, you use port 81 instead of 80.
     

Share This Page