Hi
I want to do something like this:
AuthType basic
AuthName "Requierd users"
AuthUserFile conf/basicauth.sec
Require user user1 user2 user3
ProxyRequestsOff
ProxyPass/kongsberg/ http://aeoas02/kongsberg/%AuthenticatedUserId%
Pr
I have been trying to implement group-based authentication using LDAP.
But have yet to find the secret. I have been able to implement
individual authentication using the “require ldap-user [username]”
directive successfully.
Some background information: I am using FreeBSD 7.2, Apache 2.2, an
Apache2 fails to start with an error log [Tue May 26 14:47:21 2009] [error]
Can't load
'/usr/perl5/site_perl/5.8.4/sun4-solaris-64int/auto/APR/Request/Request.so'
for module APR::Request: ld.so.1: httpd: fatal: libgcc_s.so.1: open failed:
No such file or directory at
/usr/perl5/5.8.4/lib/sun4-sola
On Tue, May 26, 2009 at 12:44 PM, Sam theman wrote:
> Hello,
>
> Can anyone supply the step-by-steps for building apache with FIPS 140-2
> openssl?
>
> Sam
>
>
> Insert movie times and more without leaving Hotmail®. See how.
hotmail ads? lol
-
On 26 May 2009, at 22:37, Atanu wrote:
- The user will still type http://foo.com. This time a mod_proxy
handler will display a login page. In fact this my own
authentication handler written in mod_perl. It authenticates using
a back end system by accepting username and password from the lo
> Hi,
> > --- Guruprasad [Tue, May 26, 2009 at 12:52:16PM +0530]: ---
> > what user/group is httpd running as? have you verified that httpd has
> > read access to the site directory and its contents?
> >
>
> Apache is running as www-data user and all the folders in question are
> having 777 permiss
It was thus said that the Great Ben Welsh once stated:
> When I study my lsof logs on httpd instances, I'm seeing the use of a number
> of image libraries, or instance, that I cannot imagine any use for in my
> applications. then when I look at the yum log the DV provisioned by my host
> I see thos
Hey folks,
I need the assistance from you on a problem with mod_perl and mod_proxy.
Please help.
This is what I am trying or aiming to do.
I have an Apache 2.0 server running mod_proxy with reverse proxy. So all the
request from http://www.foo.com gets proxied to http://baa.com. So far so
good an
Ben,
indeed I seem to recall seeing things like ldap and kerberos libraries.
So probably you do have some redundant mod_auth* stuff in your
configuration, and could probably comment them out.
Independently of the number of open files, which this may impact or not,
anything you don't need and re
Well, I use very basic authentication for apache (2.2.x), just htpasswd files
and allow,deny hosts lines. So these are the only auth/authz/authn lines I have
enabled. I imagine you could get by on these (or less) as long as Django uses
its own libs or third party libs for its database auth. acce
Run sh -x configure; this generates lots of data on stderr. Identify the
failure point somewhere near the end; the text of conftest.c should be above
that.
HTH,
Chris
-Original Message-
From: Nguyen Tien Duong [mailto:duong...@fsoft.com.vn]
Sent: Tuesday, May 26, 2009 4:40 AM
To: users@h
Guruprasad wrote:
Hi,
--- Guruprasad [Tue, May 26, 2009 at 12:52:16PM +0530]: ---
what user/group is httpd running as? have you verified that httpd has
read access to the site directory and its contents?
Apache is running as www-data user and all the folders in question are
having 777 permiss
Hi,
> --- Guruprasad [Tue, May 26, 2009 at 12:52:16PM +0530]: ---
> what user/group is httpd running as? have you verified that httpd has
> read access to the site directory and its contents?
>
Apache is running as www-data user and all the folders in question are
having 777 permissions.
>> My a
--- Guruprasad [Tue, May 26, 2009 at 12:52:16PM +0530]: ---
> Hi all,
> I am in the process of creating a web-application and inside my
> DocumentRoot folder I have a site/ folder which is visible when I open the
> site in the browser. The site/ folder has sub-folders and files inside it,
> includ
Hi all,
I am in the process of creating a web-application and inside my
DocumentRoot folder I have a site/ folder which is visible when I open the
site in the browser. The site/ folder has sub-folders and files inside it,
including index.html. But when I click on the site/ folder, I get a
'requeste
15 matches
Mail list logo