[us...@httpd] Apache 2.2.9 is not supporting more than 2GB request bodies

2009-03-12 Thread Satyanarayana Murthy Godasi
Hi, I have recently upgraded the web server to Apache 2.2.9 from Apache 1.3. I need to support more than 2GB file uploads. I am able to upload more than 2GB files using Jboss server and Safari browser. We are using Apache for load balancing and also using the module "mod_jk". Problem is : If I

Re: [us...@httpd] Apache Tunning

2009-03-12 Thread Tadeu Alves
i thibk that you can down the variable MaxRequestsPerChild 2 to 2000 it's too much and if the child process keeps the request well i't grows bigger and bigger in memory KeepAlive is ON. i put on my server off this too eats a huge amount of memory. my server conf with 8gs and dual xeon proce

Re: [us...@httpd] cannot access sites through "localhost" on development computer

2009-03-12 Thread Brian Mearns
On Thu, Mar 12, 2009 at 6:25 PM, Thomas Johansson wrote: > > Thank you, that helped! Glad to hear it! -Brian -- Feel free to contact me using PGP Encryption: Key Id: 0x3AA70848 Available from: http://pgp.mit.edu/ - The offici

Re: [us...@httpd] cannot access sites through "localhost" on development computer

2009-03-12 Thread Thomas Johansson
Quoting "Brian Mearns" : In my Apache documentation, I read somewhere that I could instead try http://127.0.0.1. And when I do so, it works fine (i.e. I get to my Inetpub folder and can see my web sites and their pages and work as normal). According to the same documentation, this would sugge

[us...@httpd] mod_rewrite help

2009-03-12 Thread Andrea Visinoni
Hi there, i need to implement url rewrite on a website and i need to obtain something like that: http://site.com/a/ -> index.php?1=a http://site.com/a/b/ -> index.php?1=a&2=b http://site.com/a/b/c/ -> index.php?1=a&2=b&3=c is this possible? by now i was able to do that: RewriteEngine on Rewr

[us...@httpd] IPV6 - Global works, but I'm having trouble with Local

2009-03-12 Thread Jimmy DeWitt
Hi, I want to use ApacheBench "ab" with IPV6 addresses. When I use a "Global" address everything works fine. When I use a "Local" address I get the following error. When using "curl" you have to pass in a "%n" with the adapter number. Is there something like that for ab? ab -c 50 -n 10

[us...@httpd] mod_rewrite to move to new dns alias?

2009-03-12 Thread Griffith, Michael *
Hi everyone, I have a server that has a dns alias, and has a lot of content (read blog/wiki) that might reference the dns name as part of the urls embedded in the site. I was wondering if I can use mod_rewrite to rewrite the request to the new server so I don't have to go through the existing c

[us...@httpd] Question about proxy pass

2009-03-12 Thread Chuck.Payne
Guys, I got a strange issue. I have an app that I reach via proxy pass using a url like this. http://appbox.mydomain.com/portal/site/mediakit When I log out it should go to http://appbox.mydomain.com/portal/site/mediakit/template.logout But what I am getting is the following http://appbox.m

Re: [us...@httpd] Enable Send file - SAN

2009-03-12 Thread singh
File system is : vxfs .. this is veritas file system for san. i will chk more on enable send file thing then > On 12.03.09 10:29, si...@allumezinfotech.com wrote: >> We have a server 64 bit Linux and SAN is connected to this box locally. > > What filesystem? > >> Amazing thing is if i enable sen

[us...@httpd] symboliclink?

2009-03-12 Thread Håkan Larsson
hello. Hope you understand my english. Yes I have read http://httpd.apache.org/docs/2.2/mod/core.html#options But I do not get it work :-( Please help me out. I have run apache2.0 for same time on Fedora core4. There I have a file directory "/download/pub". the html root was "/var/www/html/s

Re: [us...@httpd] Throttle traffic

2009-03-12 Thread Mohit Anchlia
This looks like is to limit traffic for the clients that download data. I am looking for HTTP clients that POST and GET. On Thu, Mar 12, 2009 at 9:46 AM, an...@iguanait.com wrote: > Hi, > > I yesterday found out that there is a modul called mod_bwshare. > I have not used it yet, but you can take

