2 messages in ru.sysoev.nginxphp and alias
FromSent OnAttachments
Jonathan VanascoDec 8, 2006 3:18 pm 
Igor SysoevDec 9, 2006 12:17 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:php and aliasActions...
From:Jonathan Vanasco (ngin@public.gmane.org)
Date:Dec 8, 2006 3:18:57 pm
List:ru.sysoev.nginx

i'm trying to figure out how to use php within an location that has alias

location /alias { alias /path/to/aliased; access_log off; access_log /var/log/nginx/ testing_access.log main; error_log /var/log/nginx/ testing_error.log debug; index index.php; include /usr/local/etc/nginx/_macros/php.conf; }

i can use php fine in 'root' locations. i'm having troubles mapping php to an alias location though ( /usr/local/etc/nginx/_macros/ php.conf is the php config macro i wrote )

i keep seeing this: 2006/12/08 18:12:18 [debug] 7922#0: *65 http upstream check client, write event:1, "/alias/index.php"

anyone have a suggestion?