[users@httpd] Re: conditionally create a Virtual Host?

2019-09-04 Thread Heather Lotz
That is fantastic news! Thank-you very much for figuring it out and fixing it. Assuming the change gets approved, approximately when will the next release become available? From: Christophe JAILLET Sent: Wednesday, September 4, 2019 2:14 PM To:

[users@httpd]

2019-09-04 Thread Javier Hernández Sánchez
I have been customizing all error pages in my Apache project. Everything seemed to be ok until 403 Error (Forbidden) appeared. When you send an special character through the URL (such as a blank space or an asterisk), the custom error page is not loaded. If 403 error is caused by another reason

[users@httpd] Re: conditionally create a Virtual Host?

2019-09-04 Thread Christophe JAILLET
Hi, The issue has been tracked down and has been fixed on trunk in r1866418 [1]. It will be proposed for backport and should be in next release if the change is approved. Best regards, CJ [1]: http://svn.apache.org/viewvc?rev=1866418=rev Le 01/09/2019 à 01:11, Heather Lotz a écrit : Hello

[users@httpd] X-Forwarded-For and If directive

2019-09-04 Thread Michael Nielsen
I am certain I'm missing something important about the directive and the -ipmatch operator when used in conjunction with %{HTTP:X-Forwarded-For}. Please permit me to illustrate the problem by way of example: LogMessage "Got IP match [%{HTTP:X-Forwarded-For}]" LogMessage "No IP match

[users@httpd] Re: conditionally create a Virtual Host?

2019-09-04 Thread Christophe JAILLET
Hi, I've just got time to set up a build environment for Windows and have httpd get compiled there (for not without mod_ssl but that's another story) So now I'm ready for tracking down this strange behavior. I hope to have time in the coming days to have a look at it. CJ Le 01/09/2019 à

Re: http redirect

2019-09-04 Thread nobswolf
prüfe mal mit apachectl -S ob die Vhosts ihre Konfig aus den richtigen .conf-Dateien ziehen - To unsubscribe, e-mail: users-de-unsubscr...@httpd.apache.org For additional commands, e-mail: users-de-h...@httpd.apache.org

Re: http redirect

2019-09-04 Thread Reindl Harald
Am 04.09.19 um 15:51 schrieb Bernd Blana: > Ja, das steht im richtigen vhost mit port 80, für die richtige Domain. > > Ich habe jetzt "SSLEngine Optional" geändert, mus ich jetzt die Andere > mit 80 löschen? Bis jetzt funktioniert es noch nicht. Ja natürlich, was soll er denn machen mit

Re: http redirect

2019-09-04 Thread Bernd Blana
Ja, das steht im richtigen vhost mit port 80, für die richtige Domain. Ich habe jetzt "SSLEngine Optional" geändert, mus ich jetzt die Andere mit 80 löschen? Bis jetzt funktioniert es noch nicht. Oder liegt das Problem vielleicht an einer anderen Stelle? Liebe Grüße Bernd

Re: http redirect

2019-09-04 Thread Reindl Harald
Am 04.09.19 um 14:34 schrieb Bernd Blana: > Hallo Zusammen, > ich habe ein Problem mit dem redirect mit http auf https, obwohl es in > der VirtualHost Datei eingetragen ist: > > RewriteEngine on > RewriteCond %{HTTPS} !=on [NC] > RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] > > Wenn

http redirect

2019-09-04 Thread Bernd Blana
Hallo Zusammen, ich habe ein Problem mit dem redirect mit http auf https, obwohl es in der VirtualHost Datei eingetragen ist: RewriteEngine on RewriteCond %{HTTPS} !=on [NC] RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] Wenn ich mit https die Seite aufrufe, bekomme ich sie einwandfrei

Re: [users@httpd] Has anybody used a SQL database to store static pages without using PHP?

2019-09-04 Thread Colin 't Hart
I was going to reply the same: you can, but you probably shouldn't. Databases aren't built for speed. They are built for robustness: Atomicity, Consistency, Isolation, and Durability (ACID). If that's what you need, then you should use a database. Otherwise just use the filesystem. It's designed

Re: [users@httpd] Has anybody used a SQL database to store static pages without using PHP?

2019-09-04 Thread @lbutlr
On 1 Sep 2019, at 01:39, timothylegg . wrote: > Can you store an entire static page in an SQL database such as MariaDB > or MySQL and have httpd initiate the database query by parsing the > search parameter from the URL? i.e. > https://www.example.org/benny/index.html would search a table for >