[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

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

2016-10-28 Thread Bernard Fay
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 <bernard@gmail.com> wrote: > Hi, > > I hav

[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 the

[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

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

2012-04-23 Thread Bernard T. Higonnet
. 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 unsubscribe, e-mail: users-unsubscr

[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

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

2009-10-08 Thread Bernard Fonze
...@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 1000 Brussels - Belgium RPR Bruxelles / RPM Brussel: BE 0455 530 509

[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 URL:http://httpd.apache.org/userslist.html

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

2009-10-07 Thread Bernard Fay
, Bernard Fay bernard@gmail.com wrote: Hi, I have a weird problem with CustomLog. I defined an access log in a vhost configuration file. This site used to use /var/log/apache2/access_log. I changed it to use CustomLog /var/log/apache2/www.services.cnt.qc/www.services.cnt.qc-access_log

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

2009-10-06 Thread Bernard Fay
, Bernard

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've used: cd ~/apache-ssl

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 to your apache directory and run make / make install

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 --enable-rule=EAPI=no. Oddly, when I run make

[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

[EMAIL PROTECTED] virtual host in apache2-further question

2005-09-02 Thread Bernard chan
/www/tw_cartous Directory /var/www/tw_cartous Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all /Directory /VirtualHost Thanx, On 9/1/05, Bernard chan [EMAIL PROTECTED] wrote

[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 VirtualHost _default_ *:80 ServerName roadtoy.com DocumentRoot /var/www/roadtoy /VirtualHost VirtualHost _default_ *:80 ServerName cartous.com DocumentRoot

Re: [EMAIL PROTECTED] virtual host in apache2

2005-08-31 Thread Bernard chan
name _kaimei_ --- ignoring! done. 3) If there is only one _default_, how to define next for cartous.com, next for kaimei.com? 4) I also tried ... VirtualHost cartous *:80 ... VirtualHost kaimei *:80 It still doesn't work, Thanx, On 8/31/05, Davide Bianchi [EMAIL PROTECTED] wrote: Bernard