2

My Ubuntu machine is on the network accessible at \\linux-server I have Apache2 installed and if I go to http://linux-server it takes me to /var/www as the root directory.

Is it possible on the same machine to set it up so that http://jisaacks points to /var/www-jisaacks

karthick87
  • 84,513
JD Isaacks
  • 5,497

3 Answers3

1

One method is to use the NameVirtualHost directive.

There is a howto here : http://www.debian-administration.org/articles/412.

Maxime R.
  • 3,920
0

This article should help you.

NES
  • 33,935
0

I think you're looking for Virtual host. Check out http://httpd.apache.org/docs/2.2/vhosts/ or search for a how to article.