We got the following crash when under load:
*** Error in `/usr/sbin/httpd': double free or corruption (!prev):
0x7f19a010cf80 ***
=== Backtrace: =
/lib64/libc.so.6(+0x7c503)[0x7f19ce15c503]
/lib64/libapr-1.so.0(apr_pool_destroy+0x1a7)[0x7f19ce8da2d7]
/lib64/libapr-1.so.0(apr_pool_de
I had an httpd 2.2 (under Centos 6) with mod_proxy forwarding requests to
an IIS 7.5 in HTTPS. I replaced it with an httpd 2.4 (Centos 7) and I
expected a huge increase in performance due to the connection pooling on
the back but it only increased by 10%.
Doing the same test with an httpd back-end
nt to know which one has been
used to forward the request). If you choose to keep both, you might have
to consequently adapt your log analysis and stats software, though.
Best regards,
Bruno
--
- Service Hydrographique et Oceanographique de la Marine - DMGS/INF
- 13, rue du Chatellier - CS 928
rl and logwatch scripts).
Not a portable solution but should cover my needs short term solution.
Bye,
Bruno
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
arsing for specific web page) ?
My config for logging is :
..
ErrorLog /var/log/apache2/error.log
LogLevel info
CustomLog /var/log/apache2/access.log combined
..
Thanks for attention.
Bye,
Bruno
-
To unsubscribe, e-mail: user
Le 21/05/2013 à 12:51, Vincenzo D'Amore a écrit :
> Hi Bruno,
Hi again Vincenzo,
> just read again the RFC you stated, I'm not sure about the assumption
> that a realm can be contained within another.
> Or may be the implementation done by Apache httpd cannot support
&g
a local
resource accessible via, e.g., "/a/", and another login/password pair
for another local resources located "under", e.g. "/a/b/" (as accessing
/a/b/'s realm implies accessing "/a/'s realm first).
I may be wrong, that being said, but if anyone ha
; flag) and then using that variable
in your test ?
Here is how I would do that:
RewriteEngine on
RewriteRule .* - [E=SOAPAction:%{HTTP:SOAPAction}]
Then you might be able to use the SOAPAction *environment variable*
which will have the same value as the SOAPAction *HTTP header*
Could you t
? That way we could use tools like wireshark to
analyse the traces, instead of the ascii dump you provided, whih (in my
opinion) is difficult to read.
You can use the tcpdump "-w file.pcap" option for that (add it to the
other ones).
Thanks !
Bruno
--
- Service Hydrographique e
then using the "lo"
interface and asking for what's using port 8082 is sufficient:
tcpdump -vvv -X -s 0 -i lo port 8082
Best regards,
Bruno
--
- Service Hydrographique et Oceanographique de la Marine - DMGS/INF
- 13, rue du Chatellier - CS 928
s nothing at all, but set a new variable. That new
variable (INFO_REQUEST_URI) then becomes useable in the "Header"
statement, whereas the old one (REQUEST_URI) is not.
If anybody has an explanation for this, I'd be glad to read it, but this
is in no way paramount.
Best regards
ml
User configuration directory: /var/www/*/conf/php.ini
Directory of user sessions: /var/www/*/sessions
Directory of user uploads: /var/www/*/uploads or
/home/*/uploads (which is best)
All ideas are welcome
Best regards
Bruno
PS: Sorry for my englis
Le 23/03/2012 07:09, Bruno Tréguier a écrit :
Le 23/03/2012 à 1:37, Igor Cicimov a écrit :
This is very interesting problem and I thought the issue was the typo
leaving your var empty. I'll have to do some research about the
mod_rewrite myself to confirm it precedes SetEnvIf in the ord
k try putting the 'Header add" statement before
RewriteRules''
They already are, but as you point out, the order of execution may be in
cause. :-(
Thanks a lot.
Regards,
Bruno
--
- Service Hydrographique et Oceanographique de la Marine - DMGS/INF
- 13, rue du Chat
Le 23/03/2012 à 0:23, Bruno Tréguier a écrit :
1) the X-Debug-Request-URI header is correct in the HTTP response, example:
X-Debug-Request-URI: /cartes-en-ligne/checkout/
2) the X-CheckingOut header, however, is NOT set. :-(
Sorry, that was another test. The right output is of course:
X
save it in another env. variable (let's say SAVED_REQUEST_URI) before it
gets used...
This is driving me crazy. Thanks anyway for all your suggestions.
Best regards,
Bruno
--
- Service Hydrographique et Oceanographique de la Marine - DMGS/INF
- 13, rue du Chatellier - CS 92803 - 29
nal URI, before it is fiddled with by rewriting process.
The problem I'm facing here seems to rely in the fact that the variables
I'm trying to use (like "THE_REQUEST", for example) are only defined
within mod_rewrite's scope, and are not available to other dire
the whole path, but the behaviour is the same.
This is really puzzling me. Any explanation, anyone ?
Regards,
Bruno
--
- Service Hydrographique et Oceanographique de la Marine - DMGS/INF
- 13, rue du Chatellier - CS 92803 - 29228 Brest
then via
RewriteRules, it seemed to me that there should be a way to save that
information somewhere, and REQUEST_URI appeared to me as the perfect
place for that.
That way, even if the method didn't work, the SetenvIf method
would.
Thanks anyway for that answer.
Regards,
Bruno
--
- Se
, meanwhile it's the one that is
used by directive as well !
I tried another method, quite similar, via mod_setenvif:
SetenvIf REQUEST_URI "/onlinestore/checkout" CheckingOut=1
Header Add X-MyTraceHeader "CheckingOut" env=CheckingOut
But to no avail.
Any idea or p
I successfully setup Apache Web Server, mod_ssl and mod_jk so that Apache acts
as the load balancer for a cluster of Tomcat(based) servers - using self-signed
certificates. This means that I created Apache's certificates with openssl and
Tomcat's with Java's keytool.
Two of my applications com
I am completely new to the Apache Web Server. I had no problems installing and
running HTTP. The problems started when enabling HTTPS.
I could not find instructions in the documentation but I noticed that
httpd.conf has two commented sections:
LoadModule ssl_module modules/mod_ssl.so
Include
2010/3/16 Roger
> Do you have persistent connections on?
>
> -r
>
> -
> 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-m
2010/3/12 Reese
> On 12-Mar-10 13:49, Jonathan Zuckerman wrote:
>
>> On Fri, Mar 12, 2010 at 9:36 AM, Reese wrote:
>>
>> On 12-Mar-10 11:31, Nilesh Govindarajan wrote:
>>>
>>> On Fri, Mar 12, 2010 at 6:49 PM, Bruno - e-comBR
>>>> wrote:
&
gger
report(taking about ten minutes or more), the user seems to be impatient.
They're doing refreshs on the page. So, for each refresh apache is queuing a
new script, and just begin running this when the queue is empty again.
What do you suggest me?
Thank you,
Bruno Moreira Guedes
p;(objectClass=User)(MemberOf=CN=GR_INT_SVN_P01,OU=Internal,OU=Acessos,dc=domain,dc=com))
"
AuthLDAPBindDN "CN=SVNQueryUser,OU=QueryUsers,dc=domain,dc=com"
AuthLDAPBindPassword pass
*
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
****
--
Att.
Bruno Galindro da Costa
bruno.galin...@gmail.com
0.192 for ServerName
[Mon Oct 05 15:31:07 2009] [warn] pid file C:/Apache2.2/logs/httpd.pid
overwritten -- Unclean shutdown of previous Apache run?
thanks for being there in the first place.
Thanks
Bruno
¡Obtén la mejor experiencia en la web!
Descarga gratis el nuevo Internet Explore
2009/7/3 ricardo figueiredo
>
>
> On Fri, Jul 3, 2009 at 9:45 AM, Bruno - e-comBR wrote:
>
>> I don't know why, but for me it seems to be 'better' implement this
>> through a proxy... It's application level, and it solves the problem.
>>
>>
money.
>>>
>>>
>>> -
>>> 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: users-unsubscr...@httpd.apache.org
>>> " from the digest: users-digest-unsubscr...@httpd.apache.org
>>> For additional commands, e-mail: users-h...@httpd.apache.org
>>>
>>>
>>
>>
>> --
>> Muito Obrigado
>>
>> Ricardo
>>
>
>
>
> --
> Muito Obrigado
>
> Ricardo
>
--
Bruno Moreira Guedes
e-comBR - Depto. Infra-Estrutura
Fone: (049) 3328-4065
Chapecó-SC
---
> 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: users-unsubscr...@httpd.apache.org
> " from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>
--
Bruno Moreira Guedes
e-comBR - Depto. Infra-Estrutura
Fone: (049) 3328-4065
Chapecó-SC
On Wed, 2009-04-01 at 16:36 +0100, Tom Evans wrote:
> On Wed, 2009-04-01 at 15:55 +0100, bruno wrote:
> >
> > I tried to load html files from a few computers in my lan. I wrote
> > 127.0.0.1 on localhost and sever's IP address from others computers but
> > only
On Tue, 2009-03-31 at 20:48 -0400, Brian Mearns wrote:
> On Tue, Mar 31, 2009 at 7:24 PM, Jonesy wrote:
> > On Tue, 31 Mar 2009 23:10:18 +0100, bruno wrote:
> >>
> >> I have installed apache 2.2 on my computer and start server but only I
> >> can launch inde
On Tue, 2009-03-31 at 18:14 -0400, Glen Barber wrote:
> Hi, Bruno.
>
> On Tue, Mar 31, 2009 at 6:10 PM, bruno wrote:
> > Hi all,
> >
> > I have installed apache 2.2 on my computer and start server but only I
> > can launch index.html on the browser. When I try to
On Tue, 2009-03-31 at 23:24 +, Jonesy wrote:
> On Tue, 31 Mar 2009 23:10:18 +0100, bruno wrote:
> >
> > I have installed apache 2.2 on my computer and start server but only I
> > can launch index.html on the browser. When I try to load other file
> > brows
ted ./configure script with --enable-so and --with-mpm=prefork
options.
I revised owner and permissions and all is correct.
Any suggestions?
Don't recommend me that I can install Apache server using Ubuntu
repositories. I want to learn building a web server from edge.
Thanks,
Bruno.
Sorr
If your flash object plays the mp3, it needs to download it.
So, if it needs to download it, you cannot prevent its download.
What you should try to do to make hard to download your mp3 files is to
create an CGI or PHP script which downloads the file, and another which
"authorizes" the download, a
2009/2/16 :
> Hi,
>
> I wasn't so clear - the difference is in font size not file size.
>
> I've checked the output using wget -SO- and it is identical from both
> servers which makes me more
> confused. I've cleared the cache on the browser but still get the same
> effect.
>
> Any more ideas ?
>
2Yq
> =fVy0
> -END PGP SIGNATURE-
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more
issions at /tmp is as it should be?? Maybe
it's wrong and making your script crash(segmentation fault). Instead,
try to simply write to stdout.
You may also run the script at the shell to test it.
Simply try a bash script like this:
---
#!/bin/bash
echo -e "Content-type: text/plain
er Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> " from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>
--
Bruno Moreira Guedes
e-comBR - Depto. Infra-Estrutura
Fone: (049) 3328-4065
Chapecó-SC
2009/1/8 Brian Mearns :
> On Thu, Jan 8, 2009 at 8:03 AM, Bruno - e-comBR wrote:
>> I think a bank site or a "big e-business site" won't HAVE TO use
>> virtual servers using another domains.
>>
>> And I also think a "common site" don't ne
-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> " from the digest: users-digest-unsubscr...@ht
Hello all,
I want to know how much Apache's HTTPD takes the advantages of
multiple CPUs. Is there any difference about performance betwen using
worker or prefork as MPM??
Being a little "out of topic", let me ask you... On a Linux SMP
system, does a n Core processor works like n processors?? Is t
with httdocs directory?
Thanks,
Bruno.
-
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: [EMAIL PROTECTED]
&quo
ather than dev skills (which I understand focus on newer versions) I'm
seeking advice on how to proceed: where to look at first, trivial piece of
(mis)configuration I'm missing, etc.
So any feedback on that matter (url escaping in proxy mod) will be
appreciated!
Tx,
Bruno.
Joshua S
I saw, the correction was mainly in proxy_util.c, which in
1.3.24 looks correct (w.r.t the fix).
So it should work ok... Anyone could explain the behaviour, or suggest a
mean to change it (conf, patch)?
Tx you guys!
Rgds,
The *:443 vhost shouldn't be a NameVirtualHost, because the SSL
handshake doesn't include ServerName information.
Check this list's archive for this issue.
Take care
[EMAIL PROTECTED] wrote:
Dear All,
For the Virtual Host config of http and https ( apache 2.2.x ) :
NameVirtualHost *:80
Name
key under the
> Web Service ?
>
> Edward.
>
> Bruno Teixeira wrote:
>
>> The second one is to create a separate CA and have it sign your
>> certificate. You will need the "SSLCertificateChainFile" directive.
>>
>> Just follow the sef-signed how
PROTECTED] wrote:
Hello,
What different between ( self-signed SSL Certificate for testing
purposes ) <#selfcert>and ( create and use my own Certificate Authority
) ? <#ownca>
Edward.
Bruno Teixeira wrote:
Hi,
http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#selfcert
[EMAIL PR
Hi,
http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#selfcert
[EMAIL PROTECTED] wrote:
Hello Bruno,
Can we create a self-signed SSL Certificate for testing purposes by
using the following ( tools ) ?
http://www.openssl.org/contrib/ssl.ca-0.1.tar.gz
Edward.
Bruno Teixeira wrote:
Edward
: http://httpd.apache.org/docs/2.0/ssl/
The faq is very helpful, but take some time to read the hole thing.
Take care
[EMAIL PROTECTED] wrote:
> Hello Bruno,
>
> So...what is the CA come from the Web ?
>
> SSLCertificateFile /etc/pki/tls/certs/localhost.crt
> SSLCertificateKe
Edward,
the SSLCertificateChainFile directive should indicate a file with both
the root and intermediate certificates.
http://certs.ipsca.com/support
Take care.
Bruno Teixeira
[EMAIL PROTECTED] wrote:
Original Message
Subject:Root CA ( SSL ) of Web Service
Date
al address? This is a
problem, because in the future only the original IP address will be
"external".
Thank you for your time.
Bruno Teixeira
Chirouze Olivier wrote:
Hi,
I already had this but can't manage to find back the solution.
I have two clues, thought:
- you
7;t the [P] do the same?
Thank you for your time
Bruno Teixeira
Krist van Besien wrote:
On 2/16/07, Bruno Teixeira <[EMAIL PROTECTED]> wrote:
I've been browsing the web for a solution to my problem, but all I can
find are similar problems, no solutions...
I am using a rewrite ru
, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/access.log combined
ServerSignature On
Alias /doc/ "/usr/share/doc/"
Options Indexes MultiViews FollowSymLinks
AllowOverride None
O
Hi there,
it's working fine after all. I guess it was the NameVirtualHost directive.
Thank you very much for help.
Take care.
> On 2/8/07, bruno alves teixeira <[EMAIL PROTECTED]> wrote:
>> Hi Joshua,
>>
>> the certificates are now different for each virtual h
er, I get
redirected to /var/www/store/, but the used certificate is the "198.crt".
Why is the Directory section not correct? It was copied from apache2's
default file...
Thank you for your help.
Bruno Teixeira
Config file:
ServerAdmin [EMAIL PROTECTED]
Serv
rtual host is used for all hosts. The RedirectMatch for each IP is
correct, but the top certificate is always used. You can check out the
attached file, to verify the definition of the virtual hosts.
What am I doing wrong?
Thank you for your time.
Take care.
Bruno Teixeira
test
Description: B
rtual host is used for all hosts. The RedirectMatch for each IP is
correct, but the top certificate is always used. You can check out the
attached file, to verify the definition of the virtual hosts.
What am I doing wrong?
Thank you for your time.
Take care.
Brun
hi all,
In Apache 2,2 when I list a directory, different of Apache 2,0 it is not
shown details of the archives of the directory. Which option I have that
to place to show details of this archive?
thz
-
The official User-To-User
On Thu, 2006-12-07 at 11:57 -0500, Joshua Slive wrote:
>
> Time to upgrade.
>
> Joshua.
please which the procedure to make update for the code source. I use the
FreeBSD system and I go to bring up to date using the Ports I do not
know if it k
ror on line 437 of /usr/local/etc/apache2/httpd.conf:
Invalid directory indexing option
:437
AllowOverride AuthConfig
IndexOptions ShowForbidden
Bruno.
-
The official User-To-User support forum of the Apa
Hi,
When I place the archive .htaccess inside of a directory that is being
had access for the Apache this exactly directory is occult and alone I
obtain to enter typing the way of the complete directory in the URL
field.
Example:
URL www.minhaempresa.com.br/downloads/ when access appears a lis
Perfect Joshua, it works great!
Thank you and forgive-me for the inexperience!
Bruno Puga
On 11/16/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 11/16/06, Bruno Puga <[EMAIL PROTECTED]> wrote:
> Hi all!
>
> I've just start using Debian testing and I came across s
W .euc-tw
AddCharset EUC-JP .euc-jp
AddCharset EUC-KR .euc-kr
AddCharset shift_jis .sjis
Could it be an error with the package released for Debian testing?
Am I making some mistake?
Thanks for any help.
Bruno Puga
65 matches
Mail list logo