Categories


Archive for the ‘NginX’ Category

Nginx: 300 upstream sent too big header while reading response header from upstream

nginx

Nginx Error: *300 upstream sent too big header while reading response header from upstream, client: 191.168.1.8, server: localhost, request: “POST /saas/?mc=regtools&m=enroll_student HTTP/1.1″, upstream: “fastcgi://127.0.0.1:9000″, host: “localhost”, referrer: “https://www.example.com/?mc=regtools&m=rocknroll” Add these lines to your nginx config #Core Modules client_header_buffer_size 8m; large_client_header_buffers 8 8m; #Http Fast CGI modules fastcgi_buffer_size 8m; fastcgi_buffers 8 8m; To check the core modules’ default values refer to nginx’s official wiki page: http://wiki.nginx.org/HttpCoreModule To check http fast cgi module default values reer to nginx’s official wiki page: http://wiki.nginx.org/HttpFastcgiModule

Continue Reading

No Comments

Gnokii SMSD on Nokia 5000d-2 Using Bluetooth

gnokii logo

I was able to successfully install Gnokii and used Nokia 5000d-2 connected through the bluetooth media.  Here is the identity of the phone that I am using. The details of the Phone using one of nokia’s hidden code: *#06#. Result: Nokia 5000d-2 V 06.31 24-03-09 RM-362 (c) Nokia Variant: 167.01 Virtual Variant: No Virtual Variant Language: V 06.31 24-03-09 RM-362 (c)Nokia T Using Gnokii’s commands to identify the mobile I used. gnokii ‐‐identify The output was, GNOKII Version 0.6.28 Assuming:

Continue Reading

No Comments

From Apache to NginX

After using Apache Webserver for 4 years I had no doubt of its simplicity and performance.  Reading several articles about the comparison of apache and nginx [engine x], I came to a point of using nginx.  Last night I kinda ditched apache and had a long time with nginx.  I have now an nginx webserver with mysql and php or other call it “LEMP”.  I found several tutorials of how to install nginx with php and mysql and found a

Continue Reading

No Comments

Rss Feeds