[users@httpd] Understand Webdav and Apache

2018-01-18 Thread Matthieu Ducorps
It's being a week I'm trying to get webdav working on a Vhost without any success **Here is my setup:** Debian 9 Apache 2.4 Virtualmin 6.01 SuexecUserGroup "#1039" "#1038" ServerName dav.mydom.com DocumentRoot /home/dav/public_html ErrorLog

Re: [users@httpd] Worker MPM with debug mode

2018-01-18 Thread Hemant Chaudhary
Hi Yann, Sorry I didn't noticed that I have copied prefork code in mail. I am using following code in worker : if (one_process) { worker_note_child_killed(/* slot */ 0, 0, 0); atexit(apr_terminate); } exit(code); This patch is not working as expected. To kill worker in

[users@httpd] disk cache block on a vps?

2018-01-18 Thread David Mehler
Hello, I've got an apache 2.4 system running on a vps. Is the below block needed? Currently it is set in all virtual hosts, if it is needed can it be set globally? If options are not needed let me know. This is a system I inherited. Thanks. Dave. # Disc cache setup CacheQuickHandler off

Re: [users@httpd] Correctly configuring OCSP Stapling cache

2018-01-18 Thread Johannes Bauer
Hi Stefan, On 18.01.2018 10:00, Stefan Eissing wrote: > Yes, this is definitely an area where the server can and should be > improved. Marat already provided the link to the article discussing > this last year and the situation is unchanged, unfortunately. Not for > lack of recognition of the

Re: [users@httpd] Correctly configuring OCSP Stapling cache

2018-01-18 Thread Johannes Bauer
Hi Marat, On 18.01.2018 08:37, Marat Khalili wrote: > Did you read > https://blog.hboeck.de/archives/886-The-Problem-with-OCSP-Stapling-and-Must-Staple-and-why-Certificate-Revocation-is-still-broken.html > ? Judging by https://bz.apache.org/bugzilla/show_bug.cgi?id=57121 it is > still unfixed, I

Re: [users@httpd] Setup SquirreMail with Virtual Host

2018-01-18 Thread Steffen
Sorry I was too fast. I use the also Login Manager ("Vlogin") plugin for SquirrelMail https://squirrelmail.org/plugin_view.php?id=47 there you see that you need also Compatibility plugin version 2.0.14+, http://www.squirrelmail.org/plugin_view.php?id=152 When I recall (about 10 years

Re: [users@httpd] Worker MPM with debug mode

2018-01-18 Thread Yann Ylavic
On Thu, Jan 18, 2018 at 4:25 PM, Hemant Chaudhary wrote: > > Yes this patch of code is not working for worker mpm in Apache-2.4.25 Do you mean that the patch does not apply to 2.4.25 (patching fails) or that when the patch is applied it does not work as expected?

Re: [users@httpd] Setup SquirreMail with Virtual Host

2018-01-18 Thread Rodrigo Cunha
Tks, no solution worked. :( Livre de vírus. www.avast.com . <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

Re: [users@httpd] Setup SquirreMail with Virtual Host

2018-01-18 Thread Steffen
I have in Apache my regular vhosts, nothing specific Squirrel in the Apache config. I have in config.php $domain = preg_replace("/^www\./i","",$_SERVER['SERVER_NAME']); And that does the trick here. Cheers, Steffen > Am 18.01.2018 um 15:57 schrieb Rodrigo Cunha

Re: [users@httpd] Worker MPM with debug mode

2018-01-18 Thread Hemant Chaudhary
Hi Yann, Yes this patch of code is not working for worker mpm in Apache-2.4.25 Thanks Hemant On Jan 18, 2018 5:28 PM, "Yann Ylavic" wrote: > Hi Hemant, > > On Thu, Jan 18, 2018 at 6:23 AM, Hemant Chaudhary > wrote: > > Hi All , > > > > I

Re: [users@httpd] Setup SquirreMail with Virtual Host

2018-01-18 Thread Stefan Eissing
Have you tried something like: ServerName mail.mydomain.com DocumentRoot /usr/share/squirrelmail SSLEngine on ...squirrelmail stuff... > Am 18.01.2018 um 15:57 schrieb Rodrigo Cunha : > > Dear, i have a problem in config vhost

[users@httpd] Setup SquirreMail with Virtual Host

2018-01-18 Thread Rodrigo Cunha
Dear, i have a problem in config vhost squirremail. I'm following the steps in the tutorial [ http://www.100security.com.br/postfix-squirrelmail-outlook/] . The autor indicate setup this changes in apache2.conf: Alias /webmail “/usr/share/squirrelmail/” DirectoryIndex index.php but i want create

Re: [users@httpd] Worker MPM with debug mode

2018-01-18 Thread Yann Ylavic
Hi Hemant, On Thu, Jan 18, 2018 at 6:23 AM, Hemant Chaudhary wrote: > Hi All , > > I added the following patch of code in my worker.c > static void clean_child_exit(int code) > > if (one_process) { > prefork_note_child_killed(/* slot */ 0, 0, 0); > +

Re: [users@httpd] Correctly configuring OCSP Stapling cache

2018-01-18 Thread Stefan Eissing
Yes, this is definitely an area where the server can and should be improved. Marat already provided the link to the article discussing this last year and the situation is unchanged, unfortunately. Not for lack of recognition of the problem, but more a lack of time and effort, I think. What I do