Displaying 20 results from an estimated 5000 matches similar to: "Apache proxy error with uploads only"
2011 Oct 10
0
passenger , ruby on rails , apache 2.2.21
Hello,
I am configuring apache 2.2 to serve my rails app through passenger.
First, I redirect all http traffic to https with the following:
This is my web server apache conf file.
ServerName sampleapp
NameVirtualHost *:80
<VirtualHost *:80>
Options FollowSymLinks
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
2007 Nov 23
3
Mongrel+Apache 2.2 Proxy
Hi,
I''m running a rails (mongrel) based web service behind an apache proxy,
on windows 2003.
Sometimes I see a POST in the apache log that returned a 404 but nothing
about it in the rails log.
It doesn''t happen every time, 9 out of 10 times it works just fine.
The post (is actually a put) comes from a .NET application uploading a
small xml-file.
The log message in apache
2007 Apr 20
2
order of registering uri''s matters for URIClassifier ?
Hi all,
I''m playing around with mongrel handlers and I came across a behaviour
that seems abnormal to me with regard to the Configurator#uri calls. It
appears that order matters.
For instance:
...
listener do
uri "/icons", :handler => DirHandler.new("/var/www/icons")
uri "/", :handler =>
2006 Dec 13
1
Searchable Archives of this list
Is there a searchable archive of this list? Did I overlook something
obvious? I can find the archives, but short of downloading all the
monthly gzips and building my own searchable database, it seems my
only other option is to go month by month looking at subjects and
hope to stumble on what I'm after.
Does anyone maintain a public searchable version of the archives?
I've got
2006 Jan 20
3
Process watchdogging anyone ?
Hi !
I have Lighttpd and SCGI clusters running my applications. I
self-host at RimuHosting, but I find that my processes die sometimes.
I''m not a Linux administrator, so I simply want some kind of
watchdogging process to ensure my stuff keeps on truckin''.
I found Watchdog::Process on CPAN, but it won''t install. There''s some
kind of error. Launchd would be
2007 May 10
5
Segmentation fault on large index
I''m getting a segmentation fault on a large index (15GB). I''m running
ferret 0.11.4 on OpenSuSE 10.2 with ruby 1.8.6. The segmentation
fault appeared after I optimized the index, see further below for the
error message I got before that. Ferret works perfectly on other (smaller)
indexes.
Is this a known issue, and if so, is there a workaround?
--------------------- after
2006 Oct 25
4
Search result inconsistencies due to indexing
I seem to be having problems with getting my searcher to be consistent
while indexing. I am running the latest version of ferret (0.10.13) and
I am using the Searchable plugin. Currently the way it indexes is by
using a callback in the model of either after_update or after_create to
index the fields that I have setup to be indexed.
Right now I update the index about once every 4 or 5
2006 Jul 28
0
Apache/Mongrel Deployment Errors
I am having issues with setting up my apache/mongrel cluster.
I am using FC5, and i currently have 3 mongrels running on port
8000,8001, 8002. I am just testing my apache/mongrel deployment on my
development machine and not online. I have apache 2.2.2, and my
httpd.conf is pretty much the exact default after i yum installed apache
2.2.2. in my /etc/httdp/conf.d , i have myapp.conf, which
2005 Jun 06
14
Handling Images And Rails
On my website people will be able to upload images of themselves. I
was wondering how people are presently handling uploading, resizing
and optimizing images in Rails? Do you use a specific piece of
software to do it? What would you guys recommend? Any code from
RailsDay? :-)
Also, do you guys store the images in the DB or just as files? What
do you suggest? What are the pros and
2015 May 07
0
Apache 2.2 itk - 404 not found
Have you checked the file rights under your document root ?
Your apache group need reading right.
Am 07.05.2015 21:42 schrieb "John" <tuxfed at gmail.com>:
> Hi all, Freshly installed apache 2.2 with httpd-itk (from epel). When I
> try to access apache's document root from a browser on local network, it
> always serve me the Apache welcome page, even if I have a
2005 Aug 05
3
Help, my RGui is speaking French!
Dear R-helpers,
First of all I have nothing against the French language!
But now my problem, yesterday I installed R 2.1.1
and I had to experience that my RGui is speaking French.
My windows locals is French (Switzerland).
I'm used to English and I want to reset my RGui to English.
I was seeking for the solution in the archives,
however not successfully.
By the way the searchable archives
2010 Feb 03
5
pointer to Searchable Archives for the list pls
Hi Folks,
Can you point me in the direction of searchable archives for the list? I'm
obviously missing something. I would like to be able to search the archives
before asking my question.
Thanks in advance
Simon
2006 Jan 05
2
Apache issue
I know it is a configuration error. But i cannot figure it out. The
server was working fine until a couple of days ago. it is now throwing:
Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use
an ErrorDocument to handle the request.
Apache/2.0.52 (CentOS) Server at BabyHydra.localdomain Port 80
Nothing
2007 Jun 20
4
custom menu plugin not working in 0.4.4
I was pushing out a new version of a site I have that I think was last
generated with webgen 0.4.1. Since my gems are updated to 0.4.4 I''m getting
this error when running ''webgen''. I''ve reverted back to 0.4.2 and that is the
version where this custom vertical menu plugin starts breaking. So I''m not
sure what has changed to cause this. I get this
2005 Mar 03
4
MGCP to Inter Tel system
I've been trying to figure out if it's possible to connect
Asterisk to a parent Inter Tel Axxess system through the
MGCP protocol. The archives for this list aren't searchable
and I'm wondering if anyone has a simple answer...
Dustin Moore
2003 Feb 19
2
trying again - bug? (was re os X)
didn't hear anything back on this, so i'm trying again:
----------
i would bet someone's already asked and had this
answered, but since the archives of these listss aren't
searchable, and since i couldn't find the info in the
docs or elsewhere on net, here goes:
i've got 3 shares active on a debian box, accessing
them fine from an OS X g4 and 2 win 98 boxes (the were
set
2004 Sep 02
2
Searchable Archives?
Hi guys,
I am new to Asterisk. It looks great, but I have a couple of open
questions such as
- What softphones are recommended and provide Call Center level
functionality?
- What hardware (especially E1 (Euro S2M) class) are supported?
I would like to search the list archives, but can't find a searchable
archive.
Can someone please point me into the right direction?
Thanks.
Regards,
2007 Nov 16
4
Mailing list archive
Hi,
Is there a searchable mailing archive?
http://lists.centos.org/pipermail/centos/
I don't see a way of searching it.
--
Thanks
http://www.911networks.com
When the network has to work
2018 Apr 23
2
Down C6 ALL without torrent ?
On 23/04/18 14:22, Always Learning wrote:
>
> On Fri, 2018-04-20 at 07:56 +0000, J?rgen Gotteswinter wrote:
>
>>> Unsure how to remaster two DVDs, total 6GB?, onto a USB stick. I can copy both DVDs to a directory. To make the directory contents into a single ISO is, currently, beyond my knowledge but will Google.
>>
>>
>> Just drop all rpms into the Packages
2016 Sep 08
1
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Would it make sense to recreate the "searchable R help pages" by feeding
them all into elasticsearch, which will automatically index them and
also provides an extensive (HTTP+JSON-based) API to perform complex
searches?
On 9/8/2016 10:31 AM, Jonathan Baron wrote:
> On 09/08/16 07:09, John Merrill wrote:
>> Given Google's commitment to R, I don't think that they'd