how can i add more then one website on my server.
Printable View
how can i add more then one website on my server.
You certainly can, Apache supports virtual hosts, you set up a virtual host section at the end of your httpd.conf. Just dont try to run SSL over the virtual hosts, this is a pig to set up and configure (the SSL runs at a lower protocol level than the HTTP protocol).