Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
EL6
:
5.6.34
>
php-5.6.34
> php.conf2
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php.conf2 of Package php-5.6.34
# Redirect to local php-fpm if mod_php is not available <IfModule !mod_php5.c> # Enable http authorization headers SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 <FilesMatch \.php$> SetHandler "proxy:fcgi://127.0.0.1:9000" </FilesMatch> </IfModule>