Re: [users@httpd] TLSv1.2

2016-03-25 Thread Otis DeWitt
Start with only TLSv1.0 As your compile of 2.4 may not support 1.2 Sent from my iPhone > On Mar 25, 2016, at 12:23 PM, Leonay Wynn wrote: > > HI, > > I'm running RHEL 5.3. I upgraded my httpd version to Apache 2.4.18. > configured with this: $ ./configure

[users@httpd] TLSv1.2

2016-03-25 Thread Leonay Wynn
HI, I'm running RHEL 5.3. I upgraded my httpd version to Apache 2.4.18. configured with this: $ ./configure --prefix=/apps/httpd --enable-ssl --with-mpm=worker --enable-module=headers --enable-shared=headers All works well. I also installed OpenSSL 1.0.2g . I replaced my system installed

RE: [users@httpd] Rewrite domain to language specific page but no address bar redirection

2016-03-25 Thread Alexandru Duzsardi
I tested a bit more , and unfortunately it breaks somewhere Probably I should have mentioned that the path’s after ….hostname.com/ are not always physical paths on the disk , actually I think like 95% are not For example lang-fr.hostname.com/user/ , lang-fr.hostname.com/admin ,

RE: [users@httpd] Rewrite domain to language specific page but no address bar redirection

2016-03-25 Thread Alexandru Duzsardi
Thank you so much , this looks like it’s working I just have to figure It out now how to remove the index.php from the uri path , since there isn’t any index.php , in /fr It’s just a drupal “virtualdir” From: Marat Khalili [mailto:m...@rqc.ru] Sent: Friday, March 25, 2016 2:31 PM To:

Re: [users@httpd] Rewrite domain to language specific page but no address bar redirection

2016-03-25 Thread Marat Khalili
It's tricky. Here's a rule set that works for me (but it may depend on Apache version and configuration): # fr-lang { RewriteCond %{ENV:REDIRECT_STATUS} ^$ RewriteCond %{REQUEST_URI} ^/fr$ RewriteRule ^fr$ http://lang-fr.hostname.com/ [L,R=302] RewriteCond %{ENV:REDIRECT_STATUS} ^$

Re: [users@httpd] Can the Apache run the php files which is created in memory dynamicly ?

2016-03-25 Thread Michael A. Peters
On 03/25/2016 01:56 AM, David wrote: Sorry, there is a mistake in previous email. The "ServerRoot" should be "DocumentRoot". My purpose: If the Apache can run the php file in memory, then it means that I can package the php files, then restore the php files in memory and run the php files. The

Re: [users@httpd] Can the Apache run the php files which is created in memory dynamicly ?

2016-03-25 Thread David
It is my first time to use the apache email list. I am sorry for misunderstanding the email list rule. I thought the email list identifies the different topic by title. Thank you for your explanation David -- Original -- From: "Kees

Re: [users@httpd] Can the Apache run the php files which is created in memory dynamicly ?

2016-03-25 Thread Kees Nuyt
On Fri, 25 Mar 2016 16:30:02 +0800, David wrote: > Thank you in advance for reading the email. > In Apache, the web root is configured in httpd.conf file by "ServerRoot" > setting. > The "ServerRoot" setting is always like "D:/Web/", it can not be configured > to memeory block. > but I want to

Re: [users@httpd] Can the Apache run the php files which is created in memory dynamicly ?

2016-03-25 Thread David
Sorry, there is a mistake in previous email. The "ServerRoot" should be "DocumentRoot". My purpose: If the Apache can run the php file in memory, then it means that I can package the php files, then restore the php files in memory and run the php files. The end user will not see the php

[users@httpd] Can the Apache run the php files which is created in memory dynamicly ?

2016-03-25 Thread David
Thank you in advance for reading the email. In Apache, the web root is configured in httpd.conf file by "ServerRoot" setting. The "ServerRoot" setting is always like "D:/Web/", it can not be configured to memeory block. but I want to generate the php file in memory dynamicly and

[users@httpd] Rewrite domain to language specific page but no address bar redirection

2016-03-25 Thread Alexandru Duzsardi
Hello, I've search around on search engines but I could not find any answers that solve my dilemma I have a VirtualHost configured to respond on multiple hostnames Example: hostname.com , lang-fr.hostname.com , lang-nl.hostname.com , fr-lang.hostname.com , nl-lang.hostname.com Now , what I