I am using the latest Apache 2.x.
I can get the default port 80 running, but I don't add any IP addresses, since using DHCP.
Can someone give me some code to put into the httpd.conf file to create a new website (in addition to the defaulted port 80), but this one on port 523 is an entirely seperate site with the following:
port = 523
home dir = /usr/site523
(webalias) ibi_html = /usr/ibi_html
I am confused and think I use the VirtualHost tag, but all doc I find tells me I need an IP, which I can't provide since I am on DHCP.
It shouldn't matter, but this is on RedHat Linux 9. From what I was told, Apache config files are the same on Windows / Linux / various flavors of Unix.
ANY help is appreciated.
I can get the default port 80 running, but I don't add any IP addresses, since using DHCP.
Can someone give me some code to put into the httpd.conf file to create a new website (in addition to the defaulted port 80), but this one on port 523 is an entirely seperate site with the following:
port = 523
home dir = /usr/site523
(webalias) ibi_html = /usr/ibi_html
I am confused and think I use the VirtualHost tag, but all doc I find tells me I need an IP, which I can't provide since I am on DHCP.
It shouldn't matter, but this is on RedHat Linux 9. From what I was told, Apache config files are the same on Windows / Linux / various flavors of Unix.
ANY help is appreciated.
