View Single Post
  #9  
Old 01-21-2005, 09:53 AM
superbarre.com superbarre.com is offline
Member
 
Join Date: Jan 2005
Posts: 15
So for dissociated the html home directory and the https home directory

i ve copy

$SERVER_ROOT/conf/templates/ccl.xml
into
$SERVER_ROOT/conf/templates/securetemplate.xml


Then created a new template by the admin, Called it "SecureTemplate" which it use the template file
$SERVER_ROOT/conf/templates/securetemplate.xml
and mapped to the listeners : Secure
and in General :

Document Root $VH_ROOT/private_html/

Then i ve add my host 'super-barre.com'

Then restart server

But in log i ve

2005-01-21 17:48:07.556 INFO [config:template:SecureTemplate] Virtual host super-barre.com already exists, skip template configuration

so it cannot exist 2 hosts with same name and has the name play in home directory

$SERVER_ROOT/$VH_NAME/

(and its impossible to modify with parametre, Vh_NAME must be here)



So all i can have its

Server_root/super-barre.com (http)
Server_root/ssl-super-barre.com (https)

But i should have

Server_root/super-barre.com/html/
Server_root/super-barre.com/private_html/



But its not very problematic. i will just have 2 directory, i will make the symbolic links

Server_root/super-barre.com/private_html > Server_root/ssl-super-barre.com


Thanks for your help
__________________
Admin of http://www.super-barre.com
Reply With Quote