adspace


How to set up a virtual host in apache?

Answer Posted / Anuradha

To set up a virtual host in Apache, you'll need to create a new configuration file for the virtual host and place it in the appropriate directory (e.g., /etc/apache2/sites-available/). Once created, enable the site using a2ensite, and restart the server.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

On which version of apache you have worked?

1032