Re: [us...@httpd] Re: apache httpd server 2.3.5 alpha configure fail,help

2010-03-10 Thread Sander Temme
Sharl, On Mar 10, 2010, at 11:19 PM, 夏蒸鑫 wrote: > hey! anybody here?? > > I just want help.. On what platform are you compiling? Can you list the exact steps you took since downloading the release? Please note that a lot of subscribers to this list are in Europe and America: do not expec

Re: [us...@httpd] inter module communication

2010-03-10 Thread Edgar Frank
10/03/10 hashim qaderi >Is there an example of how to communicate between apache modules? >Any help would be appreciated. Hi. The easy way is, communication via request_rec->notes. You have to pay attention to the module/hook excution order, but you have to do this anyway for your module to funct

[us...@httpd] Re: apache httpd server 2.3.5 alpha configure fail,help

2010-03-10 Thread 夏蒸鑫
hey! anybody here?? I just want help.. Best regards, Sharl.Jimh.Tsin - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail:

Re: [us...@httpd] Multiple Apache 2.2.8 installation on same redhat server, Error httpd (pid 3996) already running

2010-03-10 Thread Nilesh Govindarajan
On Thu, Mar 11, 2010 at 11:44 AM, Pramod Kumar wrote: > I have successfuly installed apache in different location . > When i try to start the server using the second location >  '/home/local/apache2/bin/apachectl start'   it gives the error   httpd (pid > 3993) already running which is the first l

Re: [us...@httpd] rewrite rule

2010-03-10 Thread Igor Cicimov
> > http://server4/perl.pl?n=1 to http://server1/perl.pl?n=1 > You can't test it on the localhost since you are redirecting some page to itself => infinite loop Try redirecting to some imaginary domain or google.com RewriteCond %{QUERY_STRING} ^(n=[0-9]+)$ RewriteRule ^/perl.pl$ http

[us...@httpd] Multiple Apache 2.2.8 installation on same redhat server, Error httpd (pid 3996) already running

2010-03-10 Thread Pramod Kumar
I have successfuly installed apache in different location . When i try to start the server using the second location '/home/local/apache2/bin/apachectl start' it gives the errorhttpd (pid 3993) already running which is the first location server pid. How to resolve this error so that

Re: [us...@httpd] rewrite rule

2010-03-10 Thread Nilesh Govindarajan
On Thu, Mar 11, 2010 at 12:12 AM, Richard Schoenig wrote: > I am new to using mod_rewrite and have been trying to create a rule to do > something rather simple, but keep hitting a wall.  I have been trying to > research online how to do it, but I keep finding global changes and not > specific to w

[us...@httpd] apache httpd server 2.3.5 alpha configure fail,help

2010-03-10 Thread 夏蒸鑫
my configure command: $ ./configure --prefix=/usr/local/apache --enable-v4-mapped --enable-maintainer-mode --enable-modules=all --enable-mods-shared=all --enable-file-cache --enable-cache --enable-disk-cache --enable-so --enable-echo --enable-charset-lite --enable-mime-magic --enable-expires --e

[us...@httpd] AUTO: Roger Myers/GIS/CSC is out of the office. (returning 12/03/2010)

2010-03-10 Thread Roger Myers
I am out of the office until 12/03/2010. Note: This is an automated response to your message "[us...@httpd] rewrite rule" sent on 10/3/10 18:42:55. This is the only notification you will receive while this person is away.

Re: [us...@httpd] RHEL5, Apache 2.2.15, mod_authnz_ldap.c

2010-03-10 Thread Eric Covener
On Wed, Mar 10, 2010 at 5:42 PM, S.A. Birl wrote: > Hello again everyone! > > Ive come across a problem compiling 2.2.15 from source on RHEL5.  It compiled > great until I realized I forgot to include LDAP.  Now it wont compile: > mod_authnz_ldap.c throws out errors. > > mod_authnz_ldap.c:41:2: e

[us...@httpd] inter module communication

2010-03-10 Thread hashim qaderi
Hello, Is there an example of how to communicate between apache modules? Any help would be appreciated. thanks, hash - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/usersli

Re: [us...@httpd] : user logged out frequently while using reverse proxy

2010-03-10 Thread Eric Covener
On Wed, Mar 10, 2010 at 2:42 PM, vara prasad wrote: > Hi All, > I have set up Apache reverse proxy to a legacy https server. The user can > login to the server via reverse proxy but whenever the user clicks on any > link on the page or navigates to another page, the server prompts for login > agai

[us...@httpd] : user logged out frequently while using reverse proxy

2010-03-10 Thread vara prasad
Hi All, I have set up Apache reverse proxy to a legacy https server. The user can login to the server via reverse proxy but whenever the user clicks on any link on the page or navigates to another page, the server prompts for login again. Any clue please? Thanks in advance, Prasad

RE: [us...@httpd] [Announce] Apache HTTP Server (httpd) 2.2.15 Released

2010-03-10 Thread Ruiyuan Jiang
No, I did not. I just tried again and it failed again. But I found that one download at my hard disk was good but rest downloads are not good. Thanks anyway. -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Wednesday, March 10, 2010 12:05 PM To: users@httpd.apache.

[us...@httpd] rewrite rule

2010-03-10 Thread Richard Schoenig
I am new to using mod_rewrite and have been trying to create a rule to do something rather simple, but keep hitting a wall. I have been trying to research online how to do it, but I keep finding global changes and not specific to what I am trying to do. Essentially I am looking to use a rewrite r

Re: [us...@httpd] [Announce] Apache HTTP Server (httpd) 2.2.15 Released

