Koozali.org: home of the SME Server

allow https to custom web directory

John Lewis

allow https to custom web directory
« on: May 13, 2003, 03:45:47 PM »
I've created a template in /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/:

Alias /prospace-tiki/ "/opt/prospace-tiki/tiki/"


        AllowOverride All
        Order allow,deny
        Allow from all
        AddType application/x-httpd-php .php
        php_flag  magic_quotes_gpc  on
        php_flag  track_vars        on


Which works for regular web traffic...

How do I allow for SSL traffic to that directory?  Looking at the existing /etc/httpd/conf/httpd.conf shows only turning on ssl for virtual directories.

RequireSSL on did not work.

Since I can't get this php application to work in an ibay, i'd like it to be able to do secure login's via https, so need to enable :443 traffic to this page...

Couldn't find anything in these forums which explain how to enable this to my custom web directory.

Thanks.