search for: 404s

Displaying 20 results from an estimated 32 matches for "404s".

Did you mean: 404
2006 Aug 09
0
WEBrick over SSL returning empty 404s
Hi, I''m running a rails system on WEBrick, and have recently changed over to using the built in SSL. Now, rather sporadically, WEBrick is returning an empty 404 when the user tries to POST to a certain create controller. Any ideas why this could be happening? Here''s an extract from the log where one minute everything works (the 302 is returned) and a minute later
2011 Oct 13
2
how to catch 404s?
How can I hide/catch the "Camping problem! /xxx not found" pages? It would be great to define my own handler instead, or simply redirect to the root of my app. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/camping-list/attachments/20111013/ba7145ee/attachment.html>
2019 Aug 29
3
404s within LLVM documentation
Hi all, I'm currently in the process of updating the Kaleidoscope tutorials (first and foremost, the ORC/BuildingAJIT ones), and I've noticed a fair few 404s which are lingering within the current visible documentation. Some of these don't seem to have linked to existing pages for a while. I was wondering if there was a way to set up a check in the buildbot to ensure that documentation doesn't break between builds? I'm happy to fix the curr...
2006 Jul 20
5
Why don''t I get 404s?
When I go to a missing page in my rails app, I get the 500.html page, and this in my log output: no route found to match "/asdasd" with {:method=>:get} ./script/../config/../vendor/rails/actionpack/lib/action_controller/ routing.rb:1057:in `recognize_path'' ./script/../config/../vendor/rails/actionpack/lib/action_controller/ routing.rb:1047:in `recognize''
2013 Mar 06
4
Apache attacks - you can't stop them, or can you?
...not being hit as hard as others out there. My question is: Is there a way to shut this nonsense down? Or because I am sending the 404, I am doing all that is reasonable to do? I am wondering that if this list starts getting long, that is a lot of logging and I probably don't need to log 404s?
2019 Aug 29
2
404s within LLVM documentation
...the run could provide. > > Regards, Neil Nelson > On 8/28/19 7:52 PM, Patrick Nappa via llvm-dev wrote: > > Hi all, > > I'm currently in the process of updating the Kaleidoscope tutorials (first > and foremost, the ORC/BuildingAJIT ones), and I've noticed a fair few 404s > which are lingering within the current visible documentation. Some of these > don't seem to have linked to existing pages for a while. > > I was wondering if there was a way to set up a check in the buildbot to > ensure that documentation doesn't break between builds? I'...
2006 May 08
10
Apache 2.2, ProxyPass and HTTPS
Hi all, I''m currently trying to get Mongrel running my app whilst fronted by apache 2.2 in a sub-directory via https. A bit convoluted I''ll grant you but necessitated by existing systems. The pertinent parts of my httpd.conf: <VirtualHost 123.123.123.123:12345> #historic choice of random port number DocumentRoot /var/www/admin ServerName admin.example.com:12345
2015 Aug 28
2
apache mysterious 404 error
...mes, > and post the result. > > Cheers > Tony Also need to see the error_log entries from the back-end httpd server that's serving from the documentroot. The proxy server's logs (whether it should be there or not) only show the proxy issues, not the issues that are causing the 404s, so aren't really relevant to the 404 issue. The back-end server's logs will indicate why the file can't be found, or generally at least pretty good hints.
2006 Mar 12
2
Dealing with empty 404 images
...roller => ''Foo'' if server.status == ''404'' in other words: if i get a 404 response, and a given path, i''d like to handle it by returning my own content. no- i don''t want a generic all-404 error page, i want to be able to handle individual 404s. Where is this useful? For an address book application where i don''t have photos of all the users, or similar. anyone able to help? -- Posted via http://www.ruby-forum.com/.
2006 Jun 30
1
acts_as_ferret rdoc
The wiki for acts_as_ferret claims that the rdoc is available at http://projects.jkraemer.net/acts_as_ferret/rdoc, but that page 404s. Is the rdoc up somewhere? thanks, ryan -- Posted via http://www.ruby-forum.com/.
2008 Sep 22
1
Hmisc and Ubuntu (aptitude install)
...misc from within R by issuing the standard 'install.packages' command, but it said I needed 'gfortran' to compile. I thought I could circumvent this by using 'aptitude' to get the package 'r-cran-hmisc', but when I got it, the package had critical missing parts (got 404s). So, I'll be trying to go back and download 'gfortran', but can anybody tell me if this aptitude ubuntu package should be kept up to date and is just currently overlooked? Thanks, Matt -- It is from the wellspring of our despair and the places that we are broken that we come to rep...
2006 Sep 02
1
custom error handling
Please forgive me if this is a stupid question. If it has been answered already, please point me to the answer, as my searching has been fruitless. How can I programatically handle 404s and 500s when using Mongrel? I''ve read about using a proxy server config (.htaccess for example) to render an ErrorDocument rather than whatever comes from Rails, but I need something different. I would like to send an email on 500 errors, and log 40x errors. It would be nice to do this wi...
2006 Jan 03
1
Where''s the MS jScript reference gone?
Hi Is it just me or had Microsoft removed all of its on-line documentation on JScript from its site? All my bookmarks are giving 404s and new searches on MSDN are not finding anything. Regards Toby
2017 Dec 13
1
Consultants?
Hi all, On the gluster website it links to a page of consultants that 404s: https://www.gluster.org/consultants/ <https://www.gluster.org/consultants/> Does anyone know of an actual list of consultants that offer gluster support? Or are there any on this mailing list? Thanks, Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: <h...
2009 Oct 21
4
5.4 at last?
Now that it appears that some folks are able to get the 5.4 downloads (and a GREAT BIG THANK YOU to all the centos team members who make this possible!) I'm wondering when the updates will begin flowing so that those of us running 5.3 can do "yum upgrade" and enjoy all the benefits too? Thanks in advance! -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us
2005 Dec 28
3
problems with lighty on linux
I''m trying to get our app running on Lighty... I followed Ezra''s instructions: http://brainspl.at/pages/rails_stack... Currently the app runs fine with webrick, but with lighty I get 404 errors on everything. I found if I don''t edit the lighttpd.conf file to use absolute paths, it works fine. But this is not good for production because I need to run it with the -d
2015 Aug 28
0
apache mysterious 404 error
...listmail.innovate.net> wrote: > > Also need to see the error_log entries from the back-end httpd > server that's serving from the documentroot. The proxy server's logs > (whether it should be there or not) only show the proxy issues, not > the issues that are causing the 404s, so aren't really relevant to > the 404 issue. The back-end server's logs will indicate why the file > can't be found, or generally at least pretty good hints. The first question is: are there even a separate back-end and front-end, or is it just a single server that is misconfig...
2015 Jun 04
1
404 error => stream redirect / relay
ooohhh :) interesting... didn't think about that... I was stuck on catching 404 and there is a new default mount config... I will try this... after quick test, there are some problems with the default mount, but it may be because of wrong configuration... I will have to experiment with the settings. thanks :) -- *Ladislav Soukup* *specialista v?voje IT aplikac?* mobil: +420 731 101 538
2006 Oct 22
0
Daemonize Problems
...would like to be daemonizable. At first I tried adding the daemonize line to my configurator, but i was always getting 404''s and the log was nto being written to. So I added a call to Daemonize.daemonize(''mongrel.log'') at the top, and cut the daemonizer line. It still 404s and the log file is still not being written to. How does the daemonizer work? How can i make it work with my code? If interested, you can check the project out at metacampsite.com/mongrel. Thanks! -- Chris Carter concentrationstudios.com brynmawrcs.com -------------- next part --------------...
2012 Apr 19
3
local repo question
I have created a local repo for CentOS 6 x86_64. I use a machine at 192.168.1.14 for that and created a directory structure /var/www/html/centos/6.2/updates/x86_64 then there are these directories at the location. Packages repodata Both are populated with many files. In my kickstart file I have a line: #repo --name=Updates --baseurl=http://192.168.1.14/centos/6.2/updates/x86_64/ All seems