[users@httpd] AllowOverride concerns

2021-12-17 Thread Yves Goergen
the AllowOverride setting. Can I just append the extra parameter as shown and all is good? Will it allow .htaccess files like the above and nothing else? I don't want to grant any permissions that I'm not aware of. -Yves

Re: [users@httpd] DKIM misconfiguration of this mailing list

2021-05-21 Thread Yves Goergen
e signatures, I have to rely on the MTA to do its job correctly. -Yves Ursprüngliche Nachricht Von: Dino Ciuffetti Gesendet: Mittwoch, 19. Mai 2021, 10:50 MESZ Betreff: [users@httpd] DKIM misconfiguration of this mailing list Hi. I don't see any problem at all with DKIM

[users@httpd] DKIM misconfiguration of this mailing list

2021-05-18 Thread Yves Goergen
u'd like me to read your reply, please CC me as well to make sure your message arrives here. -Yves - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains

2020-12-17 Thread Yves Goergen
in Ubuntu 20.04. Otherwise, HTTP2 will have to wait at least another 2 years. -Yves Ursprüngliche Nachricht Von: Stefan Eissing Gesendet: Donnerstag, 17. Dezember 2020, 14:41 MEZ Betreff: [users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains Am 17.1

Re: [users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains

2020-12-17 Thread Yves Goergen
? Does Apache not know where to turn and requires me to tell it when it went wrong? How would that work if we go down that route? I don't know how to configure something like this: if domain != {,www.}control.dotforward.de then // Dear Apache, look again closely at the ServerName abo

Re: [users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains

2020-12-17 Thread Yves Goergen
I found out I cannot use a test environment because it doesn't have wildcard certificates. So I had to quickly run this on the live server. Now I have a bunch of log lines about http2. What should I look for and how can I understand them? Please advise. -Yves Ursprüng

Re: [users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains

2020-12-17 Thread Yves Goergen
bably produces way too much data and overflows everyone. BTW, can somebody please configure my mailing list subscription to also send me my own messages? I cannot see my messages here, only others'. -Yves Ursprüngliche Nachricht Von: Stefan Eissing Gesendet: Di

Re: [users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains

2020-12-16 Thread Yves Goergen
ion where they don't belong. And it would know better. -Yves Ursprüngliche Nachricht Von: Stefan Eissing Gesendet: Dienstag, 15. Dezember 2020, 15:24 MEZ Betreff: [users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains Hi Yves, there is no &

[users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains

2020-12-15 Thread Yves Goergen
quot;http://127.0.0.1:7001/"; ProxyPreserveHost on RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC] RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC] RewriteRule .* ws://127.0.0.1:7001%{REQUEST_URI} [P] RequestHeader set X-Forwarded-Proto "https" SSLEngine o

Re: [users@httpd] To Gzip or not?

2020-11-22 Thread Yves Goergen
pends on the framework or tools you use. If you do it all yourself, you can format things in such a way as in ASP.NET. Please let me know if you find out more. I'm not a security expert and my understanding of these things is limited. -Yves Ursprüngliche Nachricht

[users@httpd] No compression of static HTML files (but everything else)

2020-09-14 Thread Yves Goergen
Apache/2.4.41 (Ubuntu) Server built: 2020-08-12T19:46:17 -Yves - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Test an SSL certificate before installation

2020-07-02 Thread Yves Goergen
production system, and learn about an unsupported certificate by a web server that's down. There has to be a smarter way to handle this. -Yves - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Re: Retry connection to reverse proxy backend

2018-02-21 Thread Yves Goergen
as nothing else and who value other interfaces, too. Yves Von: @lbutlr Gesendet: Mi, 2018-02-14 02:50 +0100 On 13 Feb 2018, at 13:35, Yves Goergen wrote: Moving to modern and usable web platforms next time Web platforms also require registration and

Re: [users@httpd] Retry connection to reverse proxy backend

2018-02-13 Thread Yves Goergen
body cares. It was good in the 80s, no need to change that. Of course I'm not deleting messages of my own thread, just all the others I have no use for. Moving to modern and usable web platforms next time... Just thought the official channel would know more on th

Re: [users@httpd] Retry connection to reverse proxy backend

2018-02-12 Thread Yves Goergen
en resend its POST data. And users will have to live with the error message they might see and learn to work around it. Not nice but certainly possible. Dropping packets is a very hard measure and will affect the entire web server, not just that single site. So it's not possible

Re: [users@httpd] Retry connection to reverse proxy backend

2018-02-11 Thread Yves Goergen
small and everybody uses data centers with tons of servers and load balancers today? Yves Von: Yves Goergen Gesendet: Sa, 2018-02-03 16:08 +0100 Hello, I've configured Apache as a reverse proxy for my application server. When the backend server isn'

[users@httpd] Retry connection to reverse proxy backend

2018-02-03 Thread Yves Goergen
e". I'm looking for an option that could be named "retryconnect". Yves Goergen http://unclassified.software - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Ignore SSL key/certificate errors

2015-01-08 Thread Yves Goergen
external process. My file validation is implemented in PHP (CLI) anyway. -- Yves Goergen http://unclassified.software - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h

Re: [users@httpd] Ignore SSL key/certificate errors

2015-01-08 Thread Yves Goergen
, One of the file is not linked to the others. openssl rsa -noout -modulus -in FILE.key openssl req -noout -modulus -in FILE.csr openssl x509 -noout -modulus -in FILE.cer Thank you, that seems to catch the manipulations I made to my test file that would also cause Apache to fail start up. -- Yves

[users@httpd] Ignore SSL key/certificate errors

2015-01-08 Thread Yves Goergen
ll SSL requests for the broken file's VirtualHost, and otherwise ignore the error? At least it should not fail completely, that's a too drastic measure that cannot be handled reasonably in an automatic way. -- Yves Goergen htt

[users@httpd] ErrorDocument CGI not executing, source displayed

2014-12-14 Thread Yves Goergen
ument file not executed at all anymore? Apache version is from 2.2.x to 2.4.7 on Ubuntu 14.04. -- Yves Goergen http://unclassified.de http://dev.unclassified.de - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.or

[us...@httpd] Multiple authentication backend... how?

2010-09-21 Thread Jean-Yves Avenard
g I am missing ? How could I trace the order in which modules are called for authentication? Thanks Jean-Yves - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html&

[us...@httpd] Some questions about mod_auth_ldap

2010-09-05 Thread Jean-Yves Avenard
rver, using mod_auth_ldap something that would be similar to a ldap regex: &(uid=(.*))("uid=$1,cn=users,dc=m,dc=domain,dc=com") (not too sure about that one, I just made it up) Any ideas if it can be done? Thank you Jean-Yves

[us...@httpd] about unsubscribing

2010-07-23 Thread Yves
Thank you yves Bodson Hi. This is the qmail-send program at smtpoutwbe07.prod.mesa1.secureserver.net. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry

Re: [us...@httpd] Apache and phpapacherX.dll

2010-07-04 Thread Yves
Hi Frank Thank you very much for your help mentioning the xampp soft I worked great I will be able to teach mysql to kids this summer Thanks again yves Le 04/07/2010 01:21, Frank Gingras a écrit : On 07/03/2010 07:53 AM, Yves wrote: Current system Laptop Dell precision T4500, 3GB memory and

[us...@httpd] Apache and phpapacherX.dll

2010-07-03 Thread Yves
ad C:/PHP/php5apache2.dll into server: Le module sp\xe9cifi\xe9 est introuvable. I would appreciate if somebody could help me with that issue Thank you very much yves - The official User-To-User support forum of the Apache HTTP Serve

Re: [us...@httpd] Logs: two different time zone?

2009-03-06 Thread Jean-Yves Avenard
Hi.. 2009/3/7 Eric Covener > mod_php setting "TZ" environment variable? > > that was it !!! thank you!

[us...@httpd] Logs: two different time zone?

2009-03-06 Thread Jean-Yves Avenard
ot;GET /media/vid-sml.php?video=JYA3_TypesOfClients HTTP/1.1" 200 1395 "-" " panscient.com" This would happen about once a day... This completely screw up awstat (who doesn't handle timezone properly) as well as all the other apache logs analyser (webaliser etc...). .Any ideas what could be happening and where should I look ? Thank you Jean-Yves

Re: [EMAIL PROTECTED] Question about Authentication in sub-folders

2007-11-12 Thread Jean-Yves Avenard
On Nov 12, 2007 9:57 PM, Vincent Bray <[EMAIL PROTECTED]> wrote: > On 12/11/2007, Jean-Yves Avenard <[EMAIL PROTECTED]> wrote: > > However, now I would like to disable authentication for a sub-folder > > so anyone can see it. >

[EMAIL PROTECTED] Question about Authentication in sub-folders

2007-11-12 Thread Jean-Yves Avenard
greatly appreciated. Thank you Jean-Yves - 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

Re: [EMAIL PROTECTED] mod_rewrite problem

2007-08-05 Thread Yves Goergen
On 05.08.2007 16:23 CE(S)T, Joshua Slive wrote: > On 8/5/07, Yves Goergen <[EMAIL PROTECTED]> wrote: >> On 04.08.2007 18:25 CE(S)T, Joshua Slive wrote: >>> Once you know that you need to use mod_rewite, there is no point in >>> fooling around with mod_setenvif.

Re: [EMAIL PROTECTED] mod_rewrite problem

2007-08-05 Thread Yves Goergen
; in the first scenario. Why not? Requesting the name of a directory, I would expect it to redirect to that directory first, "beta" -> "beta/", as it's always the case. And only then, it may regard the .htaccess file inside that directory and that would wo

[EMAIL PROTECTED] mod_rewrite problem

2007-08-04 Thread Yves Goergen
come from? I can't find any hint on it in the documentation. This is really bugging me since it is one of the few issues I have with a simple and reliable redirection of my website to one single domain name. -- Yves Goergen "LonelyPixel" <[EMAIL PROTECTED

Re: [EMAIL PROTECTED] Re: How to set environment variable from a LDAP attributes.

2007-01-28 Thread Jean-Yves Avenard
for stirring some crap earlier... I was just frustrated in not finding any answers after several days. Cheers Jean-Yves - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.o

Re: [EMAIL PROTECTED] How to set environment variable from a LDAP attributes.

2007-01-28 Thread Jean-Yves Avenard
do you specify which attribute I'm interested in ? (in my case, the content of the mail attribute) Thank you very much for your help. Jean-Yves - The official User-To-User support forum of the Apache HTTP Server Project. S

Re: [EMAIL PROTECTED] Re: How to set environment variable from a LDAP attributes.

2007-01-28 Thread Jean-Yves Avenard
Hi Great, I got some answers :) On 1/28/07, Nick Kew <[EMAIL PROTECTED]> wrote: 2. Your question is rather confused. "the environment variable REMOTE_USER" only exists in CGI, and various environments that emulate a CGI environment. Authentication enables CGI to set it. Before anyone could an

Re: [EMAIL PROTECTED] How to set environment variable from a LDAP attributes.

2007-01-28 Thread Jean-Yves Avenard
Hi On 1/28/07, Gerard <[EMAIL PROTECTED]> wrote: Please don't top post. If you don't know what that means, Google for it. What a constructive post, if you don't know the answer why bother? JY - The official User-To-User sup

[EMAIL PROTECTED] Re: How to set environment variable from a LDAP attributes.

2007-01-28 Thread Jean-Yves Avenard
So I guess this is not possible. Or is this distribution list about asking questions but not getting answer ? :) JY On 1/26/07, Jean-Yves Avenard <[EMAIL PROTECTED]> wrote: Hi I have recently upgraded to Apache 2.2 and while doing so, I now miss some modules and I'm tryin

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

2007-01-26 Thread Jean-Yves Avenard
Hi On 1/26/07, Chirouze Olivier <[EMAIL PROTECTED]> wrote: Hi, This is my first contribution to the list so please don't be too rude if I'm wrong ;-) But I think we have the same situation here: Onename.server.com/ Othername.server.com Somethingelse.server.com That still won't work, as you

[EMAIL PROTECTED] How to set environment variable from a LDAP attributes.

2007-01-25 Thread Jean-Yves Avenard
risk it. I was hoping that either mod_ldap or mod_authnz_ldap would allow me to do this. That would be great as it will remove the need to log in several times in various pages served by Apache. Thanks in advance for any help or tips. C

Re: [EMAIL PROTECTED] Removing or overwriting "Server" header field.

2007-01-24 Thread Pierre-Yves Bonnetain
d_security and SecServerSignature directive. -- Pierre-Yves Bonnetain B&A Consultants - Sécurité informatique - www.ba-cst.com Tel. : +33 (0) 567 040 403 - Fax : +33 (0) 567 737 829 smime.p7s Description: S/MIME Cryptographic Signature

Re: [EMAIL PROTECTED] Question about suexec

2006-09-18 Thread Yves Dorfsman
> > In fact, you did receive a response: > http://mail-archives.apache.org/mod_mbox/httpd-users/200609.mbox/[EMAIL PROTECTED] Oops missed it - sorry, and thanks for pointing to this. Darn, this means I've got to re-compile with BIG_SECURITY_HOLE... Thanks. Yves.

[EMAIL PROTECTED] Question about suexec

2006-09-18 Thread Yves Dorfsman
mpletely invalid). On one page one guy's saying that he re-wrote su-exec to be able to do all sort of things... but I really want to stay as close to vanilla as possible. All suggestions welcome. Thanks. Yves. Yves Dorfsman

[EMAIL PROTECTED] Question about suexec

2006-09-14 Thread Yves Dorfsman
suggestions welcome. Thanks. Yves. Yves Dorfsman [EMAIL PROTECTED] http://www.SollerS.ca - The official User-To-User support foru