> Crossposted to both midgard and and modssl-users. > > The line at the top should say "You are using x-bit encryption" > where x is the SSL key size. > > But it's not doing that - there are a whole bunch of environment > variables that should be passed from mod_ssl to my php script that > aren't. For example, my script is trying to read SSL_CIPHER_USEKEYSIZE > to find the value of X. That variable is not defined. > > They were, before I installed mod_midgard. But I've also upgraded > to apache 1.3.12, openssl 0.9.5 and mod_ssl 2.6.3 - the upgrade was > made less than a week ago. If you remove the midgard add/loadmodule statements, does the problem go away? The SSL environment variables are added in the fixup phase of mod_ssl, and mod_midgard nor midgard-php define fixup handlers. Emile -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email message to address [EMAIL PROTECTED]
