Questions tagged [http-status-code-404]

404 is the HTTP status code for "Not Found"

A web server will return a status code of 404 when the resource that is being requested does not exist or cannot be found.

385 questions
0
votes
1 answer

When access CloudStack UI got HTTP Status 404 error

I have installed CloudStack Management Server followed this guide: http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.9/management-server/index.html Versions CloudStack: 4.9 CentOS: 6.8 Finally I start server: #…
cloud_cloud
  • 165
  • 2
  • 4
  • 15
0
votes
1 answer

CGI stopped working on setting Nginx as reverse proxy for apache

So I am running a site www.example.com. Initially, I was using apache and any hit to my site would be redirected to www.example.com/path. Now this redirection is defined in my httpd.conf like: Redirect 301 /index.html…
0
votes
1 answer

Bad request when accesing through HTTPS to www subdomain using nginx

I have no problem when accessing the domain without www. This is my config file: server { listen 443 ssl; server_name .terralmarket.es; proxy_set_header Host $http_host; ssl_certificate…
danieltellez
  • 103
  • 2
0
votes
2 answers

Nginx blocks ports

I'm running a debian (jessie, 64-bit) server with nginx, jira and bitbucket installed. the url is referred to as "www.example.com" First I installed jira, opened the setup site (http://example.com:8080) and finished the installation. After that I…
0
votes
0 answers

NGINX + PHP-FPM uses access_log for 404 instead of error_log

I have nginx 1.4.6 on Ubuntu with php5-fpm 5.5.9 on Ubuntu. Nginx's config for the WebSite contains: ... fastcgi_intercept_errors on; access_log /var/log/nginx/dev-vm.domain.com-access.log; #error_log…
setevoy
  • 334
  • 2
  • 4
  • 15
0
votes
1 answer

Nginx Setting expires headers cause 404

i'm using nginx as reverse proxy. I'm already redirect port 80 to 8080, redirect non-www to www and enabled gzip. Al this works. Now i need add expires headers Following many posts and answers to this question i add location ~*…
0
votes
1 answer

404 after setting up lets-encrypt SSL for nginx

So I followed this guide to set up letsencrypt ssl for nginx using the acme script, and it all worked great, I have it setup and I can access my site (wasabi.guru) via ssl, however it returns with a 404 error. When accessing my site via non-https it…
0
votes
1 answer

Nginx returning 404 on seemingly valid path

I'm trying to serve static files directly with a location block like this: location /static/ { alias /opt/graphite/webapp/content/; } But when I make a request for anything matching /static/, I get a 404 error, and a message like this in the…
Mud Bungie
  • 21
  • 2
0
votes
1 answer

How to show a 404 instead of a 403 on apache host

My site was hacked about 2 months ago so I closed the site down but there are over 1,000 spam links out there still directing to the domain. As there are no files on the domain visitors, including Google, receive a 403 error, so assume the page…
Doug
  • 1
  • 1
0
votes
2 answers

Image from a certain domain on my Nginx server loads fine in browser but 404's when I curl

Hey guys I've been struggling with this for the past day, and I'm in need of some assistance. So in essence I have two images stored on my main domain and subdomain with nginx. http://orgasmal.com/r.png (SFW) http://assets.orgasmal.com/e.gif…
0
votes
1 answer

Nginx does not load custom 404 page for WordPress blog

I recently made a custom 404 page for my WordPress blog running on Nginx. However, the page lives above my root directory. I thought I set the parameters correctly, but it doesn't seem to be working (I still get the 404 page from my theme). Am I…
Logan M.
  • 11
  • 3
0
votes
1 answer

Cant ssh or see website after home ip change, but can get http 404 and 403

I have a server in a client office, this server has a website running on nginx. A few days ago my home router and ip changed, and now I can’t ssh to the server, or see the website, the browser stays in a never-ending state of “thinking”, but if I go…
Chagaf
  • 1
  • 2
0
votes
1 answer

What's the error in my HTACCESS

index page and profile page show 404 after htaccess redirection I transfered from bogger to wp.. redirected all links from year/month/postname.html to postname/ using these lines: # WPhtc: Begin Custom htaccess RewriteEngine On RewriteBase / …
0
votes
1 answer

404 Not Found error after Parse migration

0 down vote favorite I've followed the migration guide and setup the Mongodb, NodeJS and Parse server locally on our Linux server. I'm able use the REST API to login to the game and download game-related files that are still hosted by Parse's S3.…
0
votes
1 answer

mod_proxy tomcat

I've asked this question in a few places and I've found no answer. It should be pretty simple and a pretty common problem. Unfortunately I know nothing about tomcat and mod_proxy so I'm unable to figure it out. I have a few apps running in…
brad
  • 492
  • 1
  • 10
  • 22