Does 2.4 support Perl? I thought I read somewhere recently that it did not.
> On Apr 10, 2015, at 3:50 PM, Jack Connors wrote:
>
> Environment:
> OpenSUSE 13.2 (x86_64)
> Apache 2.4.10
>
> Apache Error Log (/var/log/apache2/error_log):
> [Fri Apr 10 12:30:44.021729 2015] [ssl:warn] [pid 1513] A
In case this is helpful to someone, a book I bought on .htaccess recommends
this to require SSL/HTTPS by port:
RewriteCond %{SERVER_PORT} ^80$ RewriteRule
^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301, L]
...Jason
From: YUSUI T
To: users@httpd.apache.org
Sent: Monday, Febru
that person's message.
...Jason
On Apr 3, 2014, at 11:41 AM, Christopher Schultz wrote:
> Jason,
>
> On 4/3/14, 11:35 AM, Jason Cillo wrote:
>> Have you looked at OpenSSL Cookbook? It's free. I find it very
>> useful. (I even bought the larger book of which it is a c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Have you looked at OpenSSL Cookbook? It's free. I find it very useful. (I even
bought the larger book of which it is a chapter.)
...Jason
On Apr 3, 2014, at 10:23 AM, Christopher Schultz wrote:
> All,
>
> I forgot to mention that most of our traf