I was missing DefaultLanguage! That's what I was looking for.
I think adding
DefaultLanguage en
DirectoryIndex index
in Directory solved it. I'll keep testing.
On Tue, Mar 14, 2017 at 10:55 AM Lee Fisher wrote:
> AddLanguage en .html
> works sometim
AddLanguage en .html
works sometimes but still not consistently.
On Tue, Mar 14, 2017 at 10:52 AM Lee Fisher wrote:
> Seeing it in apaste triggered something in my brain.
> If I change en to
> AddLanguage en .html
> AddLanguage zh .zh
> AddLanguage ja .ja
>
> It seems to
Seeing it in apaste triggered something in my brain.
If I change en to
AddLanguage en .html
AddLanguage zh .zh
AddLanguage ja .ja
It seems to work.
Is this valid?
Thanks,
Lee
On Tue, Mar 14, 2017 at 10:50 AM Lee Fisher wrote:
> Hi Luca,
> Thanks for response.
> Please see example he
Hi Luca,
Thanks for response.
Please see example here
http://apaste.info/sRqr4
On Tue, Mar 14, 2017 at 3:09 AM Luca Toscano wrote:
> Hi!
>
> 2017-03-13 23:39 GMT+01:00 Lee Fisher :
>
> Hi,
> On my current site with 2.2.31 (www.vishay.com)
> I have 3 languages,
>
Hi,
On my current site with 2.2.31 (www.vishay.com)
I have 3 languages,
English index.html
ja index.ja.html
zh index.zh.html
I am trying to set this up similarly on my new server, 2.4.16.
I can get ja and zh to work, but I can't get it to know that index.html is
english.
Is this still possible or
Hi,
I am looking to disable
SSL support for weak ciphers and SSL v2 protocol support
It seems like SSLCipherSuite directives are not recognized without mod_ssl?
Is it necessary to use mod_ssl to disable this?
Essentially I am not currently using SSL at all, I just want to prevent any
security hole
any clues what could be going on or who else we might ask.
Lee Fisher
> Is there a standard location where the SSL crt, csr, and key files
should be
> located?
This wiki page might be of help for some of these locations:
http://wiki.apache.org/httpd/DistrosDefaultLayout
-
The official User-To-