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

119
Vistas
Apache FilesMatch php file presence

Choosing between ProxyPassMatch and FilesMatch has proven difficult. ProxyPassMatch is unable to respect the directoryindex within subfolders a url like "http://example.com/dir/" won't work. While FilesMatch does not work if the php file is not on the apache filesystem. My preference is the FilesMatch directive.. is there any way I can get it to work without the presence of the php files? This would save me 50mb of useless data per image.

ProxyPassMatch ^/(.*\.php)$ fcgi://${PHP_HOST}:9000/code/$1

#<FilesMatch "\.php$">
  # SetHandler "proxy:fcgi://%{env:PHP_HOST}:9000"
#</FilesMatch>

#<Proxy fcgi://${PHP_HOST}:9000>
#  ProxySet connectiontimeout=5 timeout=240
#</Proxy>

<Directory /code>
   Options Indexes FollowSymLinks
   AllowOverride All
   Require all granted
</Directory>

DirectoryIndex index.php
over 4 years ago · Santiago Trujillo
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