[users@httpd] Apache : Redirect web requests - Keep the same host in the URL

2022-03-26 Thread olivier giorgi
Hello all, The goal is that users will continue to connect to "https:/server1" but will actually browse to "https://server2";. I have successfully redirected from "server1" to "server2" via apache/http, but the url seen in the browser changes.  In the following configuration, how can I make th

[users@httpd] Continuer de se connecter à "https://domaine1.fr" mais naviguent en réalité sur "https://domaine2.fr".

2022-03-25 Thread olivier giorgi
Bonjour à tous, Pb.: Je cherche à rediriger les requêtes web arrivants sur un serveur "https://domaine1.fr"; vers "https://domaine2.fr".        Le but est que les utilisateurs continuent de se connecter à "https://domaine1.fr"; mais naviguent en réalité sur "https://domaine2.fr";.  Question: J'

Re: [users@httpd] Mod_proxy_http2 - got a 503

2017-06-17 Thread Olivier Mallassi
the problem? > > -Stefan > > > Am 17.06.2017 um 15:26 schrieb Olivier Mallassi < > olivier.malla...@gmail.com>: > > > > Hello all > > > > We are trying to use the mod_proxy_http2 of httpd. Our use case is for > now "simple" > > - mul

[users@httpd] Mod_proxy_http2 - got a 503

2017-06-17 Thread Olivier Mallassi
Hello all We are trying to use the mod_proxy_http2 of httpd. Our use case is for now "simple" - multiple backedns (configured in HTTP2) - one httpd acting as proxy -- mod_proxy_http2 is activated -- we use the Balancer directive to load balanced accross backends (round-robin) - the client is a cur

[users@httpd] PUTting files and SetInputFilter DEFLATE

2015-03-10 Thread Olivier Rossel
Hello everyone, I have such a VirtualHost configuration: ServerName foo.bar DocumentRoot /var/www/foobar/ SetOutputFilter DEFLATE Dav On SetInputFilter DEFLATE DavLockDB /tmp/DavLock2 With this config, I can PUT files on my serve

[users@httpd] Apache conf, AuthLDAPUrl : how to discover the service ?

2014-08-06 Thread Olivier
to use them in apache configuration to discover ldap service rather than hardcoding the list of ldap servers in "AuthLDAPUrl" ? Thanks for any help on that issue, --- Olivier

Re: [users@httpd] httpd-2.2.22 & Windows & ipv6

2013-09-11 Thread olivier giorgi
Hello to all,   I cannot see APR_HAS_IPV6 in the output.   Where is the location of Windows build having IPV6 support ?   As example for: httpd-2.2.22-win32-x86-no_ssl.msi httpd-2.2.22-win32-x86-openssl-0.9.8t.msi   Thanks. Olivier. De : Jeff Trawick À

[users@httpd] httpd-2.2.22 & Windows & ipv6

2013-09-10 Thread olivier giorgi
Hello to all,    Using httpd-2.2.22 on Windows, what is the recommended method to activate ipv6 ?   Thanks in advance. Best regards Olivier.

[users@httpd] Why subprocess won't dump cores on segmentation fault (prefork MPM) ?

2013-01-08 Thread Olivier Berger
duplicate of [0]). Many thanks in advance. Best regards, [0] http://bugs.debian.org/691318 [1] http://bugs.debian.org/694473 -- Olivier BERGER http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8 Ingenieur Recherche - Dept INF Institut Mines-Telecom, Telecom SudPari

[users@httpd] Load balancing & session affinity (QUERY)

2012-04-26 Thread GIORGI Olivier
--- Thanks in advance for your help. Best regards Olivier. This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or

[users@httpd] caching forward proxy configuration

2012-02-17 Thread Olivier Robert
be checked here: http://pastebin.com/QTcUgEr3 I must be missing something, but I can't figure it out. Thanks in advance if you can help :-) Regards, Olivier Robert

[users@httpd] Upload Failed with gnutls.

2012-01-04 Thread Olivier BATARD
Hi, I'm using apache 2.2.16 named ghost with gnutls module 0.5.6 I have setup a named vhost for the tool ajaxplorer, which is a web file browser project based on php/ajax. I'm using, to upload big file the tool jump loader, a java applet to upload partitioned files. Everything works fine when I

[users@httpd] Upload php high cpu

2011-11-28 Thread Olivier BATARD
memory_limit = 128M Apache version : 2.2.21 Php : 5.3.8 I've been in contact with the developers, no clue. Anyone can help us on this ? Thanks, Olivier - The official User-To-User support forum of the Apache HTTP Server Pr

[us...@httpd] Apache 2.2.17 and Xp embedded standard

2010-11-16 Thread Olivier Roger
Hello, I'm trying to run Apache 2.2.17 on a windows Xp embedded standard but each start of apache fail with a message "Apache... has encountred a problem and need to close". The installation was done with the msi downloaded (3 times to be sure) from http://httpd.apache.org/download.cgi. The erro

RE: [us...@httpd] Name based virtual host bug after Apache restart

2010-01-13 Thread Chirouze Olivier
the Apache I'm talking about is a reverse proxy. But I'm pretty sure I would server a hello_world.html it would be the same... Olivier > -Original Message- > From: Eric Covener [mailto:cove...@gmail.com] > Sent: 13 January 2010 16:17 > To: users@httpd.apache.

RE: [us...@httpd] Name based virtual host bug after Apache restart

2010-01-13 Thread Chirouze Olivier
e are listening on different IPs and that is why we need to specify it in the vhost config. Olivier > -Original Message- > From: Tom Evans [mailto:tevans...@googlemail.com] > Sent: 13 January 2010 15:47 > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Name based vi

[us...@httpd] Name based virtual host bug after Apache restart

2010-01-13 Thread Chirouze Olivier
d conf file but the problem still occurs. Any idea??? Thanks! Olivier

[us...@httpd] tomcat 6 as a windows service fails to start with -server option

2009-11-30 Thread olivier giorgi
Hello to all,   struggling to enable UTF-8 encoding  on apache tomcat 6 Windows service. The option we used to activate (within startup.bat) was  -Dfile.encoding=UTF-8 -server Looks like tomcat is able to start when launched from startup.bat, but, if we intend to configure tomca

[us...@httpd]

2009-11-30 Thread olivier giorgi
Hello to all,   struggling to enable UTF-8 encoding  on apache tomcat 6 Windows service. The option we used to activate (within startup.bat) was  -Dfile.encoding=UTF-8 -server Looks like tomcat is able to start when launched from startup.bat, but, if we intend to configure tomcat as a ser

[us...@httpd] Apache service launch cmd.exe windows

2009-09-29 Thread Olivier Roger
2009] [notice] Child 3836: Starting 64 worker threads. [Tue Sep 29 10:11:34 2009] [notice] Child 3836: Starting thread to listen on port 443. [Tue Sep 29 10:11:34 2009] [notice] Child 3836: Starting thread to listen on port 80. PS : Sorry for my approximative english Olivier

Re: [us...@httpd] Troubles enforcing canonical hostname in a .htaccess file

2008-12-30 Thread Olivier Sannier
Eric Covener wrote: On Tue, Dec 30, 2008 at 10:30 AM, Olivier Sannier wrote: So I tried to adapt the given example and modified my .htacess file to this: --- RewriteEngine On RewriteCond %{HTTP_HOST} ^mydomain.com

[us...@httpd] Troubles enforcing canonical hostname in a .htaccess file

2008-12-30 Thread Olivier Sannier
w. Any help will be very much appreciated. Regards Olivier - 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-unsubs

[EMAIL PROTECTED] Demande % Forward Proxy

2008-11-14 Thread olivier giorgi
d'avance.Cordialement Olivier.

[EMAIL PROTECTED] Proxy/Caching external sites

2008-09-11 Thread Olivier Marti
CacheDirLength 3 CacheDefaultExpire 86400 The link withing the page then looks something like: /addthis/ bookmark.php Thanks in advanced, Olivier - The official User-To-User support forum of the Apache HTTP Serv

[EMAIL PROTECTED] Load balancing query.

2008-02-25 Thread olivier giorgi
rved behavior is the same as a stateless load balancing. Thanks in advance & have a good day. Best regards Olivier. _ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr

[EMAIL PROTECTED] Load balancer and ProxyPassReverse directive.

2008-02-18 Thread olivier giorgi
e method so as to use ProxyPassReverse directive in CASE 3? (Do you think that the route for each BalancerMember must be indicated so as to use this directive?) - Thanks in advance for your answer and

