similar to: Apache config: Two different rails apps using same domain name (mod_rewrite issue)

Displaying 20 results from an estimated 800 matches similar to: "Apache config: Two different rails apps using same domain name (mod_rewrite issue)"

2005 Oct 10
1
Need help from Apache mod_rewrite crew !
Hi ! Has anyone got any tips/tricks on running a Productized Rails app on DreamHost ? Specifically, I get this in my error.log: ----------- [Mon Oct 10 11:39:46 2005] [error] [client 69.70.225.69] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use ''RewriteOptions MaxRedirects'' to increase the limit if neccessary. ----------- As
2006 Feb 22
1
Urgent help needed
Hi, I''m on Apache 2.0.54, Linux Fedora Core 2 with Plesk. I installed a Rails application previously on the box using SCGI and it works fine; even now. I''m trying to get a second app online and it fails. Same config, except for the SCGI runner ports of course. It looks like the error comes from the fact that the mod_rewrite loops. WHY ??? BTW : I have to put this app
2018 Nov 19
2
Samba4 multiple DCs replication
Le 19/11/2018 à 12:33, Julien TEHERY via samba a écrit : > Le 19/11/2018 à 11:14, Marco Gaiarin via samba a écrit : >> Mandi! Julien TEHERY via samba >>    In chel di` si favelave... >> >>> Is there a good pratice when adding new remote DCs in terms of >>> replication >>> topology? >> I think you have to define a topology of the domain, using
2018 Nov 21
0
Samba4 multiple DCs replication
Le 19/11/2018 à 15:00, Julien TEHERY via samba a écrit : > Le 19/11/2018 à 12:33, Julien TEHERY via samba a écrit : >> Le 19/11/2018 à 11:14, Marco Gaiarin via samba a écrit : >>> Mandi! Julien TEHERY via samba >>>    In chel di` si favelave... >>> >>>> Is there a good pratice when adding new remote DCs in terms of >>>> replication
2018 Nov 21
2
Samba4 multiple DCs replication
Cordialement, Doe Corp <https://www.openevents.fr/> <https://www.facebook.com/OPENevents-172305449504004/> <https://twitter.com/SocOPENevents> <https://www.linkedin.com/company/openevents/> Julien Téhéry Ingénieur Systèmes & Réseaux | OPENevents 15 avenue de l'Europe 86170 Neuville de Poitou phone : +33 5 49 62 26 03 <tel:+33549622603> mail :
2005 Dec 08
3
lighttpd proxy w/ apache2
I''ve tried a bunch of things trying to get ruby/apache2 and php working together. I looked over my earlier post and followed the instructions on ezra''s website to install lighttpd on debian. I''ve gotten really far but I think there is one bit missing: 1. I got apache2 and php working together 2. I got lighttpd working on port 3000 and my rails app launches ok
2006 Mar 20
1
Error when configuring rails to run in subdomain
All, I''ve a problem configuring rails app to run in a subdomain. I''ve set up an application that runs on sth like: http://mydomain.com/shop/public/admin which points to /home/myhome/webroot/shop/public/admin where "shop" is the rails app directory - and it works fine. But when I use my ISP''s web configuration utility to set a subdomain like
2006 Sep 26
0
Is Rails on GoDaddy worth the hassle?
I have been trying to evaluate GoDaddy hosting for RoR. Quite frustrating and painful to date. I have setup a database and uploaded a test app (depot from AEDWR2). Best results to date - ''Internal Server Error''. The log reports ''mod_rewrite: maximum number of internal redirects reached''. ''RewriteOptions MaxRedirects=20'' doesn''t help. I
2007 Dec 29
2
Cent os 4 .htaccess file not working mod_rewrite enable - how can I test "help"
Hello, Spend hours attempting to password protect a web directory- mod_rewrite enabled on httpd.conf file. Seek ideas please Stephen Stephen Goldman System Administrator MIT Biology sgoldman at mit.edu -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jul 02
0
Use mod_rewrite rules instead of rails-routes
Hi I am trying to use mod_rewrite rules instead of rails routes (don''t ask why.., routes are not flexible enough in my case): Basically I have these two RewriteRules in my .htaccess file: RewriteRule ^(.*\/)*index\.([0-9]+)\.([0-9]+)\.html$ /keywords/show?id=$2&page=$3 RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] So I want /foo/bar/index.123.4.html rewritten to
2007 Dec 13
1
mod_proxy_balancer mod_rewrite permission issue
I started the mongrel_cluster and tried to use the RewriteRule to forward the requests to proxy_balancer just as the http://mongrel.rubyforge.org/docs/apache.html said. When I visited my site from a remote computer, I always got the error messages "Forbidden, You don''t have permission to access / on this server." Finally, I added the "Allow from all" property (in the
2006 Aug 03
5
Store common settings in one file?
Hi, I''m looking for a way to store common settings, such as the application_name or email address from value in a file. I then want to be able to call these settings in my controllers and models? Is there any easy way of doing this? and where would you recommend I save the file ? Thanks scott -- Posted via http://www.ruby-forum.com/.
2005 Jul 29
0
Fwd: Products and mod_rewrite
It appears this message bounced somehow, so I''m resending. Apologies if it is a dup. Begin forwarded message: > From: Duane Johnson <duane.johnson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > Date: July 29, 2005 8:59:30 AM MDT > To: Steve Sloan <steve-2FdKsI0tZ45AfugRpC6u6w@public.gmane.org>, rails-1W37MKcQCpIf0INCOvqR/pqQE7yCjDx5@public.gmane.org > Subject: Re:
2008 Jun 04
2
mod_rewrite issue
I'm installing Drupal 6.2 in the document root of a CentOS 5 install using httpd-2.2.3-11.el5_1. I'm using a virtual host entry with the following rewrite rule to enable "clean" URLs: RewriteRule ^(.*)$ index.php?q=$1 [R,L,QSA] This works fine expect the user still sees the "ugly" URL in the address bar. However, if I remove the R, it breaks completely. Any clues? I
2009 Mar 26
0
Passenger 2.1.2 and mod_rewrite
Hey. Is anybody has working mod_rewrite with passenger 2.1.2 ? Redirects work, but rewrites not. I have rewrite logging on, and it looks like ''local path'' rewrites just fine, but rails can''t see it. Thanks. FaziBear. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2008 Jul 19
2
Resolved: Apache + CGI/FastCGI + mod_rewrite
This is the last time I try to fix something in the middle of the night! Feel free to call me a Stupid Snake, ''cause this has been messy. Anyway, I think I''ve finally solved this. Here it is: http://pastie.org/237138 :-) -- Magnus Holm
2016 Nov 20
3
CentOS 6, Apache 2.2.15 and SNI?
Hello, is Apache 2.2 which is part of the CentOS distribution capable of SNI? I have troubles that are coming from server side (CentOS 6.8, Apache 2.2.15) just did 'yum update' in /etc/httpd/conf/httpd.conf I've the following NameVirtualHost ipaddr:443 Include /etc/httpd/conf/vhosts/vhost-ssldom1-box.conf Include /etc/httpd/conf/vhosts/vhost-ssldom2-box.conf both
2006 Sep 26
5
Expert feedback needed
Hello list, Some time ago I was looking for apache (as non balanced proxy) + mongrel configurations. Almost everybody seemed to use similar approaches (one of these could be found @ mongrel.rubygorge.org docs) with mod_rewrite. I don''t use proxy_balancer because I don''t need it at the moment (my site has pretty low traffic). This is apache configuration that I''m using
2013 May 13
2
Creating defined resources based on array of parameters.
Hi all, With the goal of making my code a little more DRY, I am trying to define resource parameters in an array of hashes, and then create defined resources from these array items. I am having trouble figuring out the syntax for accessing the hash values for the hash currently being worked on ("self?"). Here''s the code to make it clear: ##### Configuration arguments
2006 Jun 09
2
Virtualhost, Alias & Subdomains
I am having a problem with subdomains, alias & virtual hosts Centos 4.3, Apache 2.0.52 & PHP 5.04 I can get the primary to work, but not the aliased servers. http.conf extract ********* NameVirtualHost * <VirtualHost *> ServerName www.domain.com DocumentRoot /var/www/html/domain/ ServerAlias www.altdomain.com <http://www.altdomain.com> </VirtualHost> <VirtualHost