- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To: ; "Danie Qian" <[EMAIL PROTECTED]>
Sent: Friday, April 25, 2008 8:10 PM
Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories
On Fri, Apr 25, 2008 at 4:32 PM, Danie Qian <[EMAIL PROTECTED]>
wrote:
On Fri, Apr 25, 2008 at 4:32 PM, Danie Qian <[EMAIL PROTECTED]> wrote:
> On second thought, I tested the setting by commentting out the 'require
> valid-user' line completely to see what the browsor gets for other methods,
> it is actually a 403 forbidden error instead of a open 200. So i guess
2008/4/25 Pam Astor <[EMAIL PROTECTED]>:
>
> > > [Fri Apr 25 15:35:18 2008] [error] [client 12.34.678.91] (2)No such file
> or
> > > directory: Could not open password file: /home/userdir/htpasswd
> >
> > That seems pretty clear. Your AuthUserFile directive is configured
> > incorrectly. It isn't
On Fri, 25 Apr 2008 21:20:35 + (UTC)
Galen Seitz <[EMAIL PROTECTED]> wrote:
> Is it possible to do authorization based on a pattern in the uri?
> I'd like to be able to create a single container that would control
> access to various directories where the directory name is the same as
> an aut
Searched high-and-low and found nothing which usually
causes some concern for a couple different reasons. I
think that maybe my search was all wrong. So I try a
few different things. Still no luck; then I think
maybe no one uses apache for caching content or no one
cares about the cache-hit ratio
Is it possible to do authorization based on a pattern in the uri? I'd like to
be able to create a single container that would control access to various
directories where the directory name is the same as an auth group name. For
example:
...
Require group \1
Instead of:
...
I think the following mod_access settings is the one that makes me safe in
this particular setup:
Order deny,allow
deny from all
allow from 216.130.212
allow from 216.130.209
allow from 216.130.213
Satisfy any
- Original Message -
From: <[EMA
You definately need to remove the limit clause
That clause iat best s meaningless given your previous post, and if the config
changes elsewhere your server or data would be at risk.
You probably have a server wide limitexcept clause which bans the other verbs
or some other permissions lock down,
Thanks so much Danie!
I think the problem was the fact that I was not using double quotes
for my path in the Tag. I saw your earlier post - noticed you had
them,
added them in, and set the path again to the script aliased path and it worked
fine.
I was able to get it working with th
what OS is it you are running?
- Original Message -
From: Pam Astor
To: users@httpd.apache.org
Sent: Friday, April 25, 2008 4:25 PM
Subject: RE: [EMAIL PROTECTED] .htaccess for script aliased directories
> > OK, for 1, I requested a non existant test file and this is the re
URL for product pages used to look like this:
/product?sku=SKU
In our new version, each product is getting a nice looking path
assigned. New URLs are of the form
/product/PRODUCT_PATH?sku=SKU
I create a txt rewrite map file. Here is an example
/etc/httpd/conf/sku_to_path.txt:
01 Path_To_
- Original Message -
From: "Danie Qian" <[EMAIL PROTECTED]>
To:
Sent: Friday, April 25, 2008 4:16 PM
Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories
- Original Message -
From: "Dragon" <[EMAIL PROTECTED]>
To:
Sent: Friday, April 25, 2008 3:56 PM
S
> > OK, for 1, I requested a non existant test file and this is the result
> > from> > the error log:> >> > [Fri Apr 25 15:38:14 2008] [error] [client
> > 12.345.678.91] File does not> > exist: /home/userdir/www/test> > You need
> > to request a non-existent file under awstats to make this mean
- Original Message -
From: "Dragon" <[EMAIL PROTECTED]>
To:
Sent: Friday, April 25, 2008 3:56 PM
Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories
Danie Qian wrote:
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]>
To: ; "Danie Qian" <[EMA
Limits the require directive to those verbs - what about the others?
Sent from my BlackBerry® wireless device
-Original Message-
From: "Danie Qian" <[EMAIL PROTECTED]>
Date: Fri, 25 Apr 2008 15:53:59
To:
Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories
- Ori
Danie Qian wrote:
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]>
To: ; "Danie Qian" <[EMAIL PROTECTED]>
Sent: Friday, April 25, 2008 3:39 PM
Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories
On Fri, Apr 25, 2008 at 3:32 PM, Danie Qian <[EMAIL PROTE
2008/4/25 Pam Astor <[EMAIL PROTECTED]>:
>
> > I gave you two very specific tasks to do to isolate the problem. Do them.
> >
> > Joshua.
>
> OK, for 1, I requested a non existant test file and this is the result from
> the error log:
>
> [Fri Apr 25 15:38:14 2008] [error] [client 12.345.678.91]
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To: ; "Danie Qian" <[EMAIL PROTECTED]>
Sent: Friday, April 25, 2008 3:39 PM
Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories
On Fri, Apr 25, 2008 at 3:32 PM, Danie Qian <[EMAIL PROTECTED]>
wrote:
- Original Message -
From: Pam Astor
To: users@httpd.apache.org
Sent: Friday, April 25, 2008 3:45 PM
Subject: RE: [EMAIL PROTECTED] .htaccess for script aliased directories
> I gave you two very specific tasks to do to isolate the problem. Do them.
>
> Joshua.
O
> I gave you two very specific tasks to do to isolate the problem. Do them.> >
> Joshua.
OK, for 1, I requested a non existant test file and this is the result from the
error log:
[Fri Apr 25 15:38:14 2008] [error] [client 12.345.678.91] File does not exist:
/home/userdir/www/test
For 2, I
On Fri, Apr 25, 2008 at 3:32 PM, Danie Qian <[EMAIL PROTECTED]> wrote:
>
> require valid-user
>
Remove the and lines. They are dangerous. See:
http://httpd.apache.org/docs/2.2/mod/core.html#limit
Joshua.
---
I just setup awstats a few weeks ago and this setting works for me in the
:
Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"
Alias /awstatscss "/usr/local/awstats/wwwroot/css/"
Alias /icon "/usr/local/awstats/wwwroot/icon/"
ScriptAlias /awstats/ "/usr/l
2008/4/25 Pam Astor <[EMAIL PROTECTED]>:
>
>
> > > > 1. The directory you entered above is not the correct path; or
> > > > 2. The conf file you are editting is not being read.
> > > >
> > > > Check 1 by requesting a file that you know doesn't exist and check the
> > > > error log to see what path
> > > 1. The directory you entered above is not the correct path; or> > > 2.
> > > The conf file you are editting is not being read.> > >> > > Check 1 by
> > > requesting a file that you know doesn't exist and check the> > > error
> > > log to see what path apache is searching in. Check 2 by pu
2008/4/25 Pam Astor <[EMAIL PROTECTED]>:
>
> > 1. The directory you entered above is not the correct path; or
> > 2. The conf file you are editting is not being read.
> >
> > Check 1 by requesting a file that you know doesn't exist and check the
> > error log to see what path apache is searching i
> 1. The directory you entered above is not the correct path; or> 2. The conf
> file you are editting is not being read.> > Check 1 by requesting a file that
> you know doesn't exist and check the> error log to see what path apache is
> searching in. Check 2 by putting> a deliberate syntax erro
2008/4/25 Pam Astor <[EMAIL PROTECTED]>:
>
>
> OK thanks, I tried again, this time I added to my virtualdomain .conf file
> the below, and I am still having the same problem...
>
>
There's really only two things that are likely to explain that:
1. The directory you entered above is not the co
> > OK I took the advice and have been trying to set up http username and> >
> > password logins without using .htaccess files inside the web accessible> >
> > directory I am trying to password protect. I checked my AllowOverride> >
> > settings in httpd.conf and they appear to be set correctly
2008/4/25 Pam Astor <[EMAIL PROTECTED]>:
> OK I took the advice and have been trying to set up http username and
> password logins without using .htaccess files inside the web accessible
> directory I am trying to password protect. I checked my AllowOverride
> settings in httpd.conf and they appe
I am trying to password protect a sub directory within the web space of
a domain that is serving site statistics of awstats generated pages.
The path>>> > to the dir is /home/user1/www/awstats. When testing, I am
able to get a>>> > username and password prompt for
On Fri, Apr 25, 2008 at 11:25 AM, Krist van Besien
<[EMAIL PROTECTED]> wrote:
> On Fri, Apr 25, 2008 at 4:01 PM, Narendra Verma
> <[EMAIL PROTECTED]> wrote:
>
> > Please give me idea to solve this problem.
>
> Make life easy for yourself and standardize the location of apache
> across all your
On Fri, Apr 25, 2008 at 4:01 PM, Narendra Verma
<[EMAIL PROTECTED]> wrote:
> Please give me idea to solve this problem.
Make life easy for yourself and standardize the location of apache
across all your machines.
Then do the compile-make-install on one machine. Make a tar file of
the result and
>>> I am trying to password protect a sub directory within the web space of
>>> a>>> domain that is serving site statistics of awstats generated pages. The
>>> path>> > to the dir is /home/user1/www/awstats. When testing, I am able to
>>> get a>> > username and password prompt for the front
> > I am trying to password protect a sub directory within the web space of a>
> > > domain that is serving site statistics of awstats generated pages. The
> > path> > to the dir is /home/user1/www/awstats. When testing, I am able to
> > get a> > username and password prompt for the front page
Hi all
Suppose I compiled httpd2.2.8 source on one Solaris machine. That means I run
following two commond ;
1. Config
2. make
After this I want to use this compiled code into another machine. And want to
run 'make install' command.
But the problem is that if I give prefix with config like
2008/4/24 Pam Astor <[EMAIL PROTECTED]>:
>
>
>
> I am trying to password protect a sub directory within the web space of a
> domain that is serving site statistics of awstats generated pages. The path
> to the dir is /home/user1/www/awstats. When testing, I am able to get a
> username and passwor
Hi,
Does anybody know about, or have experience with, using both mod_ntlm and
mod_ldap (apache 2.0) as authentication mechanisms?
I'd like to have a user credentials authenticated through LDAP first, and
if that doesn't work through NTLM.
I can get either one going, but not both. I can't find an
On Fri, Apr 25, 2008 at 8:31 AM, Ch Praveena <[EMAIL PROTECTED]> wrote:
> Hi all,
> I am clustering jboss 4.2.GA server and is using httpd 2.0.63 as load
> balancer for it.
>
> When I am trying to run the application, for implementing cluster, I am
> getting the error mod_jk log:
>
>
> [Fri Apr 25
Hi all,
I am clustering jboss 4.2.GA server and is using httpd 2.0.63 as load
balancer for it.
When I am trying to run the application, for implementing cluster, I am
getting the error mod_jk log:
*
[Fri Apr 25 17:47:50 2008] [error] [client 10.20.220.15] File does not
exist: /usr/local/apache2/
39 matches
Mail list logo