[EMAIL PROTECTED] bump: AUTHZ env variable?

2008-01-04 Thread Pavel Stratil
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

Re: [EMAIL PROTECTED] Apache2, Vhosts and SSL

2007-12-29 Thread pavel . stratil-jun
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

[EMAIL PROTECTED] AUTHZ env variable?

2007-12-29 Thread pavel . stratil-jun
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

[EMAIL PROTECTED] additional dbm question

2007-12-19 Thread pavel . stratil-jun
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

[EMAIL PROTECTED] dbm group files with dtdbm

2007-12-19 Thread pavel . stratil-jun
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 ---

[EMAIL PROTECTED] mod_vhost_alias conflicting with VirtualHost containers

2007-10-08 Thread pavel . stratil-jun
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

[EMAIL PROTECTED] Mass Virtual Hosting

2007-09-10 Thread pavel . stratil-jun
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:

[EMAIL PROTECTED] authn_dbm problem

2007-04-14 Thread Pavel Stratil
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

[EMAIL PROTECTED] mod_authn_dbd security?

2007-04-12 Thread Pavel Stratil
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

[EMAIL PROTECTED] Sharing log files

2006-07-18 Thread Pavel Stratil
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

[EMAIL PROTECTED] performance considerations (looong)

2006-07-18 Thread Pavel Stratil
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