anyone please? thanks!
--- Begin Message ---
Hi,
i'm using digest authentication with flatfile htpasswd and htgroup files.
what i'd like would be to get to php the group(s) that the user is member
of. I assume that this is stored in some envvar... which one? is it
accessible from php? The only en
not exactly true, you may try to use the SNI patch that allows several
certs on a single ip.
regards, pavel
> you will need either different ip/port-combinations for each ssl-site
> or you can try with the so-called wildcard-certs (example.
> https://www.thawte.com/ssl-digital-certificates/wildc
Hi,
i'm using digest authentication with flatfile htpasswd and htgroup files.
what i'd like would be to get to php the group(s) that the user is member
of. I assume that this is stored in some envvar... which one? is it
accessible from php? The only envvar that i found to have some meaningful
valu
Hi, well i sent my first e-mail a bit early by mistake... it shoud have
included this:
The .htaccess file:
AuthType Digest
AuthName "private area"
AuthDigestDomain /private/
AuthDigestProvider dbm
AuthDBMType GDBM
AuthDBMGroupFile /var/www/users.db
AuthDBMUserFile /var/www/users.db
Require valid
Hi, how do i use the htdbm to create dbm group files?
...seems like this can only done only by the deprecated dbmmanage.. ?
btw, what makes the difference using a single or two dbs for users and
groups? what are your personal preferences and why?
thanks for the quick reply, Pavel
---
Hi people, I have a problem with mod_vhost_alias conflicting with
VirtualHost containers. This is the relevant part of my conf
Listen 127.0.0.1:80
Listen 127.0.0.1:443
UseCanonicalName Off
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
ScriptA
Hi!
I'm trying to think of an optimal mass vhosting solution for my server.
But even after reading http://httpd.apache.org/docs/2.2/vhosts/mass.html
and http://httpd.apache.org/docs/2.2/mod/mod_vhost_alias.html I couldn't
make up my mind and have actually more questions then aswers. Here they
are:
Hi, I keep getting the following error when trying to use dbm files for
authentication:
[Sat Apr 14 13:22:01 2007] [error] [client 127.0.0.1] (2)No such file or
directory: could not open dbm (type SDBM) auth file:
/opt/services/apache/htdocs/dbmpasswd
The htaccess is:
AuthType basic
AuthNam
Hi!
Has anyone been testing the usage of mod_authn_dbd? While it has an
appeal for me for installations with large number of users, i didnt find
out much about module's behavior on attemted sql injection attacks via
the username. How is dealt with security in this module? Any hints or
experie
Hi all!
suppose I would be running two HTTPDs on one machine, each listening on
a different port of the same IP, one serving static and one dynamic
content. Is it possible to let them share log files or would they fight?
If log sharing isn't possible, is there a way to merge logs easily for
s
Hi all!
I have an older machine with no real funds to upgrade hw and growing
traffic. Apache eats most of the resources, before some basic config
tweaking enough to take the machine down (now average cpu load 35% (peak
70), avg mem usage 85% (peak 100)). The biggest issue is memory and
proces
11 matches
Mail list logo