On Wed, Oct 5, 2011 at 4:15 PM, Ben Timby wrote:
> On Tue, Oct 4, 2011 at 8:51 PM, Devraj Mukherjee wrote:
>> Is it possible to configure Apache to ask a script to perform the
>> authentication / authorization but allow Apache to serve the content?
>
> Yes, with mod_wsgi even.
>
> http://code.goo
On Tue, Oct 4, 2011 at 8:51 PM, Devraj Mukherjee wrote:
> Is it possible to configure Apache to ask a script to perform the
> authentication / authorization but allow Apache to serve the content?
Yes, with mod_wsgi even.
http://code.google.com/p/modwsgi/wiki/AccessControlMechanisms
Hi Neal,
I have used http://authmemcookie.sourceforge.net/ previously to create
a form based authentication for web sites.
The form can be in any scripting language Apache supports so CAPTCHA
should be easy to implement.
On Tue, Oct 4, 2011 at 11:44 PM, Neal Rhodes wrote:
> We have bunches of w
Hi all,
We have a largish application written in Python / MySQL running under
Apache 2.2.x + mod_wsgi (Ubuntu 11.04).
Part of the application requires us to deliver large number of
documents to each user. Problem being each user has different levels
of access (based on roles they have in an appli
On October 4, 2011 4:32 , Josu Lazkano
wrote:
Hello, I am trying to configure a site, I want to add a Alias. This way
it works well:
ServerAdmin mymail
ServerName site1.mydomain.com
[...]
But I want to get my web from http://site1.domain.com and
http://server/site1, so I add
On October 4, 2011 10:09 , Nick Tkach wrote:
I know I've read in the past that the TRACK method is not supported by
Apache. Is that correct? Anyone have a reference they could point me
to that explains that?I just need something to point our
engineering group to to explain that only Trac
Yes it is keep the LimitExcept only.
On Oct 5, 2011 1:41 AM, "Nick Tkach" wrote:
> Isn't it redundant to have *both* a Limit and LimitExcept if all you're
> trying to do is limit HTTP methods for everything on a given httpd to only
> GET POST HEAD?
>
>
> Options FollowSymLinks
> AllowOverride No
Isn't it redundant to have *both* a Limit and LimitExcept if all you're
trying to do is limit HTTP methods for everything on a given httpd to only
GET POST HEAD?
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Order Deny,Allow
Deny from all
I know I've read in the past that the TRACK method is not supported by
Apache. Is that correct? Anyone have a reference they could point me to
that explains that?I just need something to point our engineering group
to to explain that only TraceEnable Off is needed (not the rewrite rule).
On Tue, Oct 4, 2011 at 9:22 AM, startx wrote:
>> > On Fri, 30 Sep 2011 01:30:14 -0700
>> > Wade Evans wrote:
>> >
>> >> what happens when you set "TEMP"?
>> >>
>> >> -w
>> >
>> > unfortunately that doesn't do anything either, still
>> > fcgid creates /tmp/fcgid.
>>
>>
>> apr tries for a writ
> > On Fri, 30 Sep 2011 01:30:14 -0700
> > Wade Evans wrote:
> >
> >> what happens when you set "TEMP"?
> >>
> >> -w
> >
> > unfortunately that doesn't do anything either, still
> > fcgid creates /tmp/fcgid.
>
>
> apr tries for a writable temp dir in this order -- sure you had the
> native
We have bunches of web applications which use the regular Apache login
protection, and they won't run unless REMOTE_USER is set by the Apache
login.
require valid-user
require valid-user
AuthName O-Visitor
Au
Hi,
Doesn't work, but what happens? http gives you an error?
You can do a redirect.
Regards,
Hugo Gomes
On Tue, 2011-10-04 at 10:32 +0200, Josu Lazkano wrote:
> Hello, I am trying to configure a site, I want to add a Alias. This way
> it works well:
>
>
>
Hello, I am trying to configure a site, I want to add a Alias. This way
it works well:
ServerAdmin mymail
ServerName site1.mydomain.com
DocumentRoot /usr/share/site1
Options FollowSymLinks
AllowOverride All
14 matches
Mail list logo