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.
Add Code: Listen 81 to your Apache configuration, and then in the vhost configuration, you use port 81 instead of 80.