[users@httpd] LimitRequestFieldSize odd behaviour

2018-08-31 Thread Audebert Bernard
Hello, I'm doing some test on an apache 2.2.15 server with a little php/cURL script and I found an odd behaviour. My server always end up returning a 400 return code at 12284 bytes worth of header data, even if I change LimitRequestFieldSize to 4096. Does anyone now what could create that kin

[users@httpd] Re: Alias not working or wrong configuration

2016-10-28 Thread Bernard Fay
ssion to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. Is there a way to fix thix? Thanks On Fri, Oct 28, 2016 at 3:13 PM, Bernard Fay wrote: > Hi, > > I have a site for example http://www.exa

[users@httpd] Alias not working or wrong configuration

2016-10-28 Thread Bernard Fay
Hi, I have a site for example http://www.example.com/page/. I would to reach /page/ while pointing my browser to http://www.example.com/. I tried "Alias / /path/to/page"

Re: [users@httpd] Set header SSL_CLIENT_CERT

2015-01-08 Thread Bernard
Hello, Does anybody got a solution about this please ? Thank you.

[users@httpd] Set header SSL_CLIENT_CERT

2014-12-26 Thread Bernard
​Hello, I would like to ​set SSL_CLIENT_CERT header. This is my situation : Client -> Reverse-Proxy -> Apache So, Apache is behind a reverse-proxy. My reverse-proxy set a custom header (here we will use for the example the header 'X-SSL-CLIENT-CERT'). And I would like Apache to be able to set th

[users@httpd] This list really helps!

2013-02-17 Thread Bernard T. Higonnet
for mod_negotiation.c but this time because I was being more carefully about bothering everybody foolishly, I read it correctly. Thanks to you all! Bernard Higonnet - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [users@httpd] Unable to build 2.4 because "Bundled APR not found" FreeBSD 9.0

2012-04-24 Thread Bernard Higonnet
Bernard Higonnet On 23/04/2012 17:15, Shuvalov Roman wrote: Hi, Bernard, I had similar issue, though I tried to compile Apache 2.4.2 under CentOS 6.2 - see of these tips will be usefull to you: 1. For Apache 2.4.x - you need apr and apr-util 1.4.x or later (means most probably you do not

[users@httpd] Unable to build 2.4 because "Bundled APR not found" FreeBSD 9.0

2012-04-23 Thread Bernard T. Higonnet
option. This option requires a "path to installed APR or the full path to apr-config" So I seem to be going around in circles and any help would of course be appreciated. Bernard Higonnet - To unsubscrib

[users@httpd] The .htaccess ANSI (ASCII) Format and linked problems

2011-03-30 Thread Bernard TREMBLAY
Hi, As we can pay attention .htaccess must be only redacted in ANSI. This rule is not absolute : * The Windows version supports the 3 chars which marks the encoding of the file. If on Linux a file coming from windows env with is the 3 format coding identification is submitted we get :

[us...@httpd] Recall: [us...@httpd] Apache HTTP 2.2.13 - SSL handshake issue

2009-10-08 Thread Bernard Fonze
Bernard Fonze would like to recall the message, "[us...@httpd] Apache HTTP 2.2.13 - SSL handshake issue". - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/user

RE: [us...@httpd] Apache HTTP 2.2.13 - SSL handshake issue

2009-10-08 Thread Bernard Fonze
g " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org Bernard Fonze Senior Analyst-Programmer E-mail : bfo...@isabel.eu Tel : +32 (0)2 545.14.75 Fax : +32 Isabel NV/S.A. Keizerinlaan 13-15 Boulevard de l'Impératrice 100

Re: [us...@httpd] Need help to diagnose a problem with CustomLog

2009-10-07 Thread Bernard Fay
tally puzzled with this. 8-| By the way, this is Apache/2.2.3 running on SuSE SLES 10 with SP1. On Tue, Oct 6, 2009 at 7:24 PM, Igor Cicimov wrote: > Have you commented out the /var/log/apache2/access_log line in the main > section of the config file? > > On Wed, Oct 7, 2009 at 6:0

[us...@httpd] Need help to diagnose a problem with CustomLog

2009-10-06 Thread Bernard Fay
in advance, Bernard

Re: [EMAIL PROTECTED] EAPI vs API

2007-10-21 Thread Bernard Barton
Matus UHLAR - fantomas wrote: >> Matus UHLAR - fantomas wrote: >> >>> You must build apache BEFORE mod_perl and mod_ssl. >>> > > On 21.10.07 10:21, Bernard Barton wrote: > > >> But as soon as you build mod_ssl, it tells you to change

Re: [EMAIL PROTECTED] EAPI vs API

2007-10-21 Thread Bernard Barton
Matus UHLAR - fantomas wrote: > On 20.10.07 23:48, Bernard Barton wrote: > >> I wish I could use apache 2.x, but unfortunately, I need to remain at >> version 1.3.33. I'm building a mod_ssl and mod_perl enabled httpd. >> Here are the latest build parameters I&

Re: [EMAIL PROTECTED] EAPI vs API

2007-10-20 Thread Bernard Barton
Joshua Slive wrote: > On 10/19/07, Bernard Barton <[EMAIL PROTECTED]> wrote: > >> When I run an apachectl configtest, I get the errors below regarding >> compiling apache with -DEAPI. Apche has an option "--disable-rule=EAPI=no", >> and I also tried -

[EMAIL PROTECTED] EAPI vs API

2007-10-19 Thread Bernard Barton
When I run an apachectl configtest, I get the errors below regarding compiling apache with -DEAPI. Apche has an option "--disable-rule=EAPI=no", and I also tried --enable-rule=EAPI=no. Oddly, when I run make in the apache_1.3.33 directory, I see the -DEAPI being passed to the compiler. Yet st

[EMAIL PROTECTED] virtual host in apache2-further question

2005-09-02 Thread Bernard chan
MultiViews AllowOverride None Order allow,deny allow from all Thanx, On 9/1/05, Bernard chan <[EMAIL PROTECTED]> wrote: > 1) It works + Thanx. > > > On 8/31/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On 8

Re: [EMAIL PROTECTED] virtual host in apache2

2005-09-02 Thread Bernard chan
MultiViews AllowOverride None Order allow,deny allow from all Thanx, On 9/1/05, Bernard chan <[EMAIL PROTECTED]> wrote: > 1) It works + Thanx. > > > On 8/31/05, Joshua Slive <[EMAIL PROTECTED]> wrote: >

Re: [EMAIL PROTECTED] virtual host in apache2

2005-08-31 Thread Bernard chan
1) It works + Thanx. On 8/31/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/31/05, Davide Bianchi <[EMAIL PROTECTED]> wrote: > > Bernard chan wrote: > > > 1) I edited /etc/apache2/sites-available/default as below:- > > > > > > > >

Re: [EMAIL PROTECTED] virtual host in apache2

2005-08-31 Thread Bernard chan
/05, Davide Bianchi <[EMAIL PROTECTED]> wrote: > Bernard chan wrote: > > 1) I edited /etc/apache2/sites-available/default as below:- > > > > > > > > You can have only ONE _default_ VHost. By definition the 'default' > site is the one used when,

[EMAIL PROTECTED] virtual host in apache2

2005-08-31 Thread Bernard chan
my machine is debian sarge 3.1 kernel 2.4.27-2-386 1) I edited /etc/apache2/sites-available/default as below:- NameVirtualHost *:80 ServerName roadtoy.com DocumentRoot /var/www/roadtoy ServerName cartous.com DocumentRoot /var/www/cartous 2) When I go to roadtoy.com & cartous.com, they all g