How to avoid pre-moderation of my comments?
Access to only a file
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > Apache HTTP Server > Access to only a file 17 August 2004 16:58:57

  Recent blog posts: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:

Access to only a file

Erik Andersson 17 August 2004 16:58:57
 Hi.

I'm running apache 2.0.49.

The server is default configured to use password authorization of all
files. How do I override password authentication for a specific file? (I
tried reading the documentation but I don't get it..) Anyone who is kind
enough to help me out?

Best Regards / Erik Andersson

-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


Add comment
Boyle Owen 17 August 2004 16:48:57 permanent link ]
 
-----Original Message-----> From: Erik Andersson [mailto:erik.andersson@cybercomgroup.com]> Sent: Dienstag, 17. August 2004 15:29> To: users@httpd.apache.­org> Subject: [users@httpd] Access to only a file>
Hi.>
I'm running apache 2.0.49.>
The server is default configured to use password authorization of all> files. How do I override password authentication for a > specific file? (I> tried reading the documentation but I don't get it..) Anyone > who is kind> enough to help me out?

One way is to use "Satisfy any" - this makes an OR between password auth
and mod_access. Then you make a conditional Allow based on the URI. So
you do something like:

Satisfy any

SetEnvIf Request_URI "file-to-allow.html­$" file_allow

<Directory /path/to/docroot>
Deny from all
Allow from env=file_allow
</Directory>

Auth directives...

so this means the whole docroot is denied from all UNLESS authorization
credentials are provided EXCEPT WHEN file_allow is set. Check all the
docs for details...


Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
Best Regards / Erik Andersson>
-------------------­--------------------­--------------------­----------> The official User-To-User support forum of the Apache HTTP > Server Project.> See <URL:http://httpd.a­pache.org/userslist.­html> for more info.> To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org> " from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg> For additional commands, e-mail: users-help@httpd.ap­ache.org>
Diese E-mail ist eine private und persГ¶nliche Kommunikation. Sie hat
keinen Bezug zur BГ¶rsen- bzw. GeschГ¤ftstГ¤tigkei­t der SWX Gruppe. This
e-mail is of a private and personal nature. It is not related to the
exchange or business activities of the SWX Group. Le prГ©sent e-mail est
un message privГ© et personnel, sans rapport avec l'activitГ© boursiГЁre du
Groupe SWX.

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 <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


Add comment
Joshua Slive 17 August 2004 16:58:57 permanent link ]
 On Tue, 17 Aug 2004 15:29:05 +0200, Erik Andersson
<erik.andersson@cyb­ercomgroup.com> wrote:> Hi.>
I'm running apache 2.0.49.>
The server is default configured to use password authorization of all> files. How do I override password authentication for a specific file? (I> tried reading the documentation but I don't get it..) Anyone who is kind> enough to help me out?

<Directory /path/to/directory>­
<Files filename.html>
Allow from all
Satisfy any
</Files>
</Directory>

But be careful, since this will also override any host-based access controls.

Joshua.

-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > Apache HTTP Server > Access to only a file 17 August 2004 16:58:57

see also:
[JBoss Seam] - Re: some question about…
[EJB/JBoss] - Error Jboss 4.0.2
[JBoss Seam] - SEAM configuration…
пройди тесты:
see also:

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.qaix.com.
Сообщения об ошибках оставляем в сообществе bugs.qaix.com.
Предложения и комментарии пишем в сообществе suggest.qaix.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .