[EMAIL PROTECTED] Will upload progress bar like Xupload add too much weight to the Apache server?

2008-03-19 Thread Shelley
Hi guys, Here is the Xupload progress bar link: http://www.sibsoft.net/xupload.html My question is: Will that upload progress bar add too much weight to the Apache server, especially to a server with millions of visitors each day? Thanks in advance. -- Regards, Shelley ( PHP Architecture | h

[EMAIL PROTECTED] Apache abort and semaphore leak

2008-03-19 Thread Manas Garg
Hello, We had a problem in one of our server where Apache was not coming up properly. The problem got resolved by reboot. We are running the following version of apache: sh-3.00# ../bin/httpd -v Server version: Apache/2.2.2 Server built: Aug 18 2006 11:42:41 It is running on the following sys

[EMAIL PROTECTED] Apache reverse-proxy config.

2008-03-19 Thread Venkat Rangan
Hi, I am looking to deploy Apache 2.2 on a Windows box as a reverse-proxy to two servers. The following is what I have in httpd.conf on the reverse-proxy. ProxyPreserveHost On ProxyHTMLLogVerbose On ProxyPass /app http://XX.XX.XX.XX/app ProxyPassReverse /app http://XX.XX.XX.XX/app

RE: [EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Narendra Verma
Hi, Thanks a lot for reply. Ya this is very important info that make sense. Here elected is one of the attribute that shows how many time worker has elected. Is there any more attribute related to it that can give the info that how many request or how many session are currently holed by any worker

Re: [EMAIL PROTECTED] .htaccess files not recognized

2008-03-19 Thread Joshua Slive
On Wed, Mar 19, 2008 at 6:32 PM, Marc Fromm <[EMAIL PROTECTED]> wrote: > 1.) I created an .htpasswd file with a user using the command > htpasswd -mbc /etc/.htpasswd username password > group and other have read permissions > > 2.) I created an .htaccess file in a web directory with the followin

Re: [EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Joshua Slive
On Wed, Mar 19, 2008 at 5:35 PM, Rob Anderson <[EMAIL PROTECTED]> wrote: > > > > > Hi Sean > > > > > Where i have my.uber.ip.address:80 i have my actual ip address on the conf > file, ive just done that so i didn't publicly post my ip. If you ment to > remove the port number off the end, i've tri

[EMAIL PROTECTED] .htaccess files not recognized

2008-03-19 Thread Marc Fromm
1.) I created an .htpasswd file with a user using the command htpasswd -mbc /etc/.htpasswd username password group and other have read permissions 2.) I created an .htaccess file in a web directory with the following AuthType Basic AuthName "Outside Access" AuthUserfile /etc/.htpasswd require user

Re: [EMAIL PROTECTED] mod_proxy performance with apache 2.2

2008-03-19 Thread Robert Anderson
I had a similar issue that was caused by caching. Do you have mod_cache or mod_disk_cache active? are they clearing properly? Regards, Robert Anderson B2B ECS TORONTO 17 Gormley Rd. W. Richmond Hill, ON, L4

Re: [EMAIL PROTECTED] mod_proxy performance with apache 2.2

2008-03-19 Thread Skye Poier Nott
Hi Joshua, I've tried changing MaxClients from 256 to 512 to 1024, no effect. I've tried changing from MPM prefork to worker, and twiddled threads per child, no effect. Just can't seem to get more than about 4 Mbit/sec out of the origin. I'll give dev@ a ping. Thanks, Skye On 19-Mar-08

