Re: [EMAIL PROTECTED] .htaccess and hotlinking question/problem

2007-12-22 Thread Joshua Slive
On Dec 22, 2007 8:18 PM, Techman <[EMAIL PROTECTED]> wrote: > > I have read about a hundred pages on hotlinking today and I have been trying > to implement an .htaccess file to prevent it, but so far nothing is working. > > I am using Slackware Linux 10 and Apache 1.3.36. > > What I want to do is s

Re: [EMAIL PROTECTED] outdated material on apache web-site

2007-12-22 Thread Joshua Slive
On Dec 22, 2007 7:04 PM, Victor Trac <[EMAIL PROTECTED]> wrote: > That's a constructive response that the original poster would have > appreciated. I'm sure he wasn't the first person to be confused by > the outdated documentation, but just the first to bother to take the > time to write to the m

[EMAIL PROTECTED] .htaccess and hotlinking question/problem

2007-12-22 Thread Techman
I have read about a hundred pages on hotlinking today and I have been trying to implement an .htaccess file to prevent it, but so far nothing is working. I am using Slackware Linux 10 and Apache 1.3.36. What I want to do is stop people from directly downloading from my DL directory. i.e. www.my

[EMAIL PROTECTED] Add Enviroment paramenters with RewriteRule ?????

2007-12-22 Thread lihao0129
Hi, folks: I have a problem with setting enviroment paramenters with RewriteRule.. For example, in my document_root/.htaccess, I had: RewriteEngine on RewriteBase / RewriteRule ^([^/]+)/ - [E=Location:$1] RewriteRule ^dir/(.*)$ guestbook/dir.html?q=$1 [QSA,L,PT] By line3, I want to add an

Re: [EMAIL PROTECTED] outdated material on apache web-site

2007-12-22 Thread Victor Trac
On Dec 23, 2007 12:32 AM, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On Dec 22, 2007 6:11 PM, Victor Trac <[EMAIL PROTECTED]> wrote: > > On Dec 22, 2007 10:55 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > > > > > On Dec 22, 2007 2:27 PM, Dan Mahoney, System Admin <[EMAIL PROTECTED]> > > wrote: >

Re: [EMAIL PROTECTED] outdated material on apache web-site

2007-12-22 Thread Joshua Slive
On Dec 22, 2007 6:11 PM, Victor Trac <[EMAIL PROTECTED]> wrote: > On Dec 22, 2007 10:55 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > > > On Dec 22, 2007 2:27 PM, Dan Mahoney, System Admin <[EMAIL PROTECTED]> > wrote: > > > Hey all, > > > > > > I came across this http://httpd.apache.org/related_pro

Re: [EMAIL PROTECTED] outdated material on apache web-site

2007-12-22 Thread Victor Trac
On Dec 22, 2007 10:55 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Dec 22, 2007 2:27 PM, Dan Mahoney, System Admin <[EMAIL PROTECTED]> > wrote: > > Hey all, > > > > I came across this http://httpd.apache.org/related_projects.html: > > > This info is seriously outdated, as neither stronghold no

Re: [EMAIL PROTECTED] outdated material on apache web-site

2007-12-22 Thread Joshua Slive
On Dec 22, 2007 2:27 PM, Dan Mahoney, System Admin <[EMAIL PROTECTED]> wrote: > Hey all, > > I came across this http://httpd.apache.org/related_projects.html: > This info is seriously outdated, as neither stronghold nor raven are > available anymore, and the RSA patent is at this point long expire

[EMAIL PROTECTED] outdated material on apache web-site

2007-12-22 Thread Dan Mahoney, System Admin
Hey all, I came across this http://httpd.apache.org/related_projects.html: Apache-SSL Apache-SSL is an encrypting web server, based on Apache and OpenSSL, which implements Secure Sockets Layer (SSL) functionality as a set of patches to existing Apache source code. The webserver is distribut

[EMAIL PROTECTED] apache 2.2 auth caching ?

2007-12-22 Thread Michael Clark
Does anyone know of a generic auth caching module that can stack on top of any of the other various auth modules? i.e. I want to be able to do something like this. AuthCache On AuthCacheTimeout 10sec AuthBasicProvider cache:myauthmodule -