Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 19237 invoked from network); 30 Jan 2006 06:20:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jan 2006 06:20:43 -0000 Received: (qmail 76596 invoked by uid 500); 30 Jan 2006 06:20:33 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 76267 invoked by uid 500); 30 Jan 2006 06:20:31 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 76256 invoked by uid 99); 30 Jan 2006 06:20:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jan 2006 22:20:31 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.163.179.151] (HELO web35612.mail.mud.yahoo.com) (66.163.179.151) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 29 Jan 2006 22:20:30 -0800 Received: (qmail 88284 invoked by uid 60001); 30 Jan 2006 06:20:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=kohcB8vF4pTzt4TvB/6OXe0sUuACtZtz4LzmMlLtpgAT9ZhWf1Abw7sSqNS/sSemTwRfeYAuk+IjtrKyygiBviva5G/LlZ6KmKib6DW+hlJR/J9bQHLXa4NtsABgts/MZI66p0+LG7NjUch56eIrewPbMyf45PnU6gk22KKEQYY= ; Message-ID: <20060130062010.88282.qmail@web35612.mail.mud.yahoo.com> Received: from [203.199.183.235] by web35612.mail.mud.yahoo.com via HTTP; Sun, 29 Jan 2006 22:20:10 PST Date: Sun, 29 Jan 2006 22:20:10 -0800 (PST) From: mohan devanoor To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1767170294-1138602010=:86442" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] problem with cgi permissions X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0-1767170294-1138602010=:86442 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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:80 Redirect /page1 http://vls:80/page1/hello.html Redirect /page2 http://vls:80/page2/welcome.html Redirect /page3 http://vls:80/page1/index.htm is this right and efficient way. i want to give cgi permissions for each directory i modified it by using DocumentRoot and DirectoryIndex , Execcgi. but this is not working.. can any one help me pleae --------------------------------- Do you Yahoo!? With a free 1 GB, there's more in store with Yahoo! Mail. --0-1767170294-1138602010=:86442 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit
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
 
<VirtualHost *:80>
ServerName vls:80
Redirect /page1 http://vls:80/page1/hello.html
Redirect /page3 http://vls:80/page1/index.htm
</VirtualHost>
 
is this right and efficien t way.
i want to give cgi permissions for each directory
i modified it by using DocumentRoot and DirectoryIndex , Execcgi. but this is not working..
can any one help me pleae
 
 
 


Do you Yahoo!?
With a free 1 GB, there's more in store with Yahoo! Mail. --0-1767170294-1138602010=:86442--