[users@httpd] Re: redirect or rewrite specific html files

2020-02-05 Thread Herb Burnswell
Sorry I should have added the version information: Server version: Apache/2.4.34 (Red Hat) Server built: Apr 3 2019 12:07:34 Server's Module Magic Number: 20120211:79 Server loaded: APR 1.4.8, APR-UTIL 1.5.2 Compiled using: APR 1.4.8, APR-UTIL 1.5.2 Architecture: 64-bit Server MPM:

[users@httpd] Fastcgi and the c programming language

2020-02-05 Thread Josef Pospisil
Hello mailing list, i have a question regarding the configuration of apache to work with fastcgi and the c programing language. I was lucky with configuring apache to work with cgi together. But i was unlucky with fastcgi. Could some one please help me with the configuration of apache2 to work

[users@httpd] Health check expressions

2020-02-05 Thread Antony Stone
Hi. I'm using Apache as a load-balancing proxy, following https://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html and https://httpd.apache.org/docs/2.4/mod/mod_proxy_hcheck.html as guides to setting it up. I've got it working fine when I use %{REQUEST_STATUS} in the health check

Re: [users@httpd] How to deal with www and non-www domain names with one certificate?

2020-02-05 Thread Adam Powell
Hi Ed, When I am setting up a server or virtual host, I start with this: https://github.com/h5bp/html5-boilerplate/blob/master/dist/.htaccess That's the configuration file from a project that is intended to jumpstart web development projects and set smart defaults. It is well documented