search for: mod_fcgi

Displaying 20 results from an estimated 33 matches for "mod_fcgi".

Did you mean: mod_fcgid
2006 Apr 03
1
Setting up FastCGI for RoR under Apache 1.3.34
All, I have all of the components that I need to install RoR under FCGI for Apache 1.3.34. I have: mod_fcgi 2.4.2 fcgi 2.4.0 (developer''s kit) ruby-fcgi-0.8.6 I am comfortable up to the point of installing mod_fcgi, however, I don''t understand how fcgi and ruby-fcgi will be used by mod_fcgi. How does mod_fcgi connect to fcgi and ruby-fcgi. I assume that there are environment variab...
2010 Dec 18
2
Best way to set up for PHP websites
...erver for hosting a high traffic PHP site (specifically Drupal 6). I am trying to figure out what's the best way of setting up PHP. The standard mod_php seems to not be a good solution, as it requires apache to be in the prefork configuration, due to PHP not being thread safe. Something like mod_fcgi seems to be the way to go, but I can't seem to find a good guide on setting it up. I installed Zend Server, but seems like they are only supporting FastCGI for Apache on Windows, and only mod_php on Linux. Their admin control panel is using lighttpd and mod_fcgi on Linux. I getting it to wor...
2006 Mar 02
9
FastCGI vs. Simple CGI
I''ve seen several postings where FastCGI is being used with RoR projects, yet, most of the material I''ve read (Dave Thomas'' book, online articles, etc) recommend not using FastCGI anymore because it is a dormant project and hasn''t been updated since 2003 (I think???). So, I went out and got Simple CGI instead. It had to be compiled and installed from
2006 May 17
12
Help with Apache config
I have been attempting for days to configure Apache for Rails. I have read forums, followed How-To''s all in vain. I am hoping someone can help me out. I am getting the Rails Welcome screen, but when trying to go to any other url, I get the 500.html message. Take a look for yourself at http://66.139.78.237 and click on "about your application''s environment".
2006 May 08
5
Ruby on Rails on Linux - Any suggestions/Help?
...s. I''m trying to do it on Linux Debian, but somehow, I always get this Error: Application Error - Rails application failed to start properly This was running on Debian Linux, Apache2, Mysql and FastCGI. The Tutorial I used: http://o9y.net/archives/2006/02/17/ruby-on-rails-mittels-mod_fcgi-fur-apache -2-unter-debian/ (German) Well, I installed everything as described in one of those many tutorials on the net, but I don''t get it to work. Maybe someone has some tips I schould do to get it work? Or maybe someone might tell me what Setup might be the best on Linux??? I...
2010 Jan 25
1
ActionMailer does not find templates in production mode
Hello everyone, I am currently struggling with the following issue that only seems to appear in my production environment: When attempting to send a mail from an ActionMailer the template location algorithm does not seem to pick up the corresponding template: ActionView::MissingTemplate (Missing template event_mailer/approval_requested_notification.erb in view path app/views):
2005 May 04
2
Setting up Rails server on non-standard environment
...uby 1.8.2, RubyGems, and Rails, all under ~/bin. I''m a bit stuck on the next steps to take to try and get something running. I have access to httpd.conf and can setup any number of subdomains, so that looks helpful, but I do not have the permissions to be able to install mod_ruby or mod_fcgi in the standard locations. WebBrick works, and I can access the app over host:3000 or whatever port I can find open (this is on a "virtual private server" context), but I''m not sure what the best way to go is. I haven''t tried to convince the hosting provider to i...
2015 Nov 16
2
FCGIWrapper
Hi, I am setting up my development environment. I am new to linux. I installed Apache on CentOS 7.0. I modified /etc/httpd/conf/httpd.conf and tried to restart Apache. I got the below error' AH00526: Syntax error on line 393 of /etc/httpd/conf/httpd.conf Wrapper /home/currencybooking/fcgi-bin/php5.fcgi cannot be accessed:...enied The line no 393 in /etc/httpd/conf/httpd.conf is FCGIWrapper
2006 Jan 26
2
Run fastcgi in Apache 1.3, or proxy through lighttpd?
I''m working with a guy who has Apache 1.3 installed on his server, and it''s not an option to simply use lighttpd for a Rails application I''m helping him with. I''ve seen that Apache 2 apparently is crappy when it comes to fastcgi, but 1.3 isn''t so bad. I can then either just run my app straight in Apache, or I could proxy it through to lighttpd. Which
2006 Jul 28
6
need recommendations for apache configurations
...#39;t know if it''s lighttpd or the combination of lighttpd and fastcgi but it''s just not working for me. I need something that has been proven to work and apache definately has. I''ve been reading around I''ve discovered that certain installations of apache and mod_fcgi may be unstable but I haven''t really found any up to date information. Can anyone recommend a good, fast, and stable combination of apache and fastcgi? Which versions of each should I use? Should I use mod_fcgi or mod_fcgid? -- Posted via http://www.ruby-forum.com/.
2006 Jun 04
4
eRuby & Rails: Not Compatible
I''m new to Ruby, Rails, and this list. I''ve tried searching for an answer but it all seems to be over my head. I have all the books but again they seem to leave me on my own to figure out the stuff that really matters. Where is the best place to find out the details? Exactly what are these much celebrated "naming conventions"; i.e. where do I find an exhaustive
2006 Mar 29
42
Production environment for Rails on Win32, anyone interested for a binary release?
...cess. Rather than downloading bits and pieces from all over the web in binary forms to get a complete setup, I''ve tackled the task to build everything from scratch on Windows. This is what I''ve build from the latest sources: Apache (2.2) with mod_ssl (0.9.8a), mod_zlib (1.2.3), mod_fcgi (2.4.3snap-0404142202) and mod_scgi (1.10) Ruby (1.8.4) with mysql.so (2.7), ADO.rb, fcgi.so (0.8.6), scgi (0.4.3), zlib.so, iconv.so and openssl.so I was able with all this to get Rails 1.0 (installed using RubyGems) running with Apache and FastCGI, the whole lot seemed very stable and I was able...
2006 Sep 19
9
RoR with apache2 on SuSE
...n our apache web server for production. I am having a very hard time getting this accomplished. I followed some of the steps here (because not all of them worked): http://wiki.rubyonrails.com/rails/pages/HowtoSetupApacheWithFastCGIAndRubyBindings And I have managed to get ruby, rails, fcgi, and mod_fcgi all installed and working. I even have a test fcgi script that runs fine. However, I''m just not sure how to reference the project once it is on the server. With webbrick you just say localhost:3000/project_name. But we can''t say http://192.168.X.X/project_name on the apache...
2005 Mar 10
5
dispatch.fcgi dieing randomly
Recently my application has refused to start on my production environment. The setup is debian(unstable)/apache2/fastcgi/mysql Rails 0.10 (upgrading to 0.10.1 as we speak) When I first start up apache the machine grinds to a crawl starting up the dispatch.cfi processes. It''s a VPS with 256M of ram, but still (in addition to user time) it''s spending 30% of time in system
2018 Aug 21
2
selinux question
On 08/21/2018 02:20 PM, Warren Young wrote: > On Aug 21, 2018, at 1:27 PM, Nataraj <incoming-centos at rjl.com> wrote: >> I have a web application which uses sudo to invoke python scripts as the >> user under which the application runs (NO root access). > Why is the web app not running with that user?s permissions in the first place? > > If your answer is that it
2015 Nov 17
0
FCGIWrapper
...t cbcdev mod_fastcgi-2.4.6]# make top_dir=/usr/lib64/httpd > Makefile:12: /usr/lib64/httpd/build/special.mk: No such file or directory > make: *** No rule to make target `/usr/lib64/httpd/build/special.mk'. Stop. > I am not to able to build the package. Why are building it yourself? mod_fcgi is in EPEL. https://fedoraproject.org/wiki/EPEL Most likely you need to install the httpd-devel package if you're going to be building your own software aganst Apache httpd. > Do I need to change the ownership if I copied file from production to Dev? What was the development platform? --...
2006 Jul 26
0
help with best practice connection for apache 1.3.x and rails
...''t balance on the individual machines. I know some of the methods to setup a new server include apache 2.2/proxy_balancer/mongrel or lighttpd/fcgi, but I can''t do a new install or upgrade a the current servers because of legacy code. My research has show that you can use SCGI or mod_fcgi. I was wondering which of these is currently considered the better method for stability, performance, etc. Also, is there a better interface that I could use? (again, without installing a new server). Thank you.
2006 Apr 07
0
Rails Prod Win 0.2
...ons on Microsoft Windows Platforms for production use in a nice and easy to use Installer. Rails Prod Win is tailored to production environments rather than development environments and uses the latest available stable released for each of the bundled software: -Apache 2.2 with mod_ssl, mod_zlib, mod_fcgi, mod_scgi -Ruby with RubyGems -Ruby native MySQL and MSSQL wrapper -Rails Gael
2006 Feb 28
2
dispatch.fcgi aborted: error parsing headers
...er ''R0lGODlh9AH0AfcAAGA5YEAmQCATIP+Z/++P79+G3898z69pr49Wj4BNgHBD'' The images are uploaded and saved successfully. The problem seems to happen when the upload is completed. I''ve looked all over the web and didnt find anything. I''m using ... Apache 1.3 Rails 1.0 mod_fcgi 2.4.2 Any help is appreciated, thanks -- Posted via http://www.ruby-forum.com/.
2005 Dec 20
1
trouble with fastcgi and "undefined method `is_cgi?''"
...verride All </Directory> Here''s the rewrite stuff from public/.htaccess : RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.cgi [QSA,L] I''m running: rails 1.0.0 fcgi (0.8.6.1) mod_fcgi 2.4.2 fastcgi devel libraries 2.4.0 apache 2.0.54 Fedora Core 4 Any ideas?