Re: [users@httpd] Disable directory indexing for a specific directory.

2020-11-28 Thread Jason Long
Thank you. It doesn't make any security problem? On Saturday, November 28, 2020, 08:03:37 PM GMT+3:30, Daniel Ferradal wrote: Just set "AllowOverride all" to "AllowOverride none". Since you are the owner and you are configuring the virtualhost it does not make sense to let .htaccess f

Re: [users@httpd] Questions to SSLciphersuite

2020-11-28 Thread Daniel Ferradal
supported ciphers and protocols depend on the openssl version you are using, which, if my eyes do not deceive me, you haven't mentioned. Perhaps you should check that first before changing cipher/protocol parameters in httpd. "openssl ciphers -v 'ALL'" should do, if the openssl version in your pa

Re: [users@httpd] Disable directory indexing for a specific directory.

2020-11-28 Thread Daniel Ferradal
Just set "AllowOverride all" to "AllowOverride none". Since you are the owner and you are configuring the virtualhost it does not make sense to let .htaccess file override the configuration you are trying to apply. El sáb, 28 nov 2020 a las 17:20, Jason Long () escribió: > > Thank you. > I asked i

Re: [users@httpd] Disable directory indexing for a specific directory.

2020-11-28 Thread Jason Long
Thank you.I asked it on WordPress froum:https://wordpress.org/support/topic/how-to-disable-directory-listing-in-wordpress/#post-13719613 They told me: This is 100% a server issue... and that WordPress has nothing to do with itAlso, note that this automatic indexing is provided by the mod_aut

Re: [users@httpd] Questions to SSLciphersuite

2020-11-28 Thread @lbutlr
On 27 Nov 2020, at 08:34, Lentes, Bernd wrote: > I have an elder software (ServersAlive) ,,, > What can i do ? You need software that works with modern current security. Seems to me like your old software is using SSL which is insecure and not supported and should NOT be used. Trying to fin