26 messages in ru.sysoev.nginxRe: how to rewrite this: apache to nginx
FromSent OnAttachments
Robert GabrielAug 29, 2008 1:54 am 
Igor SysoevAug 29, 2008 2:00 am 
Robert GabrielAug 29, 2008 2:12 am 
Igor SysoevAug 29, 2008 2:16 am 
Robert GabrielAug 29, 2008 2:27 am 
Igor SysoevAug 29, 2008 2:31 am 
Robert GabrielAug 29, 2008 2:41 am 
Igor SysoevAug 29, 2008 2:59 am 
Robert GabrielAug 29, 2008 3:45 am 
Igor SysoevAug 29, 2008 3:59 am 
Robert GabrielAug 29, 2008 4:10 am 
Igor SysoevAug 29, 2008 4:29 am 
Robert GabrielAug 29, 2008 4:45 am 
Sergej KandylaAug 29, 2008 4:55 am 
Igor SysoevAug 29, 2008 5:01 am 
Robert GabrielAug 29, 2008 5:06 am 
Robert GabrielAug 29, 2008 5:16 am 
Robert GabrielAug 29, 2008 5:18 am 
Igor SysoevAug 29, 2008 6:25 am 
Robert GabrielAug 29, 2008 7:18 am 
Igor SysoevAug 29, 2008 7:24 am 
Robert GabrielAug 29, 2008 12:39 pm 
Robert GabrielSep 1, 2008 12:59 am 
Igor ClarkSep 1, 2008 2:09 am 
Robert GabrielSep 1, 2008 9:35 am 
Robert GabrielSep 5, 2008 2:43 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:Re: how to rewrite this: apache to nginxActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Aug 29, 2008 4:29:03 am
List:ru.sysoev.nginx

On Fri, Aug 29, 2008 at 01:10:47PM +0200, Robert Gabriel wrote:

Igor Sysoev wrote:

On Fri, Aug 29, 2008 at 12:46:12PM +0200, Robert Gabriel wrote:

right $document_root variable in fastcgi_param.

PS. looking at these indentions I'm starting to understand python more and more.

Yes http://helpdesk.visualserver.org/index.php works, but when I try to login everything starts to be screwed up.

The login page POSTs to /index.php/, then browser gets various URLs like: /index.php/styles/default/cerberus.css?v=726

Is it correct ?

Yeah something like that, or http://helpdesk.visualserver.org/index.php/login

Then you need to change

- location ~* \.php$ { + location ~* \.php(/|$) {