Need your help to create my own Web Server

Hi guys,

I'm learning web programming & networking now, i need your help to create multiple domains Home Web Server with FreeBSD, is there any simple tutorial to create home web server ? fyi: i will use my laptop to create my web server for testing.
 
What you are looking for(if you are using apache) is the link that SirDice gave. More precise the "named-virtual-hosts" part which gives you the information needed for this setup. The information on the apache website it quite straight forward, and there are some details in the /usr/local/etc/apache22/extra/httpd-vhosts.conf file that is created with the apache22 install with a example entry.
 
@gilinko: i want create web server that can support multiple domains with apache and i want use 1 IP for multiple domains. is it possible ?
 
Yes, it's called name-based virtual hosts. See the documentation link I posted.
 
Back
Top