Re: NginX works with an index.php file, but not with the other
Ok, I'll correct myself then. :) Access.log is indeed loggins something, but I think this is not helping at all. This is what it logs if I view the website:37.220.134.162 - euro [13/Nov/2015:13:18:25...
View ArticleRe: NginX works with an index.php file, but not with the other
Enable debug logging (for error.log) to see where/what is causing the 500.error_log /var/log/nginx/hu.MYCOMPANY.MYSITE/error.log debug;
View ArticleRe: NginX works with an index.php file, but not with the other
This is intresting. And shows my newbie-ness to NginX right now. Completly forgot, to set the error level to debug mode. It showed me the following:2015/11/13 13:28:06 [notice] 26645#0: *1 "^/(.+)/$"...
View ArticleRe: NginX works with an index.php file, but not with the other
Now I've commented out the following lines so they will be ignored:# if (!-d $request_filename) {# rewrite ^/(.+)/$ /$1 permanent;# }Now, the browser sais Internal Server error again, but absolutely no...
View ArticleRe: NginX works with an index.php file, but not with the other
Cleared the browser cache? debugging like this is best done with Curl, as you also will see the headers.
View ArticleRe: NginX works with an index.php file, but not with the other
I'm using Chrome and I always open an incognito windows to check. I have no other idea :/ But this frustrates me a lot. Just a reminder: The webpage was working in an Ubuntu, PHP 5.4 environment. Not...
View ArticleRe: NginX works with an index.php file, but not with the other
Could be, selinux policies in place? if a request reaches nginx then it will log this.
View ArticleRe: NginX works with an index.php file, but not with the other
I don't think so, but will check it.Why and how would SELinux (whoever invented it, I would smak him int he face with a wet fish...) block only one website ot of 20 ? I have 20 others, almost 10 was...
View ArticleRe: NginX works with an index.php file, but not with the other
Don't shoot the messenger ;-) most likely it is still a nginx.conf issue but that also means it most be loggable.
View ArticleNGinx Load Balancer / Apache Backend / HTTP 499
Hi All,I have NGinx configured as a Load Balancer with Apache servers at the backend serving a PHP application. We use 'Pingdom.com' for external application monitoring. I noticed several "outages"...
View ArticleRe: NGinx Load Balancer / Apache Backend / HTTP 499
You might get more logging results by using debug, any request send to a backend always gets logged so with debug logging you should see alot more happening.
View ArticleHow to find reason for NGINX redirect
We have an Ubuntu server image that was moved to a different host. ProjectSend is installed on the image.When the image is running on the original host, everything works. When it's copied to a new...
View ArticleRe: How to find reason for NGINX redirect
Nm, this was happening because the original domain was stored in a MySQL database which ProjectSend used for redirecting.
View Articlenginx: [emerg] "proxy_pass" cannot have URI part in location given by regular...
Hi I got this error:nginx: [emerg] "proxy_pass" cannot have URI part in location given by regular expression, or inside named location, or inside "if" statement, or inside "limit_except" block in...
View ArticleRe: nginx: [emerg] "proxy_pass" cannot have URI part in location given by...
http://stackoverflow.com/questions/21662940/proxy-pass-cannot-have-uri-part-in-location
View ArticleRe: beginner's question: Site Configuration, same Port, 2 Locations
Hello,i tried merging my servers by putting the Location-block /fhem in the owncloud config.Now i can reach /fhem and /owncloud, but only owncloud works like it should,see attached Screenshot.Thank...
View ArticleRe: beginner's question: Site Configuration, same Port, 2 Locations
Sry, Attachement seems broken, new try.
View ArticleRe: nginx: [emerg] "proxy_pass" cannot have URI part in location given by...
nginx is able to restart again but...Well but now my 404 Page is not working anymore =(GNU nano 2.2.6 File: /etc/nginx/includes/error-pages.conf# redirect server error pages to the static page...
View ArticleRe: nginx: [emerg] "proxy_pass" cannot have URI part in location given by...
Enable debug logging as that will show you what nginx is doing with your config and requests.
View ArticleRe: beginner's question: Site Configuration, same Port, 2 Locations
Place attachments elsewhere, here it hardly ever works.
View Article