Re: [users@httpd] content negotiation default language/file?

2017-03-14 Thread Lee Fisher
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

Re: [users@httpd] content negotiation default language/file?

2017-03-14 Thread Lee Fisher
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

Re: [users@httpd] content negotiation default language/file?

2017-03-14 Thread Lee Fisher
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

Re: [users@httpd] content negotiation default language/file?

2017-03-14 Thread Lee Fisher
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, >

[users@httpd] content negotiation default language/file?

2017-03-13 Thread Lee Fisher
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

[users@httpd] disable ssl support for weak ciphers and v2 protocol, mod_ssl required?

2011-09-14 Thread Lee Fisher
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

[us...@httpd] Refresh issue displaying first page of PDF?

2010-07-12 Thread Lee Fisher
any clues what could be going on or who else we might ask. Lee Fisher

Re: [us...@httpd] SSL file location and permissions?

2010-01-18 Thread 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-