Re: [users@httpd] Question about order of execution

2019-02-04 Thread Eric Covener
> My question is: Does the certificate validation occur before or after > processing <.htaccess>? Long before, the handshake is complete before any HTTP request. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For

[users@httpd] Question about order of execution

2019-02-04 Thread James Moe
apache 2.4.38 linux 2.26.32 x86_64 We have de-commissioned a domain, businessmastery.us, and have added Redirects to point to the new locations for its information. We recently received a query that a visitor's browser was complaining about how unsafe businessmastery.us was, what with an expir

Re: [users@httpd] Stupid question time - VirtualHost

2019-02-04 Thread Frank Gingras
Depending on the error returned by the OS, httpd can't do much in some cases. It would be useful if you were to share the verbatim error, as a start. On Mon, 4 Feb 2019 at 13:17, Jeff Cauhape wrote: > Yes, it was the Secure Linux preventing the use of the port. I wonder if > the error message s

Re: [users@httpd] Redirection to https only for the top-level page

2019-02-04 Thread Frank Gingras
If you're stuck with .htaccess, then mod_rewrite is likely your only recourse. I would recommend debugging mod_rewrite on your development / staging server with the rewrite log, too. Lastly, look up the "http2https" recipe on the httpd wiki. On Sat, 2 Feb 2019 at 12:51, R. Diez wrote: > First o

RE: [users@httpd] Stupid question time - VirtualHost

2019-02-04 Thread Jeff Cauhape
Yes, it was the Secure Linux preventing the use of the port. I wonder if the error message should be broadened to include the possibility that security policies are not allowing it's use, rather than just assuming that the port is not available because it's already in use. I added the port to t

RE: [users@httpd] Stupid question time - VirtualHost

2019-02-04 Thread Jeff Cauhape
Luca, Thanks for the suggestion. It looks like we may have stumbled over the Secure Linux policy settings. I'll know more later this morning. I'll post a follow up when I figure it out. Thanks, Jeffrey Cauhape – IT Professional III – Linux and Solaris Administrator Nevada Department of Employm