Re: Nginx 1.21 > 1.6 White page with php5-fpm
Add a single line to "fastcgi_params" may solve the issue.fastcgi_param SCRIPT_FILENAME $request_filename;
View ArticleRe: Nginx 1.21 > 1.6 White page with php5-fpm
Thx, it is solved but i forgor to this topic. And yes this single line is solution :)
View Articlearch linux , swf dir and forbidden error
I use arch linux and install nginx from arch repo , every thing is OK, I want use nginx for use play flash game and swf game , i download many swf files and make swf directory...
View ArticleRe: Changing Root folder
Owner of /usr/share/nginx/html is rootOwner of /home/nickname: nickname
View ArticleFiguring out how to make nginx store information.
Heres what im doing. A site created a code for catching steam games blizzard games and smite. What i'm trying to do is add on to it. As far as iv'e got im trying tera and wildstar. I can make the data...
View ArticleRe: Figuring out how to make nginx store information.
Steam stores fine so does hirez and blizzard as it was made by someone smarter then me just need to find out how to make tera and wildstar store. However I rather have the trouble shooting steps then...
View ArticleHow to log proxies IP
Hi,Some of my clients use Proxies (like Squid).I want to log their real ip and the proxy ip.I tried to do so with this log_format:log_format compression '$remote_addr - $http_x_forwarded_for -...
View ArticleRe: How to use secure link module with IP
you have to do something like this:secure_link $arg_token;secure_link_md5 $remote_addr; (you may include other vars like user-agent, uri, etc...the link will be like...
View ArticleLog and suppress proxy header
I'd like to log a header from a proxied (via X-Accel) server with $sent_http_<header> before suppressing it with proxy_hide_header <header>.Both of these work alone but, as expected...
View ArticleHow to use auth_basic authentication if ssl_client_certificate is not provided?
Hello,I looked for any help with this kind of configuration, but I was unable to find any. The only link related to this, is another question in stackoverflow...
View ArticleHow to run .pl under nginx with fcgiwrap.
Hello nginx community.Today i had installed and tried to configure fcgiwrap with nginx.Here are the examples :/etc/nginx/server/server.cfglocation ~ \.pl$ {gzip off;include...
View ArticleAdd headers and then forward to other domain Apache?
Hello.I am currently building a gps fleet management application and I have made the gps devices send its location messages to my Apache server.It receives the messages, but, because of my Incapsula...
View ArticleRe: Add headers and then forward to other domain Apache?
http://nginx.org/en/docs/http/ngx_http_headers_module.htmlhttp://wiki.nginx.org/HttpHeadersMoreModulehttps://www.google.nl/#q=nginx%20add%20header
View ArticleDrupal Infrastructure load balancer latency issue
Fairly new to nginx person here, looking forward to learning more about it.We have a somewhat unique situation here, been doing some googling and whatnot and haven't really found anyone experiencing...
View ArticleRe: Drupal Infrastructure load balancer latency issue
I think this may have been a networking snafu...may have figured it out. Please disregard.
View Articlenginx goes down after creation of subdomains
Hello,I provide web hosting with cPanel + Linux CentOs + PHP + MySQL + nginxBut usually when one of the users wants to create a subdomain the nginx goes down taking down all the websites of the...
View ArticleRe: nginx goes down after creation of subdomains
Yes, setup and use change management and stop allowing access to 'idiots'.http://en.wikipedia.org/wiki/Change_management
View ArticleRe: nginx goes down after creation of subdomains
itpp2012 Wrote:-------------------------------------------------------> Yes, setup and use change management and stop allowing access to> 'idiots'.>...
View ArticleProxy redirect to another local IP
Dear all,I'm new to the world of nginx and not skilled at all.I managed to make it run on my server (.0.200) with the current configuration:server {listen *:9999;server_name 192.168.0.200location / {...
View Article