RE: [EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Chirouze Olivier
Hi, What exactly do you mean by "keeps seeing"? Did you try to play with the URI (logs, RewriteCond, etc) to make absolutely sure that it's the INPUT URI that is decoded, or could it be the "output" URI (the rewriten one) that is decoded? Olivier > -Original

[EMAIL PROTECTED] Apache proxy + virtual hosts: primary ip is always forwarded

2008-01-29 Thread Chirouze Olivier
)? That would allow for a much better tracking of requests (on firewalls, for instance). Thanks! Olivier - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> f

[EMAIL PROTECTED] For GZIP

2007-08-14 Thread FERRERO Olivier
Hi, If i don't want to send response not compressed, can we force clients to use always GZIP compression ? Thank you for your help, Regards, Olivier.

RE: [EMAIL PROTECTED] mod_rewrite do not rewrite internals

2007-05-09 Thread Chirouze Olivier
Hi, You need to use $1 instead of $0. I didn't know what $0 meant but now I guess it's "current rewriten URL"... Anyway, "$something" starts at 1. Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- >

RE: [EMAIL PROTECTED] Tools for better viewing Apache access logs?

2007-05-04 Thread Chirouze Olivier
Hi Mark, I suggest you have a look at Splunk (http://www.splunk.com/products/218) which will definitively do things you don't need, but probably do what you need, too ;-) I ended up creating an Excel macro to just play with logs, too. I can even provide it to you if you want! Olivier Ol

[EMAIL PROTECTED] JPEG not displayed

2007-04-28 Thread FERRERO Olivier
owser independant. The server used is Windows... (no choice). Do you have any idea ?. Thanks for all, Olivier.

RE: [EMAIL PROTECTED] Fwd: MaxClients per vhosts.

2007-04-12 Thread Chirouze Olivier
I suggest mod_vhost_limit, pretty simple but doing what you're asking for. http://www.ivn.cl/apache/ and http://www.linuxtechs.net/mod_vhost (not only because I did work on it recently ;-) Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information T

RE: [EMAIL PROTECTED] ..reading.. in mod_status

2007-04-04 Thread Chirouze Olivier
" state until the whole answer has been sent by the backend server. Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Reif Peter [mailto:[EMAIL PROTECTED] > Sent: 28 March 2007 18:58 > To: users@httpd.apache.org >

RE: [EMAIL PROTECTED] ..reading.. in mod_status

2007-03-28 Thread Chirouze Olivier
to this direction too because all slots are in the same state, with no exception. Now, how to prevent such attack... I don't know. I see you're using a recent version of Apache. At some point I did make an upgrade (from 2.0.49 to 2.0.57) because there was a fix related to such attacks.

RE: [EMAIL PROTECTED] ..reading.. in mod_status

2007-03-28 Thread Chirouze Olivier
che 2.0.58 + Solaris 5.9: status "...reading..." & TCP state "FIN_WAIT_2" I had some interesting answers... To my opinion the "reading" state is normal if you're using proxy or reverse proxy. It might be malicious if you're running a simple HTTP server...

RE: [EMAIL PROTECTED] Request for Input: ApacheCon SSL Training

2007-03-22 Thread Chirouze Olivier
about potential mod_ssl supporting name based vhosts? I suppose the FAQ could be out of date... Thanks, Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Issac Goldstand [mailto:[EMAIL PROTECTED] > Sent: 19

RE: [EMAIL PROTECTED] Re: Question about mod_rewrite

2007-03-22 Thread Chirouze Olivier
it might mean that your pointed server (thenewwebsite) does a HTTP redirect and end up in an endless loop. Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology From: Jean-Philippe Battu [mailto:[EMAIL PROTECTED] Sent

RE: [EMAIL PROTECTED] Request for Input: ApacheCon SSL Training

2007-03-19 Thread Chirouze Olivier
tal.co.uk/apache-ssl/msg03957.html Reference: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts ------------ I'd be proud if I can help for ApacheCon ;-) Olivier Olivier CHIROUZE I&0 Infr

RE: [EMAIL PROTECTED] Reverse proxying errors

2007-03-13 Thread Chirouze Olivier
://threebit.net/mail-archive/apache-users/msg02513.html Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 13 March 2007 00:05 > To: users@httpd.apache.org > Subject: R

RE: [EMAIL PROTECTED] Forward proxy 403 status for one particular Https request

2007-02-28 Thread Chirouze Olivier
Have you had a look at "AllowConnect"? Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology From: Sai Jai Ganesh Gurubaran [mailto:[EMAIL PROTECTED] Sent: 28 February 2007 07:34 To: users@ht

RE: [EMAIL PROTECTED] Virtual SSL on one IP?

2007-02-28 Thread Chirouze Olivier
ted on your virtual hosts. This is not a very clean alternative, but that can prove very useful when you don't have plenty of IPs... Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Gonzalez, Miguel [mailto:[EMAIL

RE: [EMAIL PROTECTED] http and http3 config ( Virtual Host ) problem

2007-02-26 Thread Chirouze Olivier
This will work. But NameVirtualHost directive is useless as it will not work as expected. Just remove NameVirtualHost *:443 Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-21 Thread Chirouze Olivier
s it's not permitted to use it along with P anyway... Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Bruno Teixeira [mailto:[EMAIL PROTECTED] > Sent: 21 February 2007 11:46 > To: users@httpd.apache.org > S

RE: [EMAIL PROTECTED] Limit download of data by IP address?

2007-02-21 Thread Chirouze Olivier
Hi, Have a look at this module: http://cband.linux.pl/ Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: uxwrstre [mailto:[EMAIL PROTECTED] > Sent: 21 February 2007 10:12 > To: users@httpd.apache.org > Subjec

[EMAIL PROTECTED] RE: Trying to limit connections per virtual host with mod_cband [** FIXED with mod_vhost_limit **]

2007-02-16 Thread Chirouze Olivier
Also, you'll need to put the LoadModule mod_vhost_limit directive BEFORE YOUR VIRTUALHOSTS... Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Chirouze Olivier > Sent: 16 February 2007 16:03 > To: 'users@httpd

[EMAIL PROTECTED] RE: Trying to limit connections per virtual host with mod_cband [** FIXED with mod_vhost_limit **]

2007-02-16 Thread Chirouze Olivier
before they are forwarded to the webserver by mod proxy. I'm happy. Olivier PS: I will try to contact mod_vhost_limit creator to share the hacking. Open source rules ;-) Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Chirou

RE: [EMAIL PROTECTED] Modules order

2007-02-16 Thread Chirouze Olivier
Thanks a lot Joshua, that proved useful. I had to hack the code to make it work, but... It does!!! Message with the full story following. Thanks. Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: [EMAIL PROTECTED] [mai

RE: [EMAIL PROTECTED] apache error

2007-02-16 Thread Chirouze Olivier
I used: LogLevel debug And that gave me much information in my error_log... Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Peter Nyamukusa [mailto:[EMAIL PROTECTED] > Sent: 16 February 2007 15:09 > To: users@

RE: [EMAIL PROTECTED] apache error

2007-02-16 Thread Chirouze Olivier
Hi, You probably have more than these messages to provide: the error log you are showing is just Firefox or IE trying to get favicon file. This is common, nothing to worry about. You should upgrade log level, and have another look at both error log and access log... Olivier Olivier CHIROUZE

RE: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-16 Thread Chirouze Olivier
, I've recently found directive "AllowCONNECT", haven't had time to play with it, but that might be useful. (Might also need mod_proxy_connect). Please tell us if one of these helped! Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Or

RE: [EMAIL PROTECTED] RTAI

2007-02-16 Thread Chirouze Olivier
How to remove someone from the mailing list please with apache. Give good answer. The error is ['imthiaz']. Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Krist van Besien [mailto:[EMAIL PROTECTED] > Sent:

[EMAIL PROTECTED] Modules order

2007-02-15 Thread Chirouze Olivier
begining of my virtualhost scope... nothing changes. I can't manage to have this module called before mod_rewrite and mod_proxy. Should this be specified in the module source code itself? Thanks! Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology

RE: [EMAIL PROTECTED] Disable TRACE HTTP method on Apache 1.3.33

2007-02-14 Thread Chirouze Olivier
hould then be a RewriteRule that makes the request forbidden. It *should* look like that (I haven't tested): RewriteCond %{REQUEST_METHOD} ^TRACE$ RewriteRule .* [F] Hope that'll help (please tell us). Olivier Olivier CHIROUZE I&0 Infrastructure Volv

RE: [EMAIL PROTECTED] Question about mod_rewrite

2007-02-14 Thread Chirouze Olivier
Hi, First, I supppose that's just a cut/paste mistake, but with RewriteEngine set to Off, not much will happen. Second, you might want to play with [P] flag to proxy the request. Anyway, your last rule is strange: you might try: RewriteRule .* http://www.theanotherpage.com [P] Ol

[EMAIL PROTECTED] Trying to limit connections per virtual host with mod_cband

2007-02-09 Thread Chirouze Olivier
_proxy and I think that might be the pb. But there is an example with mod_rewrite on cband homepage so I suppose there is no incompatibility! Please... Help ;-) Olivier Olivier CHIROUZE I&0 Infrastructure The conf file: --

RE: [EMAIL PROTECTED] Status page: reading state

2007-02-08 Thread Chirouze Olivier
httpd.apache.org/docs/2.0/mod/mod_status.html!!! Thanks a lot for your response. Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Georgi Chorbadzhiyski [mailto:[EMAIL PROTECTED] > Sent: 07 February 2007 20:51 > To: users@httpd.apa

[EMAIL PROTECTED] RE: Proxy & virtual host information [was: Status page: reading state]

2007-02-07 Thread Chirouze Olivier
Hi Olivier, Thanks for your VERY INTERESTING question :-) Here's more: I activated debug logging and it really seems when proxying the request, nothing happens until the whole app server response is received by the reverse proxy. Here's the log when accessing a page that just waits

[EMAIL PROTECTED] Proxy & virtual host information [was: Status page: reading state]

2007-02-07 Thread Chirouze Olivier
.", with no virtual host associated, all this time (until the app server is done)? This is not just something I'm wondering about, it something that makes all modules working at the virtual host level become useless :-( I'd love to find the "bug" and fix it myself... But I'

RE: [EMAIL PROTECTED] Status page: reading state

2007-02-06 Thread Chirouze Olivier
;s why I think if I can manage to fix this, the modules will work (and I won't be fired ;-) Thanks in advance, Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Chirouze Olivier > Sent: 06 February 2007 10:2

[EMAIL PROTECTED] Status page: reading state

2007-02-06 Thread Chirouze Olivier
quot;non-proxy" mode: the URL appears as soon as the request is handled. Do you think this is normal? Is there a way to change this behaviour? Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology

RE: [EMAIL PROTECTED] redirecting SSL

2007-02-02 Thread Chirouze Olivier
ll be handled _after_ the warning... Did you try having _ssl NOT activated_ on the *:443 virtualhost? Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Sam Carleto

RE: [EMAIL PROTECTED] URLRewrite Question

2007-02-02 Thread Chirouze Olivier
print the real php path. Never use PHP_SELF or such: instead, always replace php to html when you need links, redirect, or URL that would be printed to your html output... Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology From: F

RE: [EMAIL PROTECTED] URLRewrite Question

2007-02-02 Thread Chirouze Olivier
EQUEST_URI} "\.(php)$" RewriteRule .* - [F] Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology From: Feris Thia [mailto:[EMAIL PROTECTED] Sent: 02 February 2007 15:16 To: users@httpd.apache.org

RE: [EMAIL PROTECTED] suEXEC and RewriteRule

2007-02-01 Thread Chirouze Olivier
u can play with it to change the page title. Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Florian Effenberger [mailto:[EMAIL PROTECTED] > Sent: 31 January 2007 17:06 > To: users@httpd.apache.org > Subject

RE: [EMAIL PROTECTED] Frame Question.

2007-02-01 Thread Chirouze Olivier
nt.navigate.src = url; } Your script should also be included in : Anyway... You should find much more info on a more appropriate forum... Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology From: Robert Cahn [mailto:[EMAIL PROTE

RE: [EMAIL PROTECTED] Apache 2.0.58 + Solaris 5.9: status "...reading..." & TCP state "FIN_WAIT_2"

2007-01-31 Thread Chirouze Olivier
Your different experiences are very interesting. I think we will soon play with these params too :-) Thanks a lot! Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Krist van Besien [mailto:[EMAIL PROTECTED] > Sen

[EMAIL PROTECTED] Improved status page?

2007-01-31 Thread Chirouze Olivier
ng" state... Other information I found interesting was the number of current connections to a single servername (ie. virtual host). Anyway, I was just wondering if I'm not reinventing the weel... Thanks Olivier Olivier CHIROUZE I&0 Infrastructure -

RE: [EMAIL PROTECTED] Apache 2.0.58 + Solaris 5.9: status "...reading..." & TCP state "FIN_WAIT_2"

2007-01-31 Thread Chirouze Olivier
Hi John, Thanks a lot for your response. 30 seconds sounds so much more normal than 8 minutes to me... I guess if you have that and didn't change back, it means you didn't get any side effects? Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology >

RE: [EMAIL PROTECTED] suEXEC and RewriteRule

2007-01-31 Thread Chirouze Olivier
uld make a call to any script available, but trying to access root directory return a "Forbidden" response... Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: Florian Effenberger [mailto:[EMAIL PROTECTED] > S

RE: [EMAIL PROTECTED] ProxyPass

2007-01-30 Thread Chirouze Olivier
ll the "/webx" rules before... Or maybe something like: ProxyPass /web([1-3]) http://other-server/web$1 About the proxypass reverse, ProxyPassReverse / http://other-server/ Should be enough indeed... Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > ---

RE: [EMAIL PROTECTED] Apache 2.0.58 + Solaris 5.9: status "...reading..." & TCP state "FIN_WAIT_2"

2007-01-29 Thread Chirouze Olivier
Hi Sander, Thanks for your very precise comments. Below are mine... > Chirouze, My actual firstname is Olivier :-) > > On Jan 26, 2007, at 8:41 AM, Chirouze Olivier wrote: > > > Thanks for your prompt reply. We will definitively upgrade > soon, just > > "

RE: [EMAIL PROTECTED] SSL Certificate on Intranet Virtual Host

2007-01-29 Thread Chirouze Olivier
hosts are defined on different IPs (which wouldn't make much sense anyway!). But on the same IP / port, you can use different virtual hosts, they will have to use the same certificate... Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology -Original Message- F

RE: [EMAIL PROTECTED] Apache 2.0.58 + Solaris 5.9: status "...reading..." & TCP state "FIN_WAIT_2"

2007-01-26 Thread Chirouze Olivier
ry recognize if this happens on both? I will have a look at it. Do you think you might give me the values of the following Unix params on your Solaris 9 installs? tcp_fin_wait_2_flush_interval tcp_keepalive_interval tcp_ip_abort_interval Thanks in advance, Olivier Olivier CHIROUZE I&0 Infrastr

[EMAIL PROTECTED] Apache 2.0.58 + Solaris 5.9: status "...reading..." & TCP state "FIN_WAIT_2"

2007-01-26 Thread Chirouze Olivier
Do you recon tuning the Unix timeout would help? (current value of tcp_fin_wait_2_flush_interval: 675000 ms - 11min!! This looks just huge!) Thanks in advance, Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology

RE: [EMAIL PROTECTED] special chars in URLS

2007-01-26 Thread Chirouze Olivier
Did you try adding \ before the % char? Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED] Sent: 26 January 2007 16:38 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] special chars in

RE: [EMAIL PROTECTED] SSL Certificate on Intranet Virtual Host

2007-01-26 Thread Chirouze Olivier
ificate authority => do this once and you'll never have the warning anymore. Hope I helped, Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology -Original Message- From: Serge Dubrouski [mailto:[EMAIL PROTECTED] Sent: 25 January 2007 19:56 To: users@h

[EMAIL PROTECTED] Apache 1.3 crashes randomly on graceful restart when updating httpd.conf

2007-01-06 Thread Olivier Stievenart
e was compiled like this : ./configure --enable-module=so --enable-module=rewrite --prefix=/usr/local/apache I don't understand anything.. Can this be from the big numbers of vhosts ? or something else ? Thanks a lot. -- Stievenart Olivier

[EMAIL PROTECTED] Using a CRL from LDAP in MODSSL

2005-08-04 Thread Lauzanne Olivier
Hi, I'm working on a project that uses modssl in apache 2.0. The problem is that we need to get the rectification list updated frequently and that we need to provide a 24/24 service. I noticed in a mail from 2000 (from mod-ssl mailing-list archive) that a graceful restart is requiered in order t