Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 2796a66618dbc8218175f982217262f1 > files > 1

openvcp-web-0.3-0.rc2.2mdv2010.0.noarch.rpm


Alias /openvcp-web /var/www/openvcp-web

<Directory /var/www/openvcp-web>
    Allow from All
</Directory>

<Directory /var/www/openvcp-web/include>
    Order Deny,Allow
    Deny from All
    Allow from None
</Directory>

<LocationMatch /openvcp-web>
    Options FollowSymLinks
    RewriteEngine on
    RewriteCond %{SERVER_PORT} !^443$
    RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
</LocationMatch>