All files from this thread

File Name File Size   Posted by Date  
patch.named.captures.txt 46.3 KB open | download Igor Sysoev 11/13/2009 Read message
November 13, 2009 05:12PM
The patch against 0.8.20. Usage examples:

server {
server_name ~^(www\.)?(?<name>.+)$;
root $name;
}

location ~^(?<script_name>/.+\.php)(?<path_info>.*)$ {
fastcgi_param SCRIPT_FILENAME /path/to/php$script_name;
fastcgi_param PATH_INFO $path_info;


--
Igor Sysoev
http://sysoev.ru/en/
Attachments:
open | download - patch.named.captures.txt (46.3 KB)
Subject Author Posted

regex named captures patch Attachments

Igor Sysoev November 13, 2009 05:12PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 271
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready