On Sun, Jan 15, 2012 at 12:07 PM, Phil Pinkerton <pcpinker...@gmail.com> wrote:
> Exactly so how do I accomplish loading a different index.html based on a 
> different URL entry for the same server
>
> https://server1.domain.net/app1 = app1 index.html
> https://server1.domain.net/app2 = app2 index.html

I'm assuming app1 and app2 are directories and that you don't really
mean "index.html", as you'd get that for free.

You can configue a different DirectoryIndex in different directories

http://httpd.apache.org/docs/2.2/mod/core.html#directory
http://httpd.apache.org/docs/2.2/sections.html

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to