|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /usr/share/doc/m2crypto-0.16/demo/Zope27/install_dir/lib/python/ZServer/ |
Upload File : |
--- component.xml.org Sat Sep 27 20:21:22 2003
+++ component.xml Sat Sep 27 21:11:26 2003
@@ -21,6 +21,25 @@
</key>
</sectiontype>
+ <sectiontype name="https-server"
+ datatype=".HTTPS_ServerFactory"
+ implements="ZServer.server">
+ <key name="address" datatype="inet-address"/>
+ <key name="force-connection-close" datatype="boolean" default="off"/>
+ <key name="webdav-source-clients">
+ <description>
+ Regular expression used to identify clients who should
+ receive WebDAV source responses to GET requests.
+ </description>
+ </key>
+ <key name="x509-remote-user" datatype="boolean" default="on">
+ <description>
+ If "on", request client X.509 certificate and set REMOTE_USER to
+ said certificate's Subject Distinguished Name.
+ </description>
+ </key>
+ </sectiontype>
+
<sectiontype name="webdav-source-server"
datatype=".WebDAVSourceServerFactory"
implements="ZServer.server">