[users@httpd] Basic auth login that supports OTP?

2021-10-15 Thread Terry Carmen
I saw this once and can't remember where, but maybe someone here has a better memory than me. Basic Auth uses a username and password for login. At one point I ran into a Basic Auth login box that has username, password *and* a one-time-password field (HOTP, IIRC) Does anybody remember this

Re: [users@httpd] Executing external command on specific log pattern

2012-10-30 Thread Terry Carmen
answer? Thank you for any suggestions. Youssef Eldakar Bibliotheca Alexandrina fail2ban will do what you want. It's typically used to add firewall rules based on logged events, but could easily be configured to do whatever you want. Terry -- Terry Carmen CNY Support, LLC http

Re: [users@httpd] Set multiple DocumentRoot

2012-10-26 Thread Terry Carmen
On 10/26/2012 06:02 AM, jupiter wrote: Hi, I need to set DocumentRoot to two directories, one for development and one for testing. But the server has only one IP address, and there is no DNS. Is it possible? If so, please give an example. You can use multiple virtualhosts on one IP address by

[users@httpd] SOLVED: Re: [users@httpd] Mixed VirtualDocumentRoot and VirtualHost directives

2012-10-22 Thread Terry Carmen
On 10/21/2012 10:19 PM, Eric Covener wrote: On Sun, Oct 21, 2012 at 8:50 PM, Terry Carmente...@cnysupport.com wrote: I have a very stable server that's been happily running a number of name-based virtual hosts with nothing more than: UseCanonicalName Off VirtualDocumentRoot /var/www/html/%0

[users@httpd] Mixed VirtualDocumentRoot and VirtualHost directives

2012-10-21 Thread Terry Carmen
I have a very stable server that's been happily running a number of name-based virtual hosts with nothing more than: UseCanonicalName Off VirtualDocumentRoot /var/www/html/%0 This responds correctly to www.example.com, example.com, example.net and anything else defined in the

Re: [users@httpd] ServerAlias and RewriteRule

2011-09-15 Thread Terry Carmen
(FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,URI_OBFU_WWW ) [BODY]   -- Terry Carmen CNY Support, LLC Web. Database. Business. http://www.cnysupport.com

Re: [users@httpd] Single Value Authentication Module

2011-09-12 Thread Terry Carmen
Quoting J.Lance Wilkinson jl...@psu.edu: I'm looking for a VERY SIMPLE single value authentication module (like BASIC Authentication, but only a USER ID, no prompt for PASSWORD) for Apache 2.2.x.   User IDs that will be used are going to be long numeric transaction ids provided by an external

Re: [users@httpd] Single Value Authentication Module

2011-09-12 Thread Terry Carmen
Quoting J.Lance Wilkinson jl...@psu.edu: Terry Carmen wrote: Quoting J.Lance Wilkinson jl...@psu.edu: I'm looking for a VERY SIMPLE single value authentication module (like BASIC Authentication, but only a USER ID, no prompt for PASSWORD) for Apache 2.2.x.   User IDs

Re: [users@httpd] How forward all ports with apache reverse proxy?

2011-09-09 Thread Terry Carmen
Quoting Carachi carach...@gmail.com: Hi, I have this problem: I use apache like a reverse proxy for web request, but I want that all ports are forward to the server. How can I configure apache for forward all ports? Below there is an example of my apache configuration. What do you mean by

[users@httpd] Reverse proxy with non-local virtualhosts

2011-09-06 Thread Terry Carmen
I'm trying to setup a reverse proxy that would route HTTP requests to the appropriate machines on different IPnbsp;addresses Unfortunately, but all the mod_proxy config information I've seen refers to local paths on the machine running the proxy. All the sites would have a DNS that points to