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
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
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
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
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:
>
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
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
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
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
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
-
10 matches
Mail list logo