Re: [users@httpd]

2016-03-03 Thread Yehuda Katz
Debian includes the files in /etc/apache2/mods-enabled, not mods-available. If mods-enabled/ssl.conf is a symlink to mods-available/ssl.conf, it will be included in apache2.conf. You haven't specified which version of Debian or Apache you use, but in Apache 2.4, the line in apache2.conf looks like

[users@httpd]

2016-03-03 Thread schnappiwol...@yahoo.com.INVALID
Hello All, Apache options like "SSLProtocol", "SSLCipherSuite", and "HonorCipherOrder" among others can be put in both /etc/apache2/apache2.conf (Debian based) or etc/apache2/mods-available/ssl.conf (or even the virtual host configuration file). Which location should these server wide SSL setti

Re: [users@httpd] How to prevent upload of specific filetype in Apache

2016-03-03 Thread Aurélien Terrestris
hi you can have a look at mod_lua but I'm unsure on how to implement for your need regards 2016-03-03 21:02 GMT+01:00 Rose, John B : > Looking for ways to prevent upload of specific filetypes into a specific > directory. PHP for example. > > It looks like there may be a method in mod_security >

[users@httpd] How to prevent upload of specific filetype in Apache

2016-03-03 Thread Rose, John B
Looking for ways to prevent upload of specific filetypes into a specific directory. PHP for example. It looks like there may be a method in mod_security Any alternative ways? Thanks