I would like to run more then one site from one Apache instance at localhost. Each site is at a different directory and can be accessed from a different port, I currently have this set up by running multiple instances of Apache, but this is eating away my ram, how can I set up httpd.conf to work more then one site via port number.
Accessing the sites by directory is not an option, the sites use absolute paths and wont work as a subdirectory (I can't do
http://localhost/site1/ and
http://localhost/site2/ gotta be
http://locahost:81/ and
http://locahost:82/)