I´m triying to set up ssl certificates to an information bay. I´ve added lines manually to httpd.conf but i know that those changes it is necessary to do them in templates but not as to add the line of certificates i_bay...this is what I have added:
# Port: The port the standalone listens to. For ports < 1023, you will
# need httpd to be run as root initially.
Port 80
listen 8080......
<VirtualHost 0.0.0.0:8080>
ServerName
www.domain.net ServerAlias domain.net server3.domain.net
DocumentRoot /home/e-smith/files/ibays/domain_bay/html
ScriptAlias /cgi-bin /home/e-smith/files/ibays/domain_bay/cgi-bin
Alias /files /home/e-smith/files/ibays/domain_bay/files
# SSL Directives
SSLEngine on
SSLCertificateFile /home/e-smith/ssl.crt/www.domain.net.crt
SSLCertificateKeyFile /home/e-smith/ssl.key/www.domain.net.key........
I want to add directly from templates-custom,what is in bold face, because when doing it
manually and i restart the server returns to its configuration by
default .
Thanks