Re: [users@httpd] Setting up Apache Subversion

2013-08-02 Thread Ben Reser
On Fri, Aug 2, 2013 at 3:26 PM, Scott Genevish wrote: > OK, I figured out a solution based on this message: > > http://tigris-scm.10930.n7.nabble.com/TortoiseSVN-1-4-0-Build-7195-fails-when-Apache-sends-301-Redirect-td39856.html > > I added this line to the httpd.conf file where the other lines li

RE: [users@httpd] Setting up Apache Subversion

2013-08-02 Thread Scott Genevish
OK, I figured out a solution based on this message: http://tigris-scm.10930.n7.nabble.com/TortoiseSVN-1-4-0-Build-7195-fails-when-Apache-sends-301-Redirect-td39856.html I added this line to the httpd.conf file where the other lines like it were placed: BrowserMatch "TortoiseSVN" redirect-carefu

RE: [users@httpd] Setting up Apache Subversion

2013-08-02 Thread Scott Genevish
I'm a little confused by this suggestion. I think the RedirectMatch line is just redirecting URL's that have a path of "/svn" to "/svn/" so the slash is added to work around the issue shown here: http://svn.haxx.se/users/archive-2010-06/0398.shtml I tried changing the RedirectMatch line to:

Re: [users@httpd] Setting up Apache Subversion

2013-08-02 Thread Macks, Aaron
Slash versus no slash. You're redirecting things that aren't /svn to /svn/ (note the trailing slash). I think if you remove the $ from the regex it should work A On Aug 2, 2013, at 4:28 PM, "Scott Genevish" wrote: > I'm getting an error when I try to checkout a subversion repository, > "Red

[users@httpd] Setting up Apache Subversion

2013-08-02 Thread Scott Genevish
I'm getting an error when I try to checkout a subversion repository, "Redirect cycle detected for URL 'http://10.224.48.53:8080/svn/main'". This seems to be a misconfiguration in Apache, which is why I came here, but please correct me if I'm wrong. The key sections of the subversion.conf are:

[users@httpd] Rewrite Rule

2013-08-02 Thread Mukesh Kumar
Hi, I have below similar rewrite rule in my conf - --- RewriteCond %{HTTP_HOST} ^abc.xyz.com|^abc$ RewriteCond %{REQUEST_URI} !^/abc/.* RewriteRule ^(.*)$ http://xyz.com/test/ [E=HTTP_REFERER:%{HTTP_REFERER},L] --- If i hit, abc.xyz.com or abc - it redirects as per ru

Re: [users@httpd] upgrade to apache 2.4.4 and peformance issue

2013-08-02 Thread Tom Evans
On Fri, Aug 2, 2013 at 10:15 AM, S R wrote: > I upgraded from Apache 2.0.63 to 2.4.4 and changed the pages from using jsp > with modcaucho and resin to using modphp 5.4.16. I have seen a significant > reduction in page response times. Does anyone have any suggestions on what > would cause this?

[users@httpd] upgrade to apache 2.4.4 and peformance issue

2013-08-02 Thread S R
I upgraded from Apache 2.0.63 to 2.4.4 and changed the pages from using jsp with modcaucho and resin to using modphp 5.4.16. I have seen a significant reduction in page response times.  Does anyone have any suggestions on what would cause this?

Re: [users@httpd] Re: apache service interruption

2013-08-02 Thread Pete Houston
On Thu, Aug 01, 2013 at 10:49:59PM -0700, Grant wrote: > Do you do this only when under DoS attack or all the time? All the time. > Won't you potentially prevent legitimate users from making a single > connection if they're connecting with a shared IP from a university > campus (for example)? Ye