similar to: FastCGI without ScriptAlias

Displaying 20 results from an estimated 1200 matches similar to: "FastCGI without ScriptAlias"

2007 Oct 15
2
Something is wrong with Camping::H in the svn version
Dear All, I got az error message with the svn version of Camping under FastCGI NoMethodError undefined method `user_id'' for {"user_id"=>2}:HashWithIndifferentAccess: The call was a simple "User.find @state.user_id" in my login controller... The following libraries are loaded manually: action_controller, action_view, mime/types, camping, camping/mab,
2007 Feb 27
0
Camping only with .htaccess
Hi, I found a solution for running Camping applications without having access to /etc/apache2/* files. Only two small settings: 1. A small .htaccess file, which contains the following: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ http://nagybence.inter.hu/camping/index.fcgi/$1 [P,L] 2. A little modification in Camping''s source: @status,
2007 Oct 09
4
Camping and sessions proposal.
Hi Campers, from the discussions gathered around, the current Camping sessions don''t seem to be satisfying. ActiveRecord doesn''t seem to handle hashid as an identifier, plus it doesn''t seem to be fully consistent across the various RDBMS. On the other hand, the scope of the project does not permit to implement all kind of client persistence. Secure sessions with
2007 Oct 24
3
Will there be a new release soon?
Hi, Is there going to be a 1.5.1 release anytime soon? Seems like there have been enough changes in SVN to warrant one and I prefer to use only "released" code in production. It gives me warmer, fuzzier feelings than using svn/trunk. :) Regards, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this
2006 Jul 25
3
+ camping 1.4.140 -- apache+fastcgi, lighttpd+fastcgi
Okay, I have tested mounting several of my apps under Lighttpd and Apache, both running FastCGI. I''m going to explain the configuration, but first: update. gem install camping --source code.whytheluckstiff.net == Mounting Root for Lighttpd+FastCGI == server.port = 3045 server.bind = "192.168.0.103" server.modules = (
2007 Aug 12
0
Session + Redirect trouble
Dear Campers, I have created a small social network site using Camping, it is located at http://dekk.hu/ (it is in hungarian). The authentication part of the application is written so as I saw in other applications (@state.user_id = @user.id; redirect Index) But some user has problem with the login process, sometimes the app let them in only for the second time, sometimes never. Maybe
2007 Sep 23
12
Next camping release
Dear camping users, having been contacted by Julian Tarkhanov, I am willing to prepare the next camping release. _why has given me his friendly approval, with the reserve that camping.rb should be lower than 4k. He also told me that he wanted to remove the ActiveSupport and Markaby dependencies. I am writing here to get the users input so that I don''t do any mistake. So far, my plans
2007 Mar 28
3
Camping on Dreamhost - Please Help!
Dan did you get camping running on dreamhost already?? i?m trying to run it also but i haven''t succeed yet. it runs on command line but when i add the rewrite rules on .htaccess i get a internal server error. I emailed support to ask about ScriptAlias and they say they cannot change or add that to apache conf. -- Andr? G. Cardozo
2001 May 30
1
wprocs.dll (fwd)
On Wed, 30 May 2001, Bence Fejervari wrote: > > Hi, > > I compiled wine-20010510 and tried to run winmine.exe, but got the > following error message: > > $ wine winmine.exe > err:int:INT_GetPMHandler could not load wprocs.dll ... > > What is this wprocs.dll file it misses? I couldn't find it anywhere... > I dunno, but wine has a built in one (libwprocs.so -
2002 Nov 06
2
Roaming Profiles + Win2000 + XP
Hi, Ive got my PDC up and running under samba, it is serving several windows 2000 machines and a windows XP machine. The problem is when using Roaming Profiles....... Were using Outlook XP + IMAP Mail for the users emails, which works fine.... the only problem comes when logging off the machine and back to another. The windows 2000 machines seem to update the profile changes back to the server.
2016 Nov 16
1
Fwd: HW requirements?
Hi all, I would like to implement an opus encoder on a TI CC2650 MCU (128 kB Flash). I did not find any information about the hardware requirements of opus, but I found that someone already had trouble with the flash size with the 512 kB ATMEL AT32UC3B0512. (http://lists.xiph.org/pipermail/opus/2016-August/ 003611.html) Do you think I should start implementing or rather find an other
2017 May 09
1
samba process use 100% cpu
On Tue, 9 May 2017 19:33:03 +0200 Papp Bence via samba <samba at lists.samba.org> wrote: > Here is the smb.conf: > > https://pastebin.com/LUf4MUF0 > > Do you really need to use these settings on your Unix domain member ? idmap config *:backend = tdb idmap config *:range = 20-99 idmap config kzsdabas:backend = ad idmap config kzsdabas:schema_mode = rfc2307
2005 Jul 12
4
Cetos 4 with Secure Linux - Apache perl problems...
I'm trying to get perl working correctly on a new server and have a tough time. The server works fine for all standard web pages and hosts about 10 domains. Here's is my test.cgi CGI script I'm trying to run: #!/usr/bin/perl print "Content-type: text/html\n\n"; print "Hello!"; When I attempt to access the file via a web browers, I get this: [Tue Jul 12
2017 May 09
2
samba process use 100% cpu
Did you install it from binary packages ? compiled from source ? Post your smb.conf here. ----- Original Message ----- From: "samba" <samba at lists.samba.org> To: "samba" <samba at lists.samba.org> Sent: Tuesday, May 9, 2017 1:01:10 PM Subject: Re: [Samba] samba process use 100% cpu Anybody? 2017. 05. 02. 10:48 keltezéssel, Papp Bence via samba írta: > Hi!
2012 Apr 06
1
lighttpd + fastcgi + camping
Hello all, I am running in some little stumbling blocks with passenger as a multi user environment (the most problematic feature is that, once you setup a sub-domain passenger wants you to declare on nginx every app running on that nginx server which is not ideal to add apps on the fly and / or if a user wants to run 2 apps from his space) so I was thinking about a more drag a drop / one line
2006 Jul 28
1
multipart/form-data support for Camping Apache/FastCGI
sorry I broke it for mongrel, but the programmer who did the work for mongrel should not have much problem integrating the two I think. Apache/CGI is different and still will not work. I fuck around for a full day at the end of the day, I found Iowa another web framework and I try using their code but using Iowa::Request.new.read_multipart was more confusing than anything, although it helped me
2007 Sep 27
3
FastCGI in Shared Hosting - What To Do?
Hello Campers! I am working on Site5, trying to get a working Camping application running. Unfortunately, my sole option in terms of deployment is FastCGI. I have no access to sudo so I cannot create ScriptAliases. I''ve taken the Camping Short Short Example and uploaded it, along with a dispatch.fcgi and an .htaccess file. My question is - given the state of Camping development right
2008 Oct 17
3
CGI configuration - second post
This is my second request for help with this problem. I have followed the suggestions given the first time and made some progress but I still have one final problem/question. I have two CGI scripts that don't work. One is the standard Set-Cookie, examples can be found all over the net, that sets a cookie and prints "Your cookie name is set." The other is an automatic
2008 Oct 31
3
OT: SA/Apache "Best Practice"?
Alle, Here is our situation: Our customer leases their machines from us and contract us to to manage them (as far as all systems administration issues). The customer does not have root access to any machine (by their own choice, as they want us to be responsible if something goes awry). In the case of their web servers, we handle all configuration, they manage the content. We make changes
2006 Jul 25
4
about PATH_INFO and FastCGI
in one of my recent email, I add .to_s to PATH_INFO in camping code. actually, this is probably very wrong. the problem is probably something like PATH_INFO does not exist when using FastCGI. I have not done all my homework, but so far what I found is lighttpd has a special option "broken-scriptfilename": breaks SCRIPT_FILENAME in a wat that PHP can extract PATH_INFO from it (default: