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
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
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:
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
>
> 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
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
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
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
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.
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
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
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
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
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.
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
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
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
>
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
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
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
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
>
> 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
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
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
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
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
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
>
>
>
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
28 matches
Mail list logo