View Single Post
Old 04-10-2003, 10:07 PM   PM User | #1
Bawy
New Coder

 
Join Date: Sep 2002
Location: eNYCe
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
Bawy is an unknown quantity at this point
1 instance of Apache running 2 sites on 2 different ports @ localhost

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/)
Bawy is offline   Reply With Quote