Estaba navegando en internet y ya no sé qué está pasando. Busqué en Google;)
¿Cómo configurar mi VPS para todas las cuentas de usuario? ¿Usted me podría ayudar?
Dominio "superior" del servidor: srv1.myserver.com
Gracias por todas las orientaciones.
<VirtualHost 1.2.3.4:80> ServerName ubuntu001.com ServerAlias www.ubuntu001.com ServerAlias ubuntu001.myserver.com ServerAlias www.ubuntu001.myserver.com ServerAdmin webmaster@ubuntu001.com DocumentRoot /home/ubu001/public_html [...] <IfModule mod_setenvif.c> SetEnvIf X-Forwarded-Proto "^https$" HTTPS=on </IfModule> <Directory "/home/ubu001/public_html"> Options -Indexes -FollowSymLinks +SymLinksIfOwnerMatch AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch </Directory> [...] </VirtualHost>Estoy bien: http://ubuntu001.myserver.com No estoy trabajando: httpS://ubuntu001.myserver.com
(myserver.com es un dominio de ejemplo)