Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

190
Vistas
How to set the REMOTE_USER variable from Apache 2.4

I have created a specific file in conf format in Apache. The goal is to set the REMOTE_USER into the conf file. I have tried to use RequestHeader tag, but it doesn't work.
Anybody have any idea to deblock my issue please.

<IfModule !mod_headers.c>
   LoadModule headers_module modules/mod_headers.so
</IfModule>

<LocationMatch ^/+Windchill/+authBadge(;.*)?>
  Require all granted
  RewriteEngine On
  RequestHeader set X-Remote-User "MY_USER"
</LocationMatch>

I use the Apache version 2.4.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

instead use the following methods:

RequestHeader set X-Remote-User expr=%{REMOTE_USER}

there is also a solution with mod_ssl

RequestHeader set X-Remote-User %{REMOTE_USER}s
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda