Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Header note X-Userid userid
  2. Header unset X-Userid
  3.  
  4. LogFormat "%h %l %{userid}n %t "%r" %>s %b "%{Referer}i" "%{User-agent}i"" combined_with_php_userid
  5. CustomLog /var/log/apache2/access_log combined_with_php_userid
  6.  
  7. ProxyPassMatch ^/(.*.php(/.*)?)$ fcgi://127.0.0.1:9001/var/html/$1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement