EVOLUTION-MANAGER
Edit File: sslweb.conf-23-08-2024
<VirtualHost *:443> DocumentRoot "/var/www/www.grupofmo.com" ServerName www.grupofmo.com:443 ErrorLog logs/ssl_error_log TransferLog logs/ssl_access_log LogLevel warn SSLEngine on SSLProtocol -ALL +TLSv1 +TLSv1.1 +TLSv1.2 SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH SSLVerifyClient none DirectoryIndex index.html index.php index.htm #DocumentRoot /app/apache/uecr360/dist <Directory "/var/www/www.grupofmo.com"> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory> <Directory "/var/www/www.grupofmo.com"> Options -Indexes +FollowSymLinks AllowOverride None Require all granted </Directory> BrowserMatch "MSIE [2-5]"nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" ServerAlias www.grupofmo.com SSLCertificateFile /etc/letsencrypt/live/grupofmo.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/grupofmo.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateChainFile /etc/letsencrypt/live/grupofmo.com/chain.pem #Header always set Access-Control-Allow-Origin "*" #Header always set Access-Control-Allow-Methods "POST, GET, OPTIONS" #Header always set Access-Control-Allow-Headers "Authorization, Content-Type" </VirtualHost> #Consola en línea <VirtualHost *:443> DocumentRoot "/var/www/vm.grupofmo.com" ServerName vm.grupofmo.com:443 ServerAlias consola.grupofmo.com:443 ErrorLog logs/ssl_consola_error_log TransferLog logs/ssl_consola_access_log LogLevel warn SSLEngine on SSLProtocol -ALL +TLSv1 +TLSv1.1 +TLSv1.2 SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH SSLVerifyClient none DirectoryIndex index.html index.php index.htm <Directory "/var/www/vm.grupofmo.com"> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory> <Directory "/var/www/vm.grupofmo.com"> Options -Indexes +FollowSymLinks AllowOverride None Require all granted </Directory> BrowserMatch "MSIE [2-5]"nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" SSLCertificateFile /etc/letsencrypt/live/grupofmo.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/grupofmo.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateChainFile /etc/letsencrypt/live/grupofmo.com/chain.pem </VirtualHost> #Vivero Martínez #<VirtualHost *:443> #DocumentRoot "/var/www/www.viveromartinez.site" #ServerName www.viveromartinez.site:443 #ErrorLog logs/vivero_ssl_error_log #TransferLog logs/vivero_ssl_access_log #LogLevel warn # #SSLEngine on # #SSLProtocol -ALL +TLSv1 +TLSv1.1 +TLSv1.2 # #SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH #SSLVerifyClient none #DirectoryIndex index.html index.php index.htm # # <Directory "/var/www/www.viveromartinez.site"> # Options Indexes FollowSymLinks # AllowOverride None # Require all granted # </Directory> # <Directory "/var/www/www.viveromartinez.site"> # Options -Indexes +FollowSymLinks # AllowOverride None # Require all granted # </Directory> # BrowserMatch "MSIE [2-5]"nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 #CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" #ServerAlias www.viveromartinez.site #SSLCertificateFile /etc/letsencrypt/live/www.viveromartinez.site/cert.pem #SSLCertificateKeyFile /etc/letsencrypt/live/www.viveromartinez.site/privkey.pem #Include /etc/letsencrypt/options-ssl-apache.conf #SSLCertificateChainFile /etc/letsencrypt/live/www.viveromartinez.site/chain.pem #</VirtualHost> #Mail Vivero Martínez #Mail - GrupoFMO #<VirtualHost _default_:8443> # ServerAdmin contacto@viveromartinez.site # DocumentRoot /var/www/mail.viveromartinez.site # ServerName mail.viveromartinez.site # ServerAlias mail.viveromartinez.site #RewriteEngine on #RewriteCond %{SERVER_NAME} =mail.viveromartinez.site #RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] #SSLCertificateFile /etc/letsencrypt/live/mail.grupofmo.com-0002/cert.pem #SSLCertificateKeyFile /etc/letsencrypt/live/mail.grupofmo.com-0002/privkey.pem #Include /etc/letsencrypt/options-ssl-apache.conf #SSLCertificateChainFile /etc/letsencrypt/live/mail.grupofmo.com-0002/chain.pem #</VirtualHost> #Clientes - froxlor #<VirtualHost *:443> # DocumentRoot "/var/www/clientes.grupofmo.com" # ServerName clientes.grupofmo.com:443 # ErrorLog logs/ssl_error_log # TransferLog logs/ssl_access_log # LogLevel warn # SSLEngine on # SSLProtocol -ALL +TLSv1 +TLSv1.1 +TLSv1.2 # SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH # SSLVerifyClient none # DirectoryIndex index.html index.php index.htm # <Directory "/var/www/clientes.grupofmo.com"> # Options Indexes FollowSymLinks # AllowOverride None # Require all granted # </Directory> # BrowserMatch "MSIE [2-5]"nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 # CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" # ServerAlias clientes.grupofmo.com # SSLCertificateFile /etc/letsencrypt/live/www.grupofmo.com-0001/cert.pem # SSLCertificateKeyFile /etc/letsencrypt/live/www.grupofmo.com-0001/privkey.pem # Include /etc/letsencrypt/options-ssl-apache.conf # SSLCertificateChainFile /etc/letsencrypt/live/www.grupofmo.com-0001/chain.pem #</VirtualHost> #Mail - GrupoFMO <VirtualHost _default_:8443> ServerAdmin webmaster@grupofmo.com DocumentRoot /var/www/mail.grupofmo.com ServerName mail.grupofmo.com ServerAlias mail.grupofmo.com ServerAlias mail.viveromartinez.site ServerAlias mail.puntopiel.com.ec ServerAlias mail.puntopiel.info Redirect "/webmail" "https://%{SERVER_NAME}/webmail" DirectoryIndex index.html index.html index.php RewriteEngine on RewriteCond %{HTTPS} !on #RewriteCond %{SERVER_NAME} = #mail.grupofmo.com RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] SSLCertificateFile /etc/letsencrypt/live/mail.grupofmo.com-0002/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/mail.grupofmo.com-0002/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateChainFile /etc/letsencrypt/live/mail.grupofmo.com-0002/chain.pem </VirtualHost> # PuntoPiel #<VirtualHost *:443> # DocumentRoot "/var/www/www.puntopiel.info" # ServerName www.puntopiel.info:443 # ErrorLog logs/ssl_error_log_puntopiel # TransferLog logs/ssl_access_log_puntopiel # LogLevel warn # SSLEngine on # SSLProtocol -ALL +TLSv1 +TLSv1.1 +TLSv1.2 # SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH # SSLVerifyClient none # DirectoryIndex index.html index.php index.htm # <Directory "/var/www/www.puntopiel.info"> # Options Indexes FollowSymLinks # AllowOverride None # Require all granted # </Directory> # BrowserMatch "MSIE [2-5]"nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 # CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" # ServerAlias www.puntopiel.info # SSLCertificateFile /etc/letsencrypt/live/www.puntopiel.info/cert.pem # SSLCertificateKeyFile /etc/letsencrypt/live/www.puntopiel.info/privkey.pem # Include /etc/letsencrypt/options-ssl-apache.conf # SSLCertificateChainFile /etc/letsencrypt/live/www.puntopiel.info/chain.pem #</VirtualHost> #<VirtualHost *:443> # DocumentRoot "/var/www/www.puntopiel.com.ec" # ServerName www.puntopiel.com.ec:443 # ErrorLog logs/ssl_error_log_puntopiel # TransferLog logs/ssl_access_log_puntopiel # LogLevel warn # SSLEngine on # SSLProtocol -ALL +TLSv1 +TLSv1.1 +TLSv1.2 # SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH # SSLVerifyClient none # DirectoryIndex index.html index.php index.htm # <Directory "/var/www/www.puntopiel.com.ec"> # Options Indexes FollowSymLinks # AllowOverride None # Require all granted # </Directory> # BrowserMatch "MSIE [2-5]"nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 # CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" # ServerAlias www.puntopiel.com.ec # SSLCertificateFile /etc/letsencrypt/live/www.puntopiel.com.ec/cert.pem # SSLCertificateKeyFile /etc/letsencrypt/live/www.puntopiel.com.ec/privkey.pem # Include /etc/letsencrypt/options-ssl-apache.conf # SSLCertificateChainFile /etc/letsencrypt/live/www.puntopiel.com.ec/chain.pem #</VirtualHost> #Cursos - Moodle <VirtualHost *:443> DocumentRoot "/var/www/cursos.grupofmo.com/moodle" ServerName cursos.grupofmo.com:443 ServerAlias aulavirtual.grupofmo.com:443 ErrorLog logs/ssl_error_log_cursos TransferLog logs/ssl_access_log_cursos LogLevel warn SSLEngine on SSLProtocol -ALL +TLSv1 +TLSv1.1 +TLSv1.2 SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH SSLVerifyClient none DirectoryIndex index.html index.php index.htm <Directory "/var/www/cursos.grupofmo.com/moodle"> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory> BrowserMatch "MSIE [2-5]"nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" SSLCertificateFile /etc/letsencrypt/live/cursos.grupofmo.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/cursos.grupofmo.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateChainFile /etc/letsencrypt/live/cursos.grupofmo.com/chain.pem </VirtualHost> #Mail - PuntoPiel #<VirtualHost _default_:8443> # ServerAdmin soporte@puntopiel.info # DocumentRoot /var/www/mail.puntopiel.info # ServerName mail.puntopiel.info # ServerAlias mail.puntopiel.info # RewriteEngine on # RewriteCond %{SERVER_NAME} =mail.puntopiel.info # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] # SSLCertificateFile /etc/letsencrypt/live/mail.puntopiel.info/cert.pem # SSLCertificateKeyFile /etc/letsencrypt/live/mail.puntopiel.info/privkey.pem # Include /etc/letsencrypt/options-ssl-apache.conf # SSLCertificateChainFile /etc/letsencrypt/live/mail.puntopiel.info/chain.pem #</VirtualHost> #PuntoPiel.com.ec #<VirtualHost _default_:8443> # ServerAdmin contacto@puntopiel.com.ec # DocumentRoot /var/www/mail.puntopiel.com.ec # ServerName mail.puntopiel.com.ec # ServerAlias mail.puntopiel.com.ec # RewriteEngine on # RewriteCond %{SERVER_NAME} =mail.puntopiel.com.ec # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] # SSLCertificateFile /etc/letsencrypt/live/mail.puntopiel.com.ec/cert.pem # SSLCertificateKeyFile /etc/letsencrypt/live/mail.puntopiel.com.ec/privkey.pem # Include /etc/letsencrypt/options-ssl-apache.conf # SSLCertificateChainFile /etc/letsencrypt/live/mail.puntopiel.com.ec/chain.pem #</VirtualHost> #BitBurner <VirtualHost *:443> DocumentRoot "/var/www/bitburner.grupofmo.com/bitburner" ServerName simhack.grupofmo.com:443 ErrorLog logs/ssl_bitburner_error_log TransferLog logs/ssl_bitburner_access_log LogLevel warn SSLEngine on SSLProtocol -ALL +TLSv1 +TLSv1.1 +TLSv1.2 SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH SSLVerifyClient none DirectoryIndex index.html index.php index.htm <Directory "/var/www/bitburner.grupofmo.com/bitburner"> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory> <Directory "/var/www/bitburner.grupofmo.com/bitburner"> Options -Indexes +FollowSymLinks AllowOverride None Require all granted </Directory> <Directory "/var/www/bitburner.grupofmo.com/bitburner"> Options -Indexes +FollowSymLinks AllowOverride None Require all granted </Directory> BrowserMatch "MSIE [2-5]"nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" ServerAlias bitburner.grupofmo.com ServerAlias hack.grupofmo.com ServerAlias hackgame.grupofmo.com SSLCertificateFile /etc/letsencrypt/live/bitburner.grupofmo.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/bitburner.grupofmo.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateChainFile /etc/letsencrypt/live/bitburner.grupofmo.com/chain.pem </VirtualHost> #Consola <VirtualHost *:443> DocumentRoot "/var/www/vm.grupofmo.com" ServerName vm.grupofmo.com:443 ErrorLog logs/ssl_consola_error_log TransferLog logs/ssl_consola_access_log LogLevel warn SSLEngine on SSLProtocol -ALL +TLSv1 +TLSv1.1 +TLSv1.2 SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH SSLVerifyClient none DirectoryIndex index.html index.php index.htm <Directory "/var/www/vm.grupofmo.com"> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory> <Directory "/var/www/vm.grupofmo.com"> Options -Indexes +FollowSymLinks AllowOverride None Require all granted </Directory> <Directory "/var/www/vm.grupofmo.com"> Options -Indexes +FollowSymLinks AllowOverride None Require all granted </Directory> BrowserMatch "MSIE [2-5]"nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" ServerAlias consola.grupofmo.com SSLCertificateFile /etc/letsencrypt/live/vm.grupofmo.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/vm.grupofmo.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateChainFile /etc/letsencrypt/live/vm.grupofmo.com/chain.pem </VirtualHost> #Shiny-Server #<VirtualHost *:443> # DocumentRoot "/srv/shiny-server/" # ServerName www.grupofmo.com:443 # ErrorLog logs/ssl_shiny_error_log # TransferLog logs/ssl_shiny_access_log # LogLevel warn # SSLEngine on # SSLProtocol -ALL +TLSv1 +TLSv1.1 +TLSv1.2 # SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH # SSLVerifyClient none # DirectoryIndex index.html index.php index.htm # <Directory "/srv/shiny-server"> # Options Indexes FollowSymLinks # AllowOverride None # Require all granted # </Directory> # <Directory "/srv/shiny-server"> # Options -Indexes +FollowSymLinks # AllowOverride None # Require all granted # </Directory> # BrowserMatch "MSIE [2-5]"nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 # CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" # ServerAlias www.grupofmo.com # SSLCertificateFile /etc/letsencrypt/live/grupofmo.com/cert.pem # SSLCertificateKeyFile /etc/letsencrypt/live/grupofmo.com/privkey.pem # Include /etc/letsencrypt/options-ssl-apache.conf # SSLCertificateChainFile /etc/letsencrypt/live/grupofmo.com/chain.pem #</VirtualHost>