Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

175
Views
Apache no reconoce el dominio - Aplicación Spring

Cuando escribo solo el dominio, me redirige a https://example.net , lo cual es excelente, pero aparece este error:
La página no está redirigiendo correctamente
No tengo ningún error en error.log :(

Este es el código de 000-default.conf:

 <VirtualHost *:80> ProxyPreserveHost On ProxyPass / http://127.0.0.1:8080/ ProxyPassReverse / http://127.0.0.1:8080/ Redirect permanent / https://example.net/ ServerName www.example.net </VirtualHost> Listen 443 NameVirtualHost *:443 <VirtualHost *:443> SSLEngine On SSLProxyEngine On SSLCertificateKeyFile /etc/apache2/ssl/file1.key SSLCertificateChainFile /etc/apache2/ssl/file2.ca-bundle SSLCertificateFile /etc/apache2/ssl/file3.crt ProxyPreserveHost on RequestHeader set X-Forwarded-Proto https RequestHeader set X-Forwarded-Port 443 ProxyPass / http://127.0.0.1:8080/ ProxyPassReverse / http://127.0.0.1:8080/ ServerName www.example.net ServerAlias example.net </VirtualHost>
over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!