Re: [users@httpd] Configuration question

2020-01-29 Thread Tom Browder
On Wed, Jan 29, 2020 at 3:34 PM Tom Browder wrote: > On Wed, Jan 29, 2020 at 11:47 AM Tom Browder wrote: > > > >... > > But I'm in the process of putting most of the config online. I'll put > > my main macro first. And for the whole conf directory see this:

Re: [users@httpd] Re: Virtual host macros and reverse proxy

2020-01-29 Thread Tom Browder
On Wed, Jan 29, 2020 at 10:25 AM Gillis J. de Nijs wrote: > works at request time, so that might be useful for picking the port to > forward to, but in my opinion it's not that useful for creating a > configuration. For example, it wouldn't allow you to choose the ports to > listen on. I'm

[users@httpd] Can't ./config APR from source

2020-01-29 Thread Robert Snakard
Hey mailing list, I've got a problem building APR from source. `./buildconf` works great, It copies libtool helper files, creates apr_private.h, even uses Python to generate build-outputs.mk. Then when I run `./configure --prefix=` I get an error configure: creating ./config.status

Re: [users@httpd] Configuration question

2020-01-29 Thread Tom Browder
On Wed, Jan 29, 2020 at 11:47 AM Tom Browder wrote: > > >... > But I'm in the process of putting most of the config online. I'll put > my main macro first. See the following for my main vhost macro: https://github.com/tbrowder/apache-httpd-tidbits/blob/master/MACROS.md -Tom

Re: [users@httpd] Configuration question

2020-01-29 Thread Tom Browder
On Wed, Jan 29, 2020 at 9:20 AM o1bigtenor wrote: > On Wed, Jan 29, 2020 at 7:14 AM Tom Browder wrote: > > https://www.ssllabs.com/ssltest/ > > > > Check one of my sites and see for yourself: > > > > https://freestatesofamerica.org > > > (Grin) Didn't find that there was anything I could

Re: [users@httpd] Re: Virtual host macros and reverse proxy

2020-01-29 Thread Gillis J. de Nijs
works at request time, so that might be useful for picking the port to forward to, but in my opinion it's not that useful for creating a configuration. For example, it wouldn't allow you to choose the ports to listen on. I'm also not sure it

Re: [users@httpd] Configuration question

2020-01-29 Thread o1bigtenor
On Wed, Jan 29, 2020 at 7:14 AM Tom Browder wrote: > > On Tue, Jan 28, 2020 at 13:07 o1bigtenor wrote: > > On Tue, Jan 28, 2020 at 9:49 AM Eric Covener wrote: > > > > How can I have different document roots for various applications on the > > > > same server? > > > virtual hosts. > > > >

Re: [users@httpd] Re: Virtual host macros and reverse proxy

2020-01-29 Thread Tom Browder
On Wed, Jan 29, 2020 at 08:36 Gillis J. de Nijs wrote: > > There's mod_macro that might be useful. I don't think it does calculations, > though, so you might need to do some things yourself. Maybe you could indeed > generate the conf files yourself and use Include or IncludeOptional. ...

Re: [users@httpd] Re: Virtual host macros and reverse proxy

2020-01-29 Thread Gillis J. de Nijs
There's mod_macro that might be useful. I don't think it does calculations, though, so you might need to do some things yourself. Maybe you could indeed generate the conf files yourself and use Include

Re: [users@httpd] Configuration question

2020-01-29 Thread Tom Browder
On Tue, Jan 28, 2020 at 13:07 o1bigtenor wrote: > On Tue, Jan 28, 2020 at 9:49 AM Eric Covener wrote: > > > How can I have different document roots for various applications on the > > > same server? > > virtual hosts. > > Thanking you for your assistance. To those others that had also responded

[users@httpd] ExecCGI ignored within nfs share

2020-01-29 Thread Michele Mase'
I'm trying to execute some gci scripts under a certain directory stored under an nfs share without any success; the same configuration is working outside nfs share (i.e. under local filesystem). What am I missing? Regards Michele Masè Local Working: curl https://www.example.com/cgi2/ Alias

[users@httpd] Can one use both certificate and password access to the same resource?

2020-01-29 Thread Tom Browder
I have a working website with part of it restricted to users with private TLS certificates installed. I would like to add the option for some users to access the same area with the form-based user name and password scheme. Can that be done? Thanks. -Tom

[users@httpd] Re: Virtual host macros and reverse proxy

2020-01-29 Thread Tom Browder
On Fri, Jan 24, 2020 at 12:06 Tom Browder wrote: > I have multiple virtual hosts for which I would like to use a reverse > proxy to a dynamic application running constantly on my server. > ... Ping

Re: [users@httpd] Intermittent SSL failure on Tomcat port

2020-01-29 Thread apache-httpd-users
Hi Madhan, I suppose you would have better chances with that on the Tomcat users list, however your Tomcat and Java versions are quite old (even if Tomcat in this version is still actively supported by the project, Java 7 is totally outdated in regards to TLS support). Are you using