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: