[Mono-devel-list] XSP Patches - Round 2

Brian Ritchie brian.ritchie at gmail.com
Sat Apr 9 22:13:44 EDT 2005


Hello,

Based on my previous email (see link), I've attached patches for the
required changes.
http://lists.ximian.com/archives/public/mono-devel-list/2005-April/011419.html

There are still a couple of additional changes that are needed (more
configuration options within xsp), but this should show you the
direction I'm headed.  An makefile patch has also been included.  Let
me know if you have problems building with the new setup.

Here is an example of xsp running with SSL enabled:
mono xsp.exe --https --cert server.cer --pkfile server.pvk --pkpwd
pass --root ~/samples

Note: make sure you have my SSL patch for Mono.Security before running this.

To generate a server certificate & private key:
makecert -r -eku 1.3.6.1.5.5.7.3.1 -n "CN=server" -sv server.pvk server.cer
( from Sebastien Pouliot's blog:
http://pages.infinit.net/ctech/20041129-0607.html )

Let me know what you think.  As always...your comments are appreciated.
Brian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: server.cs.diff
Type: application/octet-stream
Size: 6120 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050409/1476a53b/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: XSPApplicationHost.cs.diff
Type: application/octet-stream
Size: 3914 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050409/1476a53b/attachment-0001.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ApplicationServer.cs.diff
Type: application/octet-stream
Size: 1613 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050409/1476a53b/attachment-0002.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: InitialWorkerRequest.cs.diff
Type: application/octet-stream
Size: 775 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050409/1476a53b/attachment-0003.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.am.diff
Type: application/octet-stream
Size: 2080 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050409/1476a53b/attachment-0004.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: XSPApplicationServer.cs
Type: text/x-csharp
Size: 5977 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050409/1476a53b/attachment.bin 


More information about the Mono-devel-list mailing list