Re: [users@httpd] Difficulties with testing TLS 1.3

2018-06-14 Thread Yann Ylavic
Hi Dennis, moving to dev@, more suited I think here. On Fri, Jun 15, 2018 at 3:06 AM, Dennis Clarke wrote: > > Hello Apache folks : > > So the process of testing TLS 1.3 shouldn't be black magic but here > I am wondering what is wrong. I have a beta site up running Apache trunk > build and O

Re: [users@httpd] mod_proxy_http rewrite problem

2018-06-14 Thread Yann Ylavic
On Fri, Jun 15, 2018 at 12:34 AM, Herb Burnswell wrote: > >> If you accept that /frontpage path going up to the client/browser once >> the first / works, then you can: >>ProxyPass / balancer://applicationcluster/frontpage/ ... >>ProxyPass /frontpage/ balancer://applicationcluster/frontpage

[users@httpd] Re: Apache 2.4 and DirectoryIndex and htaccess

2018-06-14 Thread LuKreme
On Jun 13, 2018, at 11:50, Frank Gingras wrote: > > That isn't the relevant error from the error log. We need that entry to help > you. That is the ONLY thing logged in the error log. > A 403 as such is always logged in the error log, perhaps with the exception > of cases when you use a Rewri

[users@httpd] I need to send the same request sent from client to my authentication server before proxying

2018-06-14 Thread Shiva Kumar
Hi All, Is there any module that I can use to send a request to my authentication server before proxying the same request to my resource server? I mean I need to do double proxying. Thank You, Shiva - To unsubscribe, e-mai

[users@httpd] Difficulties with testing TLS 1.3

2018-06-14 Thread Dennis Clarke
Hello Apache folks : So the process of testing TLS 1.3 shouldn't be black magic but here I am wondering what is wrong. I have a beta site up running Apache trunk build and OpenSSL 1.1.1-pre7 ( the latest atm ) and everything seems to be just fine. I have Mozilla beta browser with security.

Re: [users@httpd] Apache allowed OPTIONS

2018-06-14 Thread Nick Kew
> On 13 Jun 2018, at 17:18, Alex K wrote: > > > curl -sI -X OPTIONS http://169.254.254.55/webdav/ > > The PUT functions correctly if one tries to PUT a file but the issue is that > it is not listed and this breaks the third party app as it is currently > built. I doubt it. I expect PUT t

Re: [users@httpd] mod_proxy_http rewrite problem

2018-06-14 Thread Herb Burnswell
Thanks. > If you accept that /frontpage path going up to the client/browser once > the first / works, then you can: >ProxyPass / balancer://applicationcluster/frontpage/ ... >ProxyPass /frontpage/ balancer://applicationcluster/frontpage/ ... >ProxyPassReverse / balancer://applicationcl

Re: [users@httpd] mod_proxy_http rewrite problem

2018-06-14 Thread Yann Ylavic
On Thu, Jun 14, 2018 at 9:16 PM, Herb Burnswell wrote: > Community, > > Is this issue that I'm struggling with really that large of a challenge? If > it is, that's fine, I'm trying to judge if it's something that I should > abandon or if it can be done at all.. Not that much challenging I think,

Re: [users@httpd] Redirect Permanent

2018-06-14 Thread Frank Gingras
You would need to use mod_macro in this case. On Thu, Jun 14, 2018 at 11:50 AM David Tkacik < dtka...@healthcoachinstitute.com> wrote: > Hey Guys, > > I’m running Apache/2.4.33 on RHEL > > I have this config: > > > ServerName "${APACHE_HOSTNAME}" > > Redirect permanent / https://${APACHE_HOSTNA

Re: [users@httpd] mod_proxy_http rewrite problem

2018-06-14 Thread Herb Burnswell
Community, Is this issue that I'm struggling with really that large of a challenge? If it is, that's fine, I'm trying to judge if it's something that I should abandon or if it can be done at all.. Thanks, HB On Sun, Jun 10, 2018 at 9:23 PM, Herb Burnswell wrote: > Thanks again Yann. > > > I

Re: [users@httpd] (rewritten) In directory pages, how to show file dates in a specific timezone?

2018-06-14 Thread Herb Burnswell
Sorry - My mistake, please disregard. On Thu, Jun 14, 2018 at 11:39 AM, Eric Covener wrote: > On Thu, Jun 14, 2018 at 2:03 PM Herb Burnswell > wrote: > > > > Community, > > > > Is this issue that I'm struggling with really that large of a > challenge? If it is, that's fine, I'm trying to judge

Re: [users@httpd] (rewritten) In directory pages, how to show file dates in a specific timezone?

2018-06-14 Thread Eric Covener
On Thu, Jun 14, 2018 at 2:03 PM Herb Burnswell wrote: > > Community, > > Is this issue that I'm struggling with really that large of a challenge? If > it is, that's fine, I'm trying to judge if it's something that I should > abandon or if it can be done at all.. Looks like you replied to a thr

Re: [users@httpd] (rewritten) In directory pages, how to show file dates in a specific timezone?

2018-06-14 Thread Herb Burnswell
Community, Is this issue that I'm struggling with really that large of a challenge? If it is, that's fine, I'm trying to judge if it's something that I should abandon or if it can be done at all.. Thanks, HB On Thu, Jun 14, 2018 at 10:25 AM, Yann Ylavic wrote: > On Thu, Jun 14, 2018 at 12:08

Re: [users@httpd] Apache allowed OPTIONS

2018-06-14 Thread Alex K
Hi, Thanx for the below. I tried this approach but still no luck. I have the following at apache: DavLockDB /var/www/DavLock DocumentRoot /var/www/html ServerAdmin webmaster@localhost Options Indexes FollowSymLinks MultiViews allow from

Re: [users@httpd] (rewritten) In directory pages, how to show file dates in a specific timezone?

2018-06-14 Thread Yann Ylavic
On Thu, Jun 14, 2018 at 12:08 AM, Dedeco Balaco wrote: > > Em 13-06-2018 17:29, Yann Ylavic escreveu: >> >> The date format used by mod_autoindex is hardcoded, and does not >> include the timezone (%z or %Z in strftime format). >> I think a patch is needed to eventually configure it (e.g. another

[users@httpd] Redirect Permanent

2018-06-14 Thread David Tkacik
Hey Guys, I’m running Apache/2.4.33 on RHEL I have this config: ServerName "${APACHE_HOSTNAME}" Redirect permanent / https://${APACHE_HOSTNAME}/ ServerName "${APACHE_HOSTNAME}" When I do CURL to that localhost on port 80 it gives me back this: 301 Moved Pe