[Mono-list] ServerVariablesCollection
Mart L6hmus
martxl at gmail.com
Fri Mar 3 08:53:47 EST 2006
Sebastien Pouliot wrote:
> Hello Mart,
>
> On Fri, 2006-03-03 at 13:07 +0200, Mart L6hmus wrote:
>
>>I would like to access some other ServerVariables ( SSL_* ), so I
>>changed class ServerVariablesCollection method
>>loadServerVariablesCollection(), added line like that:
>> Add("SSL_CLIENT_S_DN", wr.GetServerVariable("SSL_CLIENT_S_DN"));
>>
>>This seems like a hack, I dont want to recompile mono byself on every
>>new Mono release :-). Does someone know The Right Way to access some
>>other ServerVariables?
>
>
> If it's for SSL related variables and if you're using XSP (mod_mono
> still miss some code IIRC) then you can get most information by using
> the client certificate itself.
Yes, it is for SSL related variables, but I dont use XSP. I use mod_mono
and Apache 2.
--
Mart
More information about the Mono-list
mailing list