Denying Read Access to File Extensions

Denying Read Access to File Extensions

am 17.10.2002 18:42:30 von Billy Kendall

--Boundary_(ID_RANmo5yFmvDxsFM582MoSw)
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: 7BIT

I have enabled FancyIndexing for my server and I am wondering how I can block read access to just certain file extensions. I know I can block people from seeing certain files with the directive, but I want users to be able to list the contents of a directory but block them from actually downloading certain file extensions. Is there a directive to do this?

____________
BILLY KENDALL
Cell: 214.334.3633
Fax: 703.935.7804
E-Mail: billy@billykendall.com
Web: http://www.billykendall.com



--Boundary_(ID_RANmo5yFmvDxsFM582MoSw)
Content-type: text/html; charset=iso-8859-1
Content-transfer-encoding: 7BIT








I have enabled FancyIndexing for my server and I
am wondering how I can block read access to just certain file
extensions.  I know I can block people from seeing certain files with the
<FILES> directive, but I want users to be able to list the contents of a
directory but block them from actually downloading certain file
extensions.  Is there a directive to do this?
face=Verdana size=2>

____________
BILLY KENDALL
Cell: 214.334.3633
Fax:
703.935.7804
E-Mail: href="mailto:billy@billykendall.com">billy@billykendall.com
Web: href="http://www.billykendall.com">http://www.billykendall.c om

 


 


--Boundary_(ID_RANmo5yFmvDxsFM582MoSw)--

RE: Denying Read Access to File Extensions

am 18.10.2002 10:45:42 von Boyle Owen

Check out "FilesMatch" and "Deny" in the documentation...

-----Original Message-----
From: Billy Kendall [mailto:billy@billykendall.com]
Sent: Donnerstag, 17. Oktober 2002 18:43
To: users@httpd.apache.org
Subject: [users@httpd] Denying Read Access to File Extensions


I have enabled FancyIndexing for my server and I am wondering how I can
block read access to just certain file extensions. I know I can block
people from seeing certain files with the directive, but I want
users to be able to list the contents of a directory but block them from
actually downloading certain file extensions. Is there a directive to
do this?

____________
BILLY KENDALL
Cell: 214.334.3633
Fax: 703.935.7804
E-Mail: billy@billykendall.com
Web: http://www.billykendall.com

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please notify the sender urgently
and then immediately delete the message and any copies of it from your
system. Please also immediately destroy any hardcopies of the message.
You must not, directly or indirectly, use, disclose, distribute, print,
or copy any part of this message if you are not the intended recipient.
The sender's company reserves the right to monitor all e-mail
communications through their networks. Any views expressed in this
message are those of the individual sender, except where the message
states otherwise and the sender is authorised to state them to be the
views of the sender's company.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: Denying Read Access to File Extensions

am 18.10.2002 17:23:17 von Jason Wilkinson

This is one of the settings that comes in a default httpd.conf file. As
below...

AccessFileName .htaccess

Order allow,deny
Deny from all


It is very easy to add for any file extension.


Order allow,deny
Deny from all


-----Original Message-----
From: Boyle Owen [mailto:Owen.Boyle@swx.com]
Sent: Friday, October 18, 2002 3:46 AM
To: users@httpd.apache.org
Subject: RE: [users@httpd] Denying Read Access to File Extensions


Check out "FilesMatch" and "Deny" in the documentation...

-----Original Message-----
From: Billy Kendall [mailto:billy@billykendall.com]
Sent: Donnerstag, 17. Oktober 2002 18:43
To: users@httpd.apache.org
Subject: [users@httpd] Denying Read Access to File Extensions


I have enabled FancyIndexing for my server and I am wondering how I can
block read access to just certain file extensions. I know I can block
people from seeing certain files with the directive, but I want
users to be able to list the contents of a directory but block them from
actually downloading certain file extensions. Is there a directive to
do this?

____________
BILLY KENDALL
Cell: 214.334.3633
Fax: 703.935.7804
E-Mail: billy@billykendall.com
Web: http://www.billykendall.com

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please notify the sender urgently
and then immediately delete the message and any copies of it from your
system. Please also immediately destroy any hardcopies of the message.
You must not, directly or indirectly, use, disclose, distribute, print,
or copy any part of this message if you are not the intended recipient.
The sender's company reserves the right to monitor all e-mail
communications through their networks. Any views expressed in this
message are those of the individual sender, except where the message
states otherwise and the sender is authorised to state them to be the
views of the sender's company.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server
Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org