[us...@httpd] Sorry for a stupid question

2009-02-26 Thread Charles Payne (Travel Channel)
Guys, Sorry been up for 72 hours on cold meds. Can I do following... RewriteRule %{REQUEST_URI} mvideo.mysite.comhttp://m.mysite.com [NC] RewriteRule %{REQUEST_URI} wap.mysite.comhttp://m.mysite.com [NC] RewriteRule %{REQUEST_URI} mobile.mysite.comhttp://m.mysite.com

[us...@httpd] Apache Proxy up Issues

2009-02-19 Thread Charles Payne (Travel Channel)
Guys, We are having an issue with uploading files, it seems to take forvever. On a standard DSL line 3MB it taking 30 mins plus to upload a 300 MB. I am wondering if there a module that we can compile that canhelp speed uploads. Or are things that I can adjust in my httpd.conf file to help with

Re: [us...@httpd] Apache Proxy up Issues

2009-02-19 Thread Charles Payne (Travel Channel)
Client. The problem we are using an app that takes the files from the client upload the files via ajp proxy to the app that sits behind the webserver. On 2/19/09 10:16 AM, Eric Covener cove...@gmail.com wrote: On Thu, Feb 19, 2009 at 10:10 AM, Charles Payne (Travel Channel) chuck.pa

[us...@httpd] Question on ProxyPass and 503 and sizes of file

2009-01-27 Thread Charles Payne (Travel Channel)
Hi, I am having an issue. I have a webserver that is running Apache 2.2 with proxy_pass that talks to an app server running JBOSS. The issue I am having is that any time we upload a file, on the apache side we are getting 503 if the file is over 17mb. We are running Proxy Balancer and our

[EMAIL PROTECTED] Question on mod_rewrite

2008-11-06 Thread Charles Payne (Travel Channel)
Guys, I have an issue that I can seems to find online. I have a mod_rewrite rule that looks like this RewriteRule ^/test http://myother.webserver.com [R] But what I want to do is anything that is a part of the directory /test I want it to go to the other server. Can I do something like

[EMAIL PROTECTED] How to redirect by device

2008-10-22 Thread Charles Payne (Travel Channel)
Guys, I have been doing a search on googlemess, for how to redirect by browser type. Does anyone know a good site to show how to do this? We are needing if it comes off of a blackberry or iphone it goes to a different link. Is this going to be rewrite or something else. If you need an example,

[EMAIL PROTECTED] [EMAIL PROTECTED]

2008-10-17 Thread Charles Payne (Travel Channel)
Hi, I am not sure if this is the list to post this too. But I am having an issue with mod_rewrite. We are using Tomcat with Apache. We have a few site that we are doing rewrites too. But we are having an issue were if one of our vanity_rewrites are called on. An extra /domain rule is going added

Re: [EMAIL PROTECTED] [EMAIL PROTECTED]

2008-10-17 Thread Charles Payne (Travel Channel)
, Charles Payne (Travel Channel) [EMAIL PROTECTED] wrote: Hi, I am not sure if this is the list to post this too. But I am having an issue with mod_rewrite. We are using Tomcat with Apache. We have a few site that we are doing rewrites too. But we are having an issue were if one of our