[users@httpd] Re: MySQL authentication and SSL Config problem

2014-12-03 Thread Dennis Putnam
configuration problem any more and will be submitted as a bug. On 12/2/2014 9:15 AM, Dennis Putnam wrote: > I have a directory set up to do MySQL authentication. At the same time I > want to encrypt pages in that directory. My config for that virtual host is: > > LoadModule dbd_m

[users@httpd] MySQL authentication and SSL Config problem

2014-12-02 Thread Dennis Putnam
I have a directory set up to do MySQL authentication. At the same time I want to encrypt pages in that directory. My config for that virtual host is: LoadModule dbd_module modules/mod_dbd.so LoadModule authn_dbd_module modules/mod_authn_dbd.so DocumentRoot "/var/www/html" ServerNa

Re: [users@httpd] Virtual Hosts and SSL Puzzler

2013-10-22 Thread Dennis Putnam
.com/rest/of/url>", the browser will use the > appropriate protocol automatically. > > - Y > > > On Tue, Oct 22, 2013 at 9:59 AM, Dennis Putnam <mailto:d...@bellsouth.net>> wrote: > > On 10/22/2013 9:44 AM, Yehuda Katz wrote: >> On Tue, O

Re: [users@httpd] Virtual Hosts and SSL Puzzler

2013-10-22 Thread Dennis Putnam
On 10/22/2013 9:44 AM, Yehuda Katz wrote: > On Tue, Oct 22, 2013 at 9:39 AM, Dennis Putnam <mailto:d...@bellsouth.net>> wrote: > > Thanks. That might make more sense (at least to me). After more > reading, > I am not sure that I don't have SNI cap

Re: [users@httpd] Virtual Hosts and SSL Puzzler

2013-10-22 Thread Dennis Putnam
On 10/22/2013 9:12 AM, Pete Houston wrote: > On Tue, Oct 22, 2013 at 08:26:57AM -0400, Dennis Putnam wrote: >> I get a gray globe indicating >> partial encryption which does not prevent eavesdropping. I have no clue >> how to debug this or even where to look. Can someone poi

Re: [users@httpd] Virtual Hosts and SSL Puzzler

2013-10-22 Thread Dennis Putnam
r > that routes bases on headers would need to read the encrypted header > to route it. Chicken-Egg problem. > > Chris --V > > > >>> Dennis Putnam 10/22/2013 8:26 AM >>> > I have 3 virtual hosts that for all I can see are configured iden

[users@httpd] Virtual Hosts and SSL Puzzler

2013-10-22 Thread Dennis Putnam
I have 3 virtual hosts that for all I can see are configured identically other the the obviously needed differences. The same is true of the 3 crt files. ServerName public.mydomain.com DocumentRoot /var/www/html SSLEngine on SSLCertificateFile /etc/httpd/SSL/public

Re: [users@httpd] FilesMatch Problem

2011-03-14 Thread Dennis Putnam
Doh! I didn't. You were the first to notice that. They should be '|'. However, the result is the same. On 3/14/2011 10:37 PM, William A. Rowe Jr. wrote: > On 3/14/2011 8:22 PM, Dennis Putnam wrote: >> Thanks for the reply. I tried a few things and I guess I don't real

Re: [users@httpd] FilesMatch Problem

2011-03-14 Thread Dennis Putnam
but still puts up the authentication window. I can cancel the window and go on but that doesn't help. On 3/14/2011 7:22 PM, Igor Cicimov wrote: > http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements > > Check the Satisfy directive. > > On Tue, Mar 15, 2

[users@httpd] FilesMatch Problem

2011-03-14 Thread Dennis Putnam
Sometimes the config file seems like black magic and I am no magician. I have a password required for one of my directories but I need for a couple of files to be unprotected. The authorization works just fine but it also requires authorization for the FilesMatch files. Here is my config file for t

Re: [users@httpd] Virtual Host Directory Permissions Problem

2011-03-14 Thread Dennis Putnam
:443" from your primary ServerName entry. I believe >> the port is defined inside the tag. >> >> -Original Message- >> From: Dennis Putnam [mailto:d...@bellsouth.net] >> Sent: Sunday, March 13, 2011 1:27 PM >> To: users@httpd.apache.org >> Su

[users@httpd] Virtual Host Directory Permissions Problem

2011-03-13 Thread Dennis Putnam
I am setting up a new virtual host and am having trouble with the root directory. My new virtual host document root (/var/www/html/vhroot) is a child directory of my primary host root (/var/www/html). Is it legal to do that? When I try to access my new virtual host, I get the index from the primary