Re: [users@httpd] How to add multiple index.html references in httpd.conf ?

2012-01-15 Thread Eric Covener
On Sun, Jan 15, 2012 at 12:07 PM, Phil Pinkerton 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

Re: [users@httpd] How to add multiple index.html references in httpd.conf ?

2012-01-15 Thread Phil Pinkerton
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 ?? On Jan 15, 2012, at 11:33 AM, Eric Covener wrote: > On Sun, Jan 15, 2012 at 1

Re: [users@httpd] How to add multiple index.html references in httpd.conf ?

2012-01-15 Thread Eric Covener
On Sun, Jan 15, 2012 at 11:24 AM, Phil Pinkerton wrote: > No because just adding the path to the "otherWeb"/index.html to > DirectoryIndex line still defaults to the first index.html They're searched in order. Only one can be used.. If you just appended a value and the old value existed, the b

Re: [users@httpd] How to add multiple index.html references in httpd.conf ?

2012-01-15 Thread Phil Pinkerton
No because just adding the path to the "otherWeb"/index.html to DirectoryIndex line still defaults to the first index.html Perhaps I should rename the second index.html to otherweb.html ? not sure that's why I am asking. On Jan 15, 2012, at 11:10 AM, Eric Covener wrote: > On Sun, Jan 15, 201

Re: [users@httpd] How to add multiple index.html references in httpd.conf ?

2012-01-15 Thread Eric Covener
On Sun, Jan 15, 2012 at 11:02 AM, Phil Pinkerton wrote: > https://server.domain.net/otherapp and get the index.html in “otherWeb” Isn't this the same as the 2nd example in the manual? http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryindex --

[users@httpd] How to add multiple index.html references in httpd.conf ?

2012-01-15 Thread Phil Pinkerton
currently in httpd.conf the default index.html is configured : DocumentRoot “www” DirectoryIndex index.html Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all I want to add another webpage (index.html) located in “otherWeb” which is located in the same directory