Re: [EMAIL PROTECTED] problem with cgi permissions

2006-01-29 Thread David Wolever
On 1/30/06, mohan devanoor <[EMAIL PROTECTED]> wrote: > hi all, > iam an apche 2.0.55 user > i want to get my homepages for different directories like > http://localhost/page1 -- (hello.html) > > http://localhost/page2--(welcome.html) > > http://localhost/page3 --(index.html) > > i tried

[EMAIL PROTECTED] problem with cgi permissions

2006-01-29 Thread mohan devanoor
hi all, iam an apche 2.0.55 user i want to get my homepages for different directories like http://localhost/page1   -- (hello.html)http://localhost/page2    --(welcome.html)http://localhost/page3 --(index.html)   i tried using VH and Redirect   ServerName vls:80Redirect /page1 ht