2010-03-10 Thread Eric Covener
On Wed, Mar 10, 2010 at 11:57 AM, Ruiyuan Jiang wrote: > Hi, > > Has anyone downloaded the .tar.gz format file for v2.2.15? I tried to gunzip > the file on Solaris, HPUX and Windows and all having problem? I downloaded > multiple times on multiple days but got the same thing. Thanks. Worked fin

Re: [us...@httpd] [Announce] Apache HTTP Server (httpd) 2.2.15 Released

2010-03-10 Thread Tom Evans
On Wed, Mar 10, 2010 at 4:57 PM, Ruiyuan Jiang wrote: > Hi, > > Has anyone downloaded the .tar.gz format file for v2.2.15? I tried to gunzip > the file on Solaris, HPUX and Windows and all having problem? I downloaded > multiple times on multiple days but got the same thing. Thanks. > > Ryan >

RE: [us...@httpd] [Announce] Apache HTTP Server (httpd) 2.2.15 Released

2010-03-10 Thread Ruiyuan Jiang
Hi, Has anyone downloaded the .tar.gz format file for v2.2.15? I tried to gunzip the file on Solaris, HPUX and Windows and all having problem? I downloaded multiple times on multiple days but got the same thing. Thanks. Ryan -Original Message- From: William A. Rowe Jr. [mailto:wr...@r

RE: [us...@httpd] RE: mod_proxy_balancer back end status check

2010-03-10 Thread Edward Quick
Phil, Thanks for your response, and all the excellent suggestions. I found a bug issue raised about this very problem https://issues.apache.org/bugzilla/show_bug.cgi?id=47207 In my case I intentionally invoked the 500 error on the backend tomcat as I have seen these issues in the past, so I was

Re: [us...@httpd] How can I configure setting a Header in httpd.conf based on content type?

2010-03-10 Thread Philip Wigg
On 10 March 2010 15:03, Baljeet Nijjhar wrote: > > Hi > I'd like to try and configure the following outcomes in my httpd.conf: > a) for static images, stylesheets, javascript, Cache-Control:max-age > 3600 and Expires: + 3600. This I can easily do by using the ExpiresByType > directive for these co

[us...@httpd] How can I configure setting a Header in httpd.conf based on content type?

2010-03-10 Thread Baljeet Nijjhar
Hi I'd like to try and configure the following outcomes in my httpd.conf: a) for static images, stylesheets, javascript, Cache-Control:max-age 3600 and Expires: + 3600. This I can easily do by using the ExpiresByType directive for these content types (text/css, application/x-javascript, image/* et

Re: [us...@httpd] myriads of access to unknown pages on my server bring my server down (DOS?)

2010-03-10 Thread peter pilsl
> > You might be accidentally running Apache as a forward proxy. Do you > have 'ProxyRequests On' in your configuration? > oh my god. You were right. I ran a open proxy for weeks now. I turned this option on when I was trying to make a stubborn ReverseProxy working and never turned it off. So

Re: [us...@httpd] myriads of access to unknown pages on my server bring my server down (DOS?)

2010-03-10 Thread Tom Evans
On Wed, Mar 10, 2010 at 1:34 PM, peter pilsl wrote: > > My apache was slowing down big time today morning and when I looked at the > logs I realized that I've approx 10 page-requests per second from various > ip's to pages that are not hosted on my server. > > example: > > buzzurl.jp 204.45.41.8

Re: [us...@httpd] myriads of access to unknown pages on my server bring my server down (DOS?)

2010-03-10 Thread Philip Wigg
On 10 March 2010 13:34, peter pilsl wrote: > > My apache was slowing down big time today morning and when I looked at the > logs I realized that I've approx 10 page-requests per second from various > ip's to pages that are not hosted on my server. > > example: > > buzzurl.jp 204.45.41.82 - - [10

[us...@httpd] myriads of access to unknown pages on my server bring my server down (DOS?)

2010-03-10 Thread peter pilsl
My apache was slowing down big time today morning and when I looked at the logs I realized that I've approx 10 page-requests per second from various ip's to pages that are not hosted on my server. example: buzzurl.jp 204.45.41.82 - - [10/Mar/2010:14:49:34 +0100] "GET http://buzzurl.jp/tag/fir

Re: [us...@httpd] multiple instances of rotatelogs writing to the same file

2010-03-10 Thread Nilesh Govindarajan
On Tue, Mar 9, 2010 at 9:33 PM, stupidmail4me wrote: > > Hello all, > > I have several virtual hosts piping their log files to rotatelogs. For > various reasons I have two virtual hosts piping to the same log file: > > CustomLog "|/usr/sbin/rotatelogs /logs/site/access_log.%U-%Y 604800" combined

Re: [us...@httpd] multiple instances of rotatelogs writing to the same file

2010-03-10 Thread Dan Poirier
On 2010-03-09 at 11:03, stupidmail4me wrote: > Hello all, > > I have several virtual hosts piping their log files to rotatelogs. For > various reasons I have two virtual hosts piping to the same log file: > > CustomLog "|/usr/sbin/rotatelogs /logs/site/access_log.%U-%Y 604800" combined > > >

Re: [us...@httpd] RE: mod_proxy_balancer back end status check

2010-03-10 Thread Philip Wigg
On 9 March 2010 23:01, Edward Quick wrote: > Further testing showed this succeeded when the server was busy. The balancer > marked the member's status as Err. > However later after firing continuous requests, the backend ran out of > memory, causing it to return a 500, and then the balancer mark