Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8639305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:58:02+00:00 2026-06-12T10:58:02+00:00

I have a nginx server running on debian wheezy . I have working OTRS

  • 0

I have a nginx server running on debian wheezy. I have working OTRS installation. But our old perl-fcgi wrapper was interferring with some other important process so we desided to choose fcgiwrap package: http://www.haschmi.de/de/otrs/otrs-on-nginx.html

So I removed the old wrapper and installed the new one. The old wrapper had

fastcgi_pass 127.0.0.1:8999;

and the new one

fastcgi_pass unix:/var/run/fcgiwrap.socket;

Here is the complete config

server {
   listen ip:80;

    server_name support.test.com;

    root /opt/otrs/var/httpd/htdocs;

    index index.html;
    location /otrs-web {
        gzip on;
        alias /opt/otrs/var/httpd/htdocs;
    }

   location ~ ^/otrs/(.*\.pl)(/.*)?$ {
   #try_files $uri =404;
    gzip off;
    fastcgi_pass unix:/var/run/fcgiwrap.socket;
    fastcgi_index index.pl;
    fastcgi_param SCRIPT_FILENAME /opt/otrs/bin/fcgi-bin/$1;


    fastcgi_param QUERY_STRING $query_string;
    fastcgi_param REQUEST_METHOD $request_method;
    fastcgi_param CONTENT_TYPE $content_type;
    fastcgi_param CONTENT_LENGTH $content_length;
    fastcgi_param GATEWAY_INTERFACE CGI/1.1;
    fastcgi_param SERVER_SOFTWARE nginx;
    fastcgi_param SCRIPT_NAME $fastcgi_script_name;
    fastcgi_param REQUEST_URI $request_uri;
    fastcgi_param DOCUMENT_URI $document_uri;
    fastcgi_param DOCUMENT_ROOT $document_root;
    fastcgi_param SERVER_PROTOCOL $server_protocol;
    fastcgi_param REMOTE_ADDR $remote_addr;
    fastcgi_param REMOTE_PORT $remote_port;
    fastcgi_param SERVER_ADDR $server_addr;
    fastcgi_param SERVER_PORT $server_port;
    fastcgi_param SERVER_NAME $server_name;
   }
}

When I visit our OTRS everything works. But as son as I submit the login form I get

An error occurred while reading CGI reply (no response received)

Any ideas what is wrong? How can I solve this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T10:58:03+00:00Added an answer on June 12, 2026 at 10:58 am

    The current Ubuntu reps (12.04) do not include a proper fcgiwrap version.

    You need to compile fcgiwrap directly from https://github.com/gnosek/fcgiwrap and use -f option to run the wrapper. It will cause the err_log to be redirected to server error.log.
    To change fcgiwrap startup options edit /etc/init.d/fcgiwrap and uncomment/modify the following line:

    DAEMON_OPTS="-f" 
    

    Restart fcgiwrap after this:

    service fcgiwrap restart
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have installed Nginx 1.2.0 with Passenger on my Mac Mini running Lion Server.
I have two websites running on my own root server (ubuntu/nginx/php-fpm). Now I want
I have an ubuntu server running nginx. I just tried to enable a vhost
I have a server running nginx + UWSGI + python. UWSGI is running as
I have running nginx on my server ansel.ms and a node.js app on ansel.ms:46156.
I have an app running on a service, behind a nginx server, using unicorn.
I have nginx configured to proxy https traffic to an http server running on
I have an NGINX server with fastcgi/PHP running on it. I need to add
I have multiple Django projects running on one server using gunicorn and nginx .
I have a running ejabberd installation, with http-bind enabled, nginx proxy, and a mini

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.