Author: paszczus Date: Mon Jun 15 07:34:46 2009 GMT Module: packages Tag: HEAD ---- Log message: - pld-apache config file
---- Files affected: packages/unxsadmin: unxsadmin.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/unxsadmin/unxsadmin.conf diff -u /dev/null packages/unxsadmin/unxsadmin.conf:1.1 --- /dev/null Mon Jun 15 09:34:46 2009 +++ packages/unxsadmin/unxsadmin.conf Mon Jun 15 09:34:41 2009 @@ -0,0 +1,49 @@ +# +# This configuration file provides +# an SSL VH for any unxsVZ family admin +# web interface +# +# Post install it should be localized by the +# system admin for correct cert and for a +# single IP + +Listen 9333 + +<VirtualHost 0.0.0.0:9333> + + DirectoryIndex index.html + DocumentRoot "/usr/share/unxs/html" + <Directory "/usr/share/unxs/html"> + Options Indexes FollowSymLinks ExecCGI + AllowOverride None + Order allow,deny + Allow from all + </Directory> + + ErrorLog /usr/share/unxs/logs/error_log + TransferLog /usr/share/unxs/logs/access_log + LogLevel warn + + SSLEngine on + SSLProtocol all -SSLv2 + SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW + #These come with the mod_ssl package and should be replaced + #with something better even if self signed. + SSLCertificateFile /etc/httpd/ssl/server.crt + SSLCertificateKeyFile /etc/httpd/ssl/server.key + + <Files ~ "\.(cgi|shtml|phtml|php3?)$"> + SSLOptions +StdEnvVars + </Files> + + ScriptAlias /cgi-bin/ "/usr/share/unxs/cgi-bin/" + <Directory "/usr/share/unxs/cgi-bin"> + SSLOptions +StdEnvVars + AddHandler cgi-script .cgi + </Directory> + + SetEnvIf User-Agent ".*MSIE.*" \ + nokeepalive ssl-unclean-shutdown \ + downgrade-1.0 force-response-1.0 +</VirtualHost> + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