RE: [EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Rob Anderson
formation from ESET NOD32 Antivirus, version of virus signature database 2960 (20080319) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com

Re: [EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Sean Allen
On Mar 19, 2008, at 5:22 PM, Sean Allen wrote: On Mar 19, 2008, at 5:03 PM, Rob Anderson wrote: Hi all, I’ve been having a lot of trouble getting my Virtual Hosts to work. Currently it just loads the route directory and doesn’t go thru to the dir. My conf file can be found here: http

Re: [EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Sean Allen
On Mar 19, 2008, at 5:03 PM, Rob Anderson wrote: Hi all, I’ve been having a lot of trouble getting my Virtual Hosts to work. Currently it just loads the route directory and doesn’t go thru to the dir. My conf file can be found here: http://www.insidiousfix.net/linuxug/conf.txt a quic

[EMAIL PROTECTED] Query on Maxmemfree

2008-03-19 Thread Arnab Ganguly
Hi All, How do I restrain Apache process to grow to a certain limit?And also when the process dies how do I make sure it releases the resource it had acquired.What is the impact of the parameter MaxMemFree ?Any help or suggestion would be very much appreciated. Thanks -A

[EMAIL PROTECTED] virtual host issues

2008-03-19 Thread Rob Anderson
Hi all, I've been having a lot of trouble getting my Virtual Hosts to work. Currently it just loads the route directory and doesn't go thru to the dir. My conf file can be found here: http://www.insidiousfix.net/linuxug/conf.txt As far as i can see i've written my vh's are fine, i h

[EMAIL PROTECTED] RPC/HTTP on FC8

2008-03-19 Thread Devon Harding
I have mod_proxy configured on a FC8 box (httpd-2.2.8-1.fc8) and can't seem to get RPC/HTTP for Exchange working. I keep getting prompt for authentication. OWA is working (I had to disable Integrated Authentication on IIS). I'm not using SSL. Here is my settings in /etc/httpd/conf/httpd.conf: Na

RE: [EMAIL PROTECTED] Access is slow when accessed by IP address instead of 'localhost'

2008-03-19 Thread Adam Martin
Dinesh, If accessing the Apache machine from other machines on the network is slow you may have a missing reverse lookup entry in your DNS. To test you might try the following from one of the slow machines. nslookup (hostname where Apache is installed) nslookup 192.168.1.2 The results

Re: [EMAIL PROTECTED] bogus requests

2008-03-19 Thread Joshua Slive
On Wed, Mar 19, 2008 at 9:01 AM, Abhijit Bhatnagar <[EMAIL PROTECTED]> wrote: > what I want to ask precisely is that is there any possibility that apache > might consider the bogus request as 2 requests?? > > http://somedomain.com/index.php?action=http://someotherdomain.com To apache that is an o

Re: [EMAIL PROTECTED] Re: apache process locks at 100% cpu usage

2008-03-19 Thread Joshua Slive
On Wed, Mar 19, 2008 at 10:42 AM, Evert Lammerts <[EMAIL PROTECTED]> wrote: > And how about this: after benchmarking apache with ab -c 100 -n 1 an > apache process is left in the process list for a while with > appended - it disappears after a minute or so. > > If I benchmark the server fro

Re: [EMAIL PROTECTED] mod_proxy performance with apache 2.2

2008-03-19 Thread Joshua Slive
On Tue, Mar 18, 2008 at 8:51 PM, Skye Poier Nott <[EMAIL PROTECTED]> wrote: > Hi, > > I am doing some load testing on a reverse proxy with apache 2.2 + > mod_proxy and I'm getting terrible throughput, I was wondering if > anyone had a suggestion. > > I have the following config, all on gigabit

Re: [EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Serge Dubrouski
On Wed, Mar 19, 2008 at 8:47 AM, Narendra Verma <[EMAIL PROTECTED]> wrote: > Hi Serge Dubrouski > > First of all thanks a lot for giving idea about it. > Can you please tell me more about that how load balancer-manager shows that > how many times this or that balancer member was elected and how

RE: [EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Narendra Verma
Hi Serge Dubrouski First of all thanks a lot for giving idea about it. Can you please tell me more about that how load balancer-manager shows that how many times this or that balancer member was elected and how many request any worker is currently serving. Narendra -Original Message- F

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
Thanks guys, I get started on those changes and hopefully that will help. Bubba --- "Neil A. Hillard" <[EMAIL PROTECTED]> wrote: > Hi, > > James Carter wrote: > > Thanks everyone for your suggestions.. > > > > Here are 2 of the domains that I'm working with > (I've > > got over 100 domains wi

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Neil A. Hillard
Hi, James Carter wrote: Thanks everyone for your suggestions.. Here are 2 of the domains that I'm working with (I've got over 100 domains with this problem). www.godefroybeauty.com and www.larsoncarter.com OK, your A record for www.xx.com points to .200 but the A record for xx.com points to

[EMAIL PROTECTED] Re: apache process locks at 100% cpu usage

2008-03-19 Thread Evert Lammerts
And how about this: after benchmarking apache with ab -c 100 -n 1 an apache process is left in the process list for a while with appended - it disappears after a minute or so. If I benchmark the server from two different machines with two different requests, apache locks up, the benchmark

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Jeff Beard
Ok in looking at the DNS records for the www.godefroybeauty.com and godefroybeauty.com entries, they resolve to two different IP addresses. Are the Apache virtual hosts configured for the same IP address or the ones in DNS? Also, I'd follow the other suggestion and double check that you've incr

Re: [EMAIL PROTECTED] High availability

2008-03-19 Thread Serge Dubrouski
On Wed, Mar 19, 2008 at 8:37 AM, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > thanks but I also need whether apache can work with > Sun Cluster or veritas. Can you please advise? > thanks > > > --- Serge Dubrouski <[EMAIL PROTECTED]> wrote: > > > www.linux-ha.org > > > > On Wed, Mar 19, 2008 at

Re: [EMAIL PROTECTED] High availability

2008-03-19 Thread Melanie Pfefer
thanks but I also need whether apache can work with Sun Cluster or veritas. Can you please advise? thanks --- Serge Dubrouski <[EMAIL PROTECTED]> wrote: > www.linux-ha.org > > On Wed, Mar 19, 2008 at 6:39 AM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > Could you please share how you provide h

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
yes, all of these are virtual host in my httpd.conf file on my webserver. --- Jeff Beard <[EMAIL PROTECTED]> wrote: > Do you have a virtual host configured for xx.com? > > > > -Original Message- > > From: James Carter [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 19, 2008 8:15 AM

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Jeff Beard
Do you have a virtual host configured for xx.com? > -Original Message- > From: James Carter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2008 8:15 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt > > I have a dedicated DNS serv

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
Thanks everyone for your suggestions.. Here are 2 of the domains that I'm working with (I've got over 100 domains with this problem). www.godefroybeauty.com and www.larsoncarter.com --- "Neil A. Hillard" <[EMAIL PROTECTED]> wrote: > Bubba, > > James Carter wrote: > > I have a dedicated DNS

Re: [EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Serge Dubrouski
On Wed, Mar 19, 2008 at 7:12 AM, Narendra Verma <[EMAIL PROTECTED]> wrote: > Thanks for replying, > I configured it earlier 'balancer-manager' > But it does not give complete info related what I want exactly. > Means I want currently which server (worker) has how much load? > > Any suggestions

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Neil A. Hillard
Bubba, James Carter wrote: I have a dedicated DNS server and a dedicated Web Server. if I type in www.xx.com the webpage opens up. If I type in xx.com I get the Red Hat Test Page from my actual DNS server. I have removed the A record from my db.file and it still does the same thing. And you

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
I have a dedicated DNS server and a dedicated Web Server. if I type in www.xx.com the webpage opens up. If I type in xx.com I get the Red Hat Test Page from my actual DNS server. I have removed the A record from my db.file and it still does the same thing. Would it help if I posted my db.file ?

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Neil A. Hillard
James, James Carter wrote: After doing a little more investigating, the Red Hat test page is actually loading up from the DNS server, not my actual web server. I guess I need to tell my dns server to point to the web server if it is an actual web page request. Your web requests don't need to

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
After doing a little more investigating, the Red Hat test page is actually loading up from the DNS server, not my actual web server. I guess I need to tell my dns server to point to the web server if it is an actual web page request. Thanks for any help, ___

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
They came back with the correct addresses. Here is the response: www.xx.com came back with Non-authoritive answer of xxx.xxx.xxx.200 which is my web server xx.com came back with Non-authoritive answer of xxx.xxx.xxx.200, xxx.xxx.xxx.211 which .200 is my web server and .211 is my dns server -

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Luis Moreira
Possibly the problem is outside Apache. Run NSLOOKUP and see what it gives to www.xx.com and xx.com After that see how those addresses (I bet they will be different) are treated within Apache. A specific domain versus a defaut one, for instance. Luis Moreira -Original Message- From: J

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
I don't see that term anyplace in my httpd.conf --- "Wilda, Jet" <[EMAIL PROTECTED]> wrote: > Do you have ServerAlias xx.com set in your VHOST? > > ~Jet > > -Original Message- > From: James Carter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2008 9:03 AM > To: users@httpd.apa

RE: [EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Narendra Verma
Thanks for replying, I configured it earlier 'balancer-manager' But it does not give complete info related what I want exactly. Means I want currently which server (worker) has how much load? Any suggestions are welcome. Narendra -Original Message- From: Serge Dubrouski [mailto:[EMAIL PR

Re: [EMAIL PROTECTED] How to set openssl library path during Apache build (on Redhat)?

2008-03-19 Thread ohaya
Graeme, THANKS! It looks like the /etc/ld.conf.d/openssl.conf was already created, so it works after I did just the /sbin/ldconfig. Jim Graeme Fowler <[EMAIL PROTECTED]> wrote: > On Wed, 2008-03-19 at 02:22 -0400, [EMAIL PROTECTED] wrote: > > I can get around this by setting LD_LIBRARY_

RE: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Wilda, Jet
Do you have ServerAlias xx.com set in your VHOST? ~Jet -Original Message- From: James Carter [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 9:03 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt This might be more of a DNS question, b

[EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread James Carter
This might be more of a DNS question, but I'm looking for help. I have a dedicated DNS server and a dedicated Web Server. if I type in www.xx.com the webpage opens up. If I type in xx.com I get the Red Hat Test Page. Any suggestions would greatly be appreciated. Thanks, Bubba __

Re: [EMAIL PROTECTED] bogus requests

2008-03-19 Thread Abhijit Bhatnagar
what I want to ask precisely is that is there any possibility that apache might consider the bogus request as 2 requests?? Abhijit Bhatnagar <[EMAIL PROTECTED]> wrote: The first thing that I check in the index.php is the action and if it is not what I am expecting then I redirect to an error pa

Re: [EMAIL PROTECTED] bogus requests

2008-03-19 Thread Abhijit Bhatnagar
The first thing that I check in the index.php is the action and if it is not what I am expecting then I redirect to an error page This is working fine and the error page also opens up fine, but the load on the server increases as well as on the apache server. Matus UHLAR - fantomas <[EMAIL PROTE

Re: [EMAIL PROTECTED] High availability

2008-03-19 Thread Serge Dubrouski
www.linux-ha.org On Wed, Mar 19, 2008 at 6:39 AM, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > Could you please share how you provide high > availability on apache? > > veritas is supported? > Sun cluster is supported? > > other simpler solutions? > > thanks. > > > __

Re: [EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Serge Dubrouski
On Wed, Mar 19, 2008 at 1:26 AM, Narendra Verma <[EMAIL PROTECTED]> wrote: > > > > > Hi experts, > > > > I setup my environment like this : > > > > > tomcat1 > > Client-- apache-- > >

Re: [EMAIL PROTECTED] bogus requests

2008-03-19 Thread Matus UHLAR - fantomas
On 19.03.08 05:31, Abhijit Bhatnagar wrote: > Recently our website started receiving a lot of requests which have > another url inside the original request. > http://somedomain.com/index.php?action=http://someotherdomain.com > > I don't know how but it was somehow causing heavy load on the apache

[EMAIL PROTECTED] High availability

2008-03-19 Thread Melanie Pfefer
Could you please share how you provide high availability on apache? veritas is supported? Sun cluster is supported? other simpler solutions? thanks. ___ Rise to the challenge for Sport Relief with Yahoo! For Good http://uk.promo

[EMAIL PROTECTED] bogus requests

2008-03-19 Thread Abhijit Bhatnagar
Hey, Recently our website started receiving a lot of requests which have another url inside the original request. example: http://somedomain.com/index.php?action=http://someotherdomain.com I don't know how but it was somehow causing heavy load on the apache server. Our Apache server version is

[EMAIL PROTECTED] apache process locks at 100% cpu usage

2008-03-19 Thread Evert Lammerts
Hi all, On a php driven webpage we do 2 asynchronous requests with an xmlhttprequest immediately after the page loads. The first request returns without a problem, the second never returns and leaves the server (ubuntu dapper drake with apache 2.2.4) with an apache process using (according to

Re: [EMAIL PROTECTED] How to set openssl library path during Apache build (on Redhat)?

2008-03-19 Thread Graeme Fowler
On Wed, 2008-03-19 at 02:22 -0400, [EMAIL PROTECTED] wrote: > I can get around this by setting LD_LIBRARY_PATH to /apps/openssl/lib before > running apachectl, but this is a bit annoying, so I was wondering if there's > a command line parameter that I can set when I do the Apache configure so >

[EMAIL PROTECTED] How to know the status of backend server(worker) running in loadbalancing environment (With mod_proxy_loadbalancer)

2008-03-19 Thread Narendra Verma
Hi experts, I setup my environment like this : tomcat1 Client-- apache--