[users@httpd] Re: Retry connection to reverse proxy backend

2018-02-13 Thread @lbutlr
On 13 Feb 2018, at 13:35, Yves Goergen wrote: > Moving to modern and usable web platforms next time Web platforms also require registration and such. They are also much lower to access and invariably have much worse search as well. True, you can probably search

[users@httpd] Re: "apachectl -S" and DocumentRoot

2018-02-13 Thread @lbutlr
On 13 Feb 2018, at 10:24, Rose, John B wrote: > is a nice command. We are looking for something that outputs the > "DocumentRoot" for all virtual hosts > grep -ir documentroot /usr/local/etc/httpd/ (Or wherever your https.conf lives) DocumentRoot

[users@httpd] Re: Setting up Apache 2.4 with Letsencrypt

2018-02-13 Thread @lbutlr
On 13 Feb 2018, at 06:43, Marat Khalili wrote: > But I just get a failed to load error and I don't see anything helpful in the > logs. >> >> I tried removing the links in the apache24 folder and copying the .pem files >> (privkey.pem to ssl.key), but still get an unable to

Re: [users@httpd] Retry connection to reverse proxy backend

2018-02-13 Thread Yves Goergen
Alright, I get the point. Making the connection more stable isn't going to work or happen inside of Apache. So my question is probably answered, you can close this case. (Oh, no case management in place, just a bunch of comments.) More off-topic: Mailing list defenders usually can't come up

Re: [users@httpd] upgrade or new install

2018-02-13 Thread renee ko
Thanks Daniel. I am experimenting with a new install of 2.4.29 on my lab machine. I am planing with same approach as yours. On Tue, Feb 13, 2018 at 10:34 AM, Daniel wrote: > First you should visit this webpage for a description of most relevant > things that change from

[users@httpd] "apachectl -S" and DocumentRoot

2018-02-13 Thread Rose, John B
Hello apachectl -S is a nice command. We are looking for something that outputs the "DocumentRoot" for all virtual hosts Is there some way to do that with a single command? Thanks

Re: [users@httpd] upgrade or new install

2018-02-13 Thread Daniel
First you should visit this webpage for a description of most relevant things that change from 2.2 to 2.4: http://httpd.apache.org/docs/2.4/upgrading.html If I were you, and that's what I did with my first upgrade is to install a new httpd 2.4.x server in a test machine and adapt a pre-existing

[users@httpd] upgrade or new install

2018-02-13 Thread renee ko
All, Looking for best practice upgrade method from Apache 2.2.29 to Apache 2.4.29. Should i perform an in place upgrade or install a new version of Apache 2.4.29?

Re: [users@httpd] Spurious access denied errors

2018-02-13 Thread Marat Khalili
On Sun, Feb 11, 2018 at 4:56 AM, Daniel wrote: The error may come from a subrequest, which is an internal feature where a module like mod_dir might use to probe if some URL exists. Thank you for the suggestion. I tried to disable mod_dir, fortunately mediawiki seem to

Re: [users@httpd] E-commerce Rewrite Rule

2018-02-13 Thread Rajib Karmakar
Hello, Yes, I need 4 URL to mod_rewrite. Sincerely - Rajib Karmakar Creative Web Logo Technologies Website: http://www.creativeweblogo.com Mobile: +919874704940 Skype: creative.web.logo © 2008-2018 Creative Web Logo Technologies. On Tue,

Re: [users@httpd] E-commerce Rewrite Rule

2018-02-13 Thread Eric Covener
On Tue, Feb 13, 2018 at 8:57 AM, Rajib Karmakar wrote: > Good morning Team, > > > Below 4 URL in my e-commerce, please guide me right rewriterule for it. > > > > 1. domain.com / Clothing[Department] / Mens[Main Catagory] / Shirts[Sub > Catagory] / T-Shirts [Sub Sub

[users@httpd] E-commerce Rewrite Rule

2018-02-13 Thread Rajib Karmakar
Good morning Team, Below 4 URL in my e-commerce, please guide me right rewriterule for it. 1. domain.com / Clothing[Department] / Mens[Main Catagory] / Shirts[Sub Catagory] / T-Shirts [Sub Sub Catagory] / White Shirt [product_id=15] 2. domain.com / Mens[Main Catagory] / Shirts[Sub

Re: [users@httpd] Setting up Apache 2.4 with Letsencrypt

2018-02-13 Thread Marat Khalili
But I just get a failed to load error and I don't see anything helpful in the logs. I tried removing the links in the apache24 folder and copying the .pem files (privkey.pem to ssl.key), but still get an unable to establish secure connection error. You did not post exact errors, but just in