[users@httpd] a lot of 502 error with using mod_proxy_http after upgrading tomcat

2016-03-10 Thread Kenichi MASUDA
Hi, I posted the tomcat-users mailing list about my situation, so I was recommended to post httpd-user mailing list, so that I ask here too (I apologize for posting like multi-post). Our system is httpd and tomcat, and a client sends a request to httpd which listens as 80, after that httpd throw

[users@httpd] Re: Apache::ASP question

2016-03-10 Thread Good guy
On 10/03/2016 20:21, Rose, John B wrote: Some users are wanting to access a Microsoft Access database from Apache. They want to use this … Apache::ASP Is that possible within Apache on a linux server? What are the options for accessing Access databases from Apache? Thanks Yes it is possi

[users@httpd] Apache::ASP question

2016-03-10 Thread Rose, John B
Some users are wanting to access a Microsoft Access database from Apache. They want to use this ... Apache::ASP Is that possible within Apache on a linux server? What are the options for accessing Access databases from Apache? Thanks

Re: Re: [users@httpd] Lots of messages "[ssl:warn] Resource deadlock avoided: AH02026: Failed to acquire SSL session cache lock"

2016-03-10 Thread Yann Ylavic
On Thu, Mar 10, 2016 at 4:14 PM, Hildegard Meier wrote: > >> > Mutex file:${APACHE_LOCK_DIR} default >> >> Does it come from Ubuntu? >> If so, I don't any modern Linux should configure the "file" mutex >> mechanism by default, and you could possibly report it... > > Yes, that is the entry of Ubunt

Aw: Re: [users@httpd] Lots of messages "[ssl:warn] Resource deadlock avoided: AH02026: Failed to acquire SSL session cache lock"

2016-03-10 Thread Hildegard Meier
> There is an old dev@ thread that talks about the same deadlock > avoidance issues from fcntl > on other platforms (at least Solaris). I think it's not really usable > in httpd as soon as you have two mutexes. Read that, thought it would be only special for Solaris... ---

Re: [users@httpd] Apache virus scanning

2016-03-10 Thread Wei-min Lee
You can configure scheduled scans of your system with clamav. As for real time protection, that'll take some research - might even have to consider a commercial product. But if you end up paying for a commercial product, you might as well get one that also supports ICAP - the popular ones do nowada

Aw: Re: [users@httpd] Lots of messages "[ssl:warn] Resource deadlock avoided: AH02026: Failed to acquire SSL session cache lock"

2016-03-10 Thread Hildegard Meier
> > Mutex file:${APACHE_LOCK_DIR} default > > Does it come from Ubuntu? > If so, I don't any modern Linux should configure the "file" mutex > mechanism by default, and you could possibly report it... Yes, that is the entry of Ubuntu 14 ("Trusty") default apache2.conf file, see http://packages.u

Re: [users@httpd] Apache permissions stabs new Linux user in face with icepick. Suggestions?

2016-03-10 Thread Christopher Schultz
Eric, On 3/9/16 8:44 PM, Eric Covener wrote: > On Wed, Mar 9, 2016 at 8:40 PM, Francis Roy > wrote: >> drwxr-x--- username > > > If you want to serve out of your home directory, it needs to be > executable by "other". Or group-owned by whatever group httpd runs under. No ownership was previ

Re: [users@httpd] Lots of messages "[ssl:warn] Resource deadlock avoided: AH02026: Failed to acquire SSL session cache lock"

2016-03-10 Thread Eric Covener
On Thu, Mar 10, 2016 at 8:08 AM, Yann Ylavic wrote: > > Honestly I don't know how "fnctl" works on Linux, but I'd recommend > using no Mutex directive at all (same as "Mutex default") which falls > back to "Mutex sysvsem default" given your output of apachectl (i.e. > "-D APR_USE_SYSVSEM_SERIALIZE

Re: [users@httpd] Lots of messages "[ssl:warn] Resource deadlock avoided: AH02026: Failed to acquire SSL session cache lock"

2016-03-10 Thread Yann Ylavic
On Thu, Mar 10, 2016 at 11:09 AM, Hildegard Meier wrote: > Reading > https://httpd.apache.org/docs/2.4/en/mod/core.html#mutex > > I guess, expected behaviour of active directive > > Mutex file:${APACHE_LOCK_DIR} default Does it come from Ubuntu? If so, I don't any modern Linux should configure th

Re: [users@httpd] Apache permissions stabs new Linux user in face with icepick. Suggestions?

2016-03-10 Thread Richard
> Date: Thursday, March 10, 2016 12:24:23 + > From: Lester Caine > > On 10/03/16 01:40, Francis Roy wrote: >> This is a new install of Linux Mint 17.x with the default >> Apache/2.4.7 (Ubuntu) install at /etc/apache2 >> My websites, plain html and PHP are kept on a different hard-drive. >> /m

Re: [users@httpd] Apache permissions stabs new Linux user in face with icepick. Suggestions?

2016-03-10 Thread Lester Caine
On 10/03/16 01:40, Francis Roy wrote: > This is a new install of Linux Mint 17.x with the default Apache/2.4.7 > (Ubuntu) install at /etc/apache2 > My websites, plain html and PHP are kept on a different hard-drive. > /media/username/Terrabyte/00_Server/htdocs Francis ... Since security on Linux i

Aw: [users@httpd] Lots of messages "[ssl:warn] Resource deadlock avoided: AH02026: Failed to acquire SSL session cache lock"

2016-03-10 Thread Hildegard Meier
Reading https://httpd.apache.org/docs/2.4/en/mod/core.html#mutex I guess, expected behaviour of active directive Mutex file:${APACHE_LOCK_DIR} default would be Mutex fnctl:${APACHE_LOCK_DIR} default ? Maybe it's worth a try to add the line Mutex fnctl:${APACHE_LOCK_DIR} ssl-cache and look if

Re: [users@httpd] Apache virus scanning

2016-03-10 Thread Rubén Toribio Aldeguer
Thanks, This information is very ussefull for me too. What about for an antivirus on the server? do yo have any experiencie with it? TX. 2016-03-09 21:22 GMT+01:00 Wei-min Lee : > Using ICAP is a good way to go so that the person uploading files can be > notified of upload fails due to the virus