Re: [us...@httpd] Enable Send file - SAN

2009-03-12 Thread Matus UHLAR - fantomas
On 12.03.09 10:29, si...@allumezinfotech.com wrote: > We have a server 64 bit Linux and SAN is connected to this box locally. What filesystem? > Amazing thing is if i enable send file then ONLY images got broken and not > html files. I am sure apache treats images in seperate way then htmls but >

Re: [us...@httpd] Throttle traffic

2009-03-12 Thread an...@iguanait.com
Hi, I yesterday found out that there is a modul called mod_bwshare. I have not used it yet, but you can take a look and decide if this is what you are looking for. Regards, Ali Nebi! On Thu, 2009-03-12 at 08:33 -0700, Mohit Anchlia wrote: > Apache 2.2 - Is there a way to throttle traffic in apa

Re: [us...@httpd] Enable Send file - SAN

2009-03-12 Thread singh
Thanks for the reply , We have a server 64 bit Linux and SAN is connected to this box locally. Amazing thing is if i enable send file then ONLY images got broken and not html files. I am sure apache treats images in seperate way then htmls but i dont have vision far from that .. And if use fiddl

Re: [us...@httpd] Dynamically Updating Rewrite rules etc.

2009-03-12 Thread wi
Thanks for the suggestion - this looks promising. cheers Wayne On Thu, Mar 12, 2009 at 3:37 AM, Krist van Besien wrote: > On Wed, Mar 11, 2009 at 9:34 PM, wi wrote: >> >> It would be nice if there was a way to dynamically update this routing >> information without having to resort to updating c

Re: [us...@httpd] Enable Send file - SAN

2009-03-12 Thread Matus UHLAR - fantomas
On 12.03.09 08:45, si...@allumezinfotech.com wrote: > I understand when u enable send file in apache it uses "zero - copy " > mechanism of OS but as per apache docs this will not work on NAS or SMB. I think it's "NFS or SMB". It should work for NAS, if that's connected to your computer and local f

[us...@httpd] Apache Tunning

2009-03-12 Thread kulbir Saini
Issue- We have web server with two instances of apache running. Its with Worker MPM. Traffic is around 4200 hits/min on the server(both instances). We see server getting into high load raises above 5-6 and most of the CPU used is in "user space" by httpd process. Its a 2Dual core CPU box. when loa

RE: [us...@httpd] mod_disk_cache and ext3-limits

2009-03-12 Thread Anthony J. Biacco
Sorry, I'm just a user of the cache modules, not an expert. But I never thought of the DirLevels and DirLength setting as controlling how many cache files went into a directory, that it just controls the structure of the directories. Perhaps the 32000 limit wouldn't exist if you were on a 64-bit sy

RE: [us...@httpd] mod_disk_cache and ext3-limits

2009-03-12 Thread Anthony J. Biacco
Found my numbers if you're interested. Using ab -n 500 -c 50 from localhost to a 8K static file. Apache 2.2.11 w/worker MPM. Module Requests/s mod_memcached_cache 145/s mod_disk_cache 1304/s mod_mem_cache 2122/s and for the memcached moduloe I was seeing er

Re: [us...@httpd] mod_disk_cache and ext3-limits

2009-03-12 Thread Brantl M. Klaus
Hi Tony, On 12.03.2009, at 15:51, Anthony J. Biacco wrote: I tried mod_memcached_cache and wasn't thrilled with performance at all. I don't have the numbers right in front of me but at high requests and concurrency it fell apart under my load testing. Thanks for the info. Can you explain

[us...@httpd] Throttle traffic

2009-03-12 Thread Mohit Anchlia
Apache 2.2 - Is there a way to throttle traffic in apache. Something where we mention if requests on particular URL exceeded 'x' number then return 'y' message? - The official User-To-User support forum of the Apache HTTP Server P

Re: [us...@httpd] RE: Website timing out while uploading large files

2009-03-12 Thread Eric Covener
On Thu, Mar 12, 2009 at 11:16 AM, Krumbein, Cedric wrote: > I haven't had any response to this.  Hasn't anyone encountered this problem > before? No, what 30 second limit did you find? What piece of Apache is reading the POST data? -- Eric Covener cove...@gmail.com --

[us...@httpd] RE: Website timing out while uploading large files

2009-03-12 Thread Krumbein, Cedric
I haven't had any response to this. Hasn't anyone encountered this problem before? Thanks, Cedric -Original Message- From: Krumbein, Cedric Sent: Wednesday, March 11, 2009 4:43 PM To: users@httpd.apache.org Subject: [us...@httpd] Website timing out while uploading large files I'm havi

RE: [us...@httpd] mod_disk_cache and ext3-limits

2009-03-12 Thread Anthony J. Biacco
I tried mod_memcached_cache and wasn't thrilled with performance at all. I don't have the numbers right in front of me but at high requests and concurrency it fell apart under my load testing. -Tony Sent from my Windows Mobile® phone. -Original Message- From: Brantl M. Klaus Sent: Thu

[us...@httpd] Enable Send file - SAN

2009-03-12 Thread singh
I understand when u enable send file in apache it uses "zero - copy " mechanism of OS but as per apache docs this will not work on NAS or SMB. What about SAN ? I tried and it gave wiered behaviour like only html's got served when i enabled it and no image. moment i put doc root on local apache sta

Re: [us...@httpd] After recompile site down

2009-03-12 Thread Matus UHLAR - fantomas
On 11.03.09 12:27, Squirrel wrote: > I've made Apache 2.2.11 port yesterday: > ...# make clean > ...# make > ...# make deinstall > ...#make install > > PHP Warning: Wrong parameter count for chr() in > /includes/phpInputFilter/class.inputfilter.php(457) : regexp code on line > 1 [...

Re: [us...@httpd] cannot access sites through "localhost" on development computer

2009-03-12 Thread Brian Mearns
On Thu, Mar 12, 2009 at 7:31 AM, Eric Covener wrote: > On Thu, Mar 12, 2009 at 1:23 AM, Krist van Besien > wrote: >> On Thu, Mar 12, 2009 at 1:22 AM, Thomas Johansson >> wrote: >> >>> In my Apache documentation, I read somewhere that I could instead try >>> http://127.0.0.1. And when I do so, i

Re: [us...@httpd] cannot access sites through "localhost" on development computer

2009-03-12 Thread Eric Covener
On Thu, Mar 12, 2009 at 1:23 AM, Krist van Besien wrote: > On Thu, Mar 12, 2009 at 1:22 AM, Thomas Johansson wrote: > >> In my Apache documentation, I read somewhere that I could instead try >> http://127.0.0.1. And when I do so, it works fine (i.e. I get to my Inetpub >> folder and can see my we

Re: [us...@httpd] Dynamically Updating Rewrite rules etc.

2009-03-12 Thread Krist van Besien
On Wed, Mar 11, 2009 at 9:34 PM, wi wrote: > > It would be nice if there was a way to dynamically update this routing > information without having to resort to updating configuration for > each server (even though they're all the same). What would be even > nicer is if each back-end application co

[us...@httpd] Digest Authentication

2009-03-12 Thread Tirtza Bernstein
Hi, I have basic authentication working for svn on apache 2.2. When I try to switch it to digest authenticated it does not work. Configuration with Digest Authentication: DAV svn SVNListParentPath on SVNParentPath C:\server\repos AuthType

[us...@httpd] Setup fails on Windows machine with 5 NICs

2009-03-12 Thread Davis
Greetings! On Windows machine with 5 connected NICs setup does't initialize properly (shows "Installation Wizard Interrupted" on first screen of wizard) and reports these 2 lines in Windows Installer debug log: Action ended 16:50:09: ResolveServerName. Return value 3. MSI (c) (D0:18) [16:50:09:4

[us...@httpd] mod_disk_cache and ext3-limits

2009-03-12 Thread Brantl M. Klaus
Hi there, I've read about changing the FS to get more file-links/ dirs into one directory, but thats a bit of a problem here. So basicly I need to stay with ext3. Trouble is that changing the caching-behaviour with CacheDirLevels and CacheDirLength won't change the overall amount of URL's