How to rewrite this: apache to nginx

On Fri, Aug 29, 2008 at 02:18:36PM +0200, Robert G. wrote:

/srv/www/helpdesk$fastcgi_script_name;
fastcgi_param PATH_INFO $path_info;
fastcgi_param QUERY_STRING $query_string;
fastcgi_param REQUEST_METHOD $request_method;
fastcgi_param CONTENT_TYPE $content_type;
fastcgi_param CONTENT_LENGTH $content_length;
}

Yes.

Well like how, even if i set nginx to debug I wont have any “error” or
something like that. So let me know how…

Hi, if you create a debug log it will help Igor S and others to
understand what’s going on under the hood, and possibly fix the
problem. Compile nginx with --with-debug and set the log level in your
nginx.conf to ‘debug’, and you’'ll see a great deal of data in the log
files.

cheers,
Igor

On 29 Aug 2008, at 20:39, Robert G. wrote:

Well like how, even if i set nginx to debug I wont have any “error” or
something like that. So let me know how…

Hello, nobody else can help out with this weird issue? Does anyone uses,
or used Cerberus Helpdesk with nginx? Please let me know, its really
important …

Thanks!

Ok so please check the attachement, I rebuild nginx with --with-debug
and enable debug in the helpdesk subdomain/vhost, as u wish. Please let
me know if u can help me out.

Please download it from here, coz its to big.
http://www.visualserver.org/helpdesk-error_log.gz

What about this issue, has anybody some ideas or fixed?!