Bhuvaneswaran A wrote: > > Short question: How do I use a environment variable in <IfDefine> > condition in httpd.conf file? I like to use "SVN-ACTION" variable in > <IfDefine> condition in order to define specific configuration for SVN > requests. You don't; IfDefine's are evaluated at server startup, not per-request. This is a classic problem not well addressed by the TLS v1.0 protocol. You are best off using two different virtual hosts. SNI (server name identification, al la named virtual hosts) are now supported by httpd 2.2.13 and openssl 0.9.8k if I understood correctly. It's up to the client to also support it, of course. Hopefully, svn does already or will soon. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx