ServerAdmin webmaster@studio505.cl ServerName DOMINIO ServerAlias DOMINIO DocumentRoot /home/rocket/sites/RUTA RailsEnv development Options -Indexes Options -MultiViews Order allow,deny Allow from all # This relaxes Apache security settings. # AllowOverride All # MultiViews must be turned off. # Options -MultiViews ErrorLog /home/rocket/sites/RUTA/SITIO-error.log # Possible values include: debug, info, notice, warn, error, crit, alert, emerg. LogLevel warn CustomLog /home/rocket/sites/RUTA/SITIO-access.log combined SSLEngine On SSLCertificateFile /etc/apache2/ssl/DOMINIO.pem SSLCertificateKeyFile /etc/apache2/ssl/DOMINIO.key