similar to: [lighttpd] proxy.server and url.rewrite-once

Displaying 20 results from an estimated 1200 matches similar to: "[lighttpd] proxy.server and url.rewrite-once"

2005 Dec 26
5
show render time on pages
hello all! is it possible to access the render time variables in the view? i would like to show Completed in 0.09574 (10 reqs/sec) | DB: 0.08729 (91%) | 200 OK [http://localhost/person] on each page like in the logs. how can i do this?
2008 Jan 23
14
Again: Workaround found for request queuing vs. num_processors, accept/close
Hello all. I too found out that I sometimes have some action that can take up to 10 seconds in my rails application. I''ve read all arguments Zed made about polling/and inbox strategies, and I think I just can''t work around my feeling that a "wrong" request that takes up too much time should be able to lock subsequent requests in mongrels queue. That''s what
2006 Jan 04
5
check if a file exists?
Hello all! I have a list of people on a page, and some of this people have pictures of them stored on the web server. So I have an image tag like this on my page: <%= image_tag "/images/people/" + person.pers_id.to_s + ".jpg" %> But not all have a picture, so if the file for pers_id=1899 does not exist, i would like to display a custom image for that guy. How can I do
2010 Apr 30
5
Asterisk and Patton
Hi, we have and Asterisk server connected to a Patton Smartnode 4638 with 4 BRI. We configured 4 SIP account on Patton (1001, 1002, 1003, 1004). The system is fully functional, but we have a problem to recognize incoming calls from Asterisk: when a call come from SIP/1001 (BRI 1 on Patton) or SIP/1002 (BRI 2) or SIP/1003 (BRI 3) Asterisk record a call coming from SIP/1004. I have contacted Patton
2008 Jan 25
2
Apache, proxypass and REMOTE_USER
Hello, still trying to get things going. With proxypass the REMOTE_USER variable set by mod_auth_* is not passed to mongrel. I found another admin that has the same problem[1], but no solution. Did someone here solve this problem? [1]http://mail-archives.apache.org/mod_mbox/httpd-users/200610.mbox/<323a37200610021509k6142cb08q6e6b0642e3261c6d%40mail.gmail.com>
2006 Jan 05
3
getting porn from rails link
Hello, http://wiki.rubyonrails.com/rails/pages/Tutorial is showing me links to porn sites Frank -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060105/d4e011de/attachment.html
2006 Jan 30
1
find_by_sql and memcached
Is a find_by_sql query cached with memcached and cached_model (http://dev.robotcoop.com/Libraries/)? Looks like the answer is no. Is there a reason for this? I have a lot of very complicated querys with a lot of unions, subquerys and joins that would greatly benefit from the cache. Going through the code I can see that the find_by_sql method is changed in cached_model.rb, but it does not call
2005 Nov 29
2
one rails application, many schemas
hello all! i am about to deploy an app that needs to connect to different schemas... uhm. let me explain. the app is located on a server (of course), and on the same server is a database with many schemas called new_york, cicago, barcelona, hongkong, singapore and so on. people from this citys need to use the app, and the app should connect to the correct schema depending from where they
2014 Oct 15
1
Asterisk 12 CDR dst field empty
Hi there, I have installed Asterisk version 12.6 (on Debian wheezy) and I note that, only when I make a transfer of call (attended or unattended), the fields 'dst' and 'dcontex' in the CDR are empty. This happen both in MySQL record and in CVS. Someone can confirm this event? Thanks in advance.
2011 Mar 28
1
add my own calculated conficence interval to a plot
Hi, I have a data frame like this: var1=years var2=Sex ratio (0<value<1) var3=lower 95% confidence interval var4=upper 95% confidence interval Is there a way to add these confidence intervals to a plot like this? plot(years,Sex ratio,type="b") Thanks in advance for any response [[alternative HTML version deleted]]
2011 Apr 15
1
GLM and normality of predictors
Hi, I have found quite a few posts on normality checking of response variables, but I am still in doubt about that. As it is easy to understand I'm not a statistician so be patient please. I want to estimate the possible effects of some predictors on my response variable that is nº of males and nº of females (cbind(males,females)), so, it would be:
2015 Aug 28
0
apache mysterious 404 error
What is the absolute path on the server that /mycompanyStore/images/ is store in? -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Tim Dunphy Sent: Friday, August 28, 2015 10:12 AM To: CentOS mailing list <centos at centos.org> Subject: Re: [CentOS] apache mysterious 404 error Hey guys, Sorry for the failed attempts at
2005 Nov 19
3
Form values not included in submit when ajax generated.
Hi. I have a form with two select lists, named ''project'' and ''activity''. The content of the ''activity'' list is changed when the selected item in project changes, using ''observe_field'' where project is observed, and a div enclosing ''activity'' is updated. This works as expected. The problem is that when
2007 Apr 18
0
[Bridge] Bridge kernel panic
Hi, I'm having some problems with kernel panic with the bridge. I have the following network setup: | | +----+----+ | (eth0) | +---------+ | Bridge | | | | (eth1)|<-- Mirror of ---+ Switch | +---------+ +- - - - -+ 1000SX link | |<--1000SX-->| Switch | | | |
2015 Aug 28
1
apache mysterious 404 error
Hi Robert, It's this: drwxr-xr-x. 2 daemon daemon 4096 Aug 27 12:34 /var/www/mycompanyStore/images Thanks, Tim On Fri, Aug 28, 2015 at 11:17 AM, Robert Wolfe <Robert.Wolfe at malco.com> wrote: > What is the absolute path on the server that /mycompanyStore/images/ is > store in? > > -----Original Message----- > From: centos-bounces at centos.org
2013 Mar 14
1
Bootstrap encounter histories data
Hi all, I am working with a capture-recapture analyses and my data set consists of a typical set of encounter histories. Thus, for each individual I have a string (same length for all the individuals) consisting of 0 (not seen) and other numbers (seen in state "1", seen in state "2", etc. where state may refer to breeding, nesting, feeding, etc.). At the end of each string I
2007 Nov 23
2
Unable to read anything from request.remote_ip
For some users, request.remote_ip always return nil. According to the RAILS''s help: REMOTE_ADDR is the standard but will fail if the user is behind a proxy. HTTP_CLIENT_IP and/or HTTP_X_FORWARDED_FOR are set by proxies so check for these before falling back to REMOTE_ADDR. HTTP_X_FORWARDED_FOR may be a comma- delimited list in the case of multiple chained proxies; the first is the
2006 Aug 24
0
apache2.2 mod_proxy, mongrel, and my poor rails code
Hi mongrel-users, Just a heads up for apache2.2 mod_proxy + mongrel + rails users: If you have a line like this in your source (because you''ve done a poor job maintaining your code and reading the API docs): render ''foo'', :layout => ''bar'' You might expect it to do what it says... but it actually sets deprecated_status and ends up setting
2006 May 01
0
url.rewrite on lighttpd
I allow the users of my application to upload images on the server, images that are supposed to be used for some custom web pages. However some evil ones decided that this feature gives them some storage space that they could use for outside pages. I would like to configure lighttpd.conf so that when images from certain directories are accessed with a different referrer, I would pass a banner of
2015 Aug 28
4
apache mysterious 404 error
Hey guys, Sorry for the failed attempts at obscuring the company I work for. My boss wouldn't take too kindly to it if I revealed that information on a mailing list. :) So anyway, I realized that capitalization might be the problem. So I renamed the directory to match what was in the URL. That didn't solve the problem. However I noticed this message turning up in the logs: [Fri Aug 28