search for: rewriteoptions

Displaying 7 results from an estimated 7 matches for "rewriteoptions".

2006 Feb 22
1
Urgent help needed
...------------------------------------------- Here''s the error log entry : --------------------------------------------------- [Tue Feb 21 20:49:29 2006] [error] [client 66.254.44.203] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use ''RewriteOptions MaxRedirects'' to increase the limit if neccessary. ---------------------------------------------------
2005 Oct 10
1
Need help from Apache mod_rewrite crew !
...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 suggested, I know there''s something wrong with the rewrite conditions. According to Apache''s docs, the default is 10 redirects, and I would guess that two are needed to get a Productized Rails app goin...
2006 May 17
1
Apache config: Two different rails apps using same domain name (mod_rewrite issue)
...lHost> I could see the main site (www.mycoolapp.com) -- it loads up fine. For the user site, the rails application error page is displayed, and the following entry in my apache error log: mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. User ''RewriteOptions MaxRedirects'' to increase the limit if necessary. My erroneous rewrite statements above is the problem. Anyone has ideas out there? Thanks.
2006 Jun 29
0
can''t run rails application
...has been set up ok, but still I can''t run my rails application. Here is my httpd.conf IPCCommTimeout 40 IPCConnectTimeout 10 DefaultInitEnv RAILS_ENV production SocketPath /tmp/fcgidsock <VirtualHost *:80> <Location /> RewriteEngine On RewriteOptions MaxRedirects=3 RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] </Location> <Directory /home/vptr/rails/testas/public> Options Indexes FollowSymLinks ExecCGI AllowOverride None...
2006 Mar 20
1
Error when configuring rails to run in subdomain
...to /home/myhome/webroot/shop/public then when I go to http://sklep.klubwina.pl/admin I get: Application error Rails application failed to start properly and in the apache error log I can see: mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use ''RewriteOptions MaxRedirects'' to increase the limit if neccessary Does anyone know how to correct this? Thanks, Maciej. -- Posted via http://www.ruby-forum.com/.
2006 Sep 26
0
Is Rails on GoDaddy worth the hassle?
...ddy 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 have seen references to GoDaddy''s RoR support being useless. Actually it is worse than that. I have also seen plenty of plugs for other hosting companies. But I am reluctant to pull the plug just yet. My HTML and PHP apps are working fine...
2008 Oct 09
2
NameVirtualHost and CGI Problems
On: Centos 5.2, with httpd-2.2.3-11.el5_1.centos.3 I tried to bring up a web server using an httpd.con that runs well on: Fedora 8, with httpd-2.2.8-1.fc8 as well as several earlier versions, going back to Fedora 4. On the Centos version, I cannot successfully: run a NameVirtualHost; execute a CGI. I can bring up a simple page if I avoid the above. Suggestions would be much