[users@httpd] SSL configuration not working

2011-06-17 Thread Jeff Shearer
I am having some trouble getting an SSL connection to work properly. It has been a while since I have done this. If I disable SSL I can get to the http site just fine. As a trouble shooting step I left the http site up and enabled the SSL site. Again I can get to the http site but not the

Re: [users@httpd] Trouble implementing webdav on FreeBSD

2011-06-08 Thread Jeff Shearer
quot; Any suggestions? == Jeff Shearer, CISA, CISSP -Original Message----- From: "Jeff Shearer" [j...@shearer-family.org] Date: 06/06/2011 12:02 PM To: users@httpd.apache.org Subject: [users@httpd] Trouble implementing webdav on FreeBSD Thanks again for your hel

[users@httpd] Trouble implementing webdav on FreeBSD

2011-06-06 Thread Jeff Shearer
Thanks again for your help. This is my first attempt to implement WebDav. I am using FreeBSD 7.2 and Apache 2.2.11. I am using cadaver on my Ubuntu 11.4 32 bit desktop. I am able to connect to the server from the CLI. When I type in “ls” I see my file, test.txt with a little star to the lef

Re: [users@httpd] mod_rewrite does not change URL in browser

2011-04-15 Thread Jeff Shearer
Perfect. Thanks for the fresh brain. == Jeff Shearer, CISA, CISSP -Original Message- From: "Pablo Garcia Melga" [mal...@gmail.com] Date: 04/15/2011 01:22 PM To: users@httpd.apache.org Subject: Re: [users@httpd] mod_rewrite does not change URL in browser

Re: [users@httpd] mod_rewrite does not change URL in browser

2011-04-15 Thread Jeff Shearer
21:19:28 -Original Message- From: "Eric Covener" [cove...@gmail.com] Date: 04/15/2011 10:09 AM To: users@httpd.apache.org Subject: Re: [users@httpd] mod_rewrite does not change URL in browser On Fri, Apr 15, 2011 at 1:02 PM, Jeff Shearer wrote: > I am trying to move a s

[users@httpd] mod_rewrite does not change URL in browser

2011-04-15 Thread Jeff Shearer
I am trying to move a set of documents from one directory to a new directory. Currently users are redirected to the new directory but the old URL remains in the browser window. My research indicates that if I change the PT flag to R I should be able to do what I want. However, when I change t

[users@httpd] redirect permanent not working

2011-03-08 Thread Jeff Shearer
://www.trustedtechpro.com/policies/archive/index.html I have tried everything I can think of but nothing seems to work. What am I doing wrong? Thanks. == Jeff Shearer, CISA, CISSP - The official User-To-User support forum of

Re: [users@httpd] compression on hard disks

2011-01-31 Thread Jeff Shearer
Thanks for the references and your insights. I will give some of these ideas a try and see how it works out for me. == Jeff Shearer, CISA, CISSP -Original Message- From: "Tom Evans" [tevans...@googlemail.com] Date: 01/31/2011 04:33 AM To: users@httpd.

[users@httpd] compression on hard disks

2011-01-31 Thread Jeff Shearer
I have been using compression to minimize network traffic and am now wondering if Apache can be configure to use compressed files stored on disk. This question also drives a second question: if Apache can use compressed files stored on hard disks, can Apache simply pass the compression through

[us...@httpd] Closed: [us...@httpd] cannot get UserDir to work

2011-01-02 Thread Jeff Shearer
William, Thanks for you help. I didn't catch the need for the tilde before your email. I also found a complete UserDir configuration that is a part of the FreeBSD Apache implementation that worked liked a charm. == Jeff Shearer, CISA, CISSP -Original Me

Re: [us...@httpd] cannot get UserDir to work

2010-12-30 Thread Jeff Shearer
I believe that is what mod_userdir does. Am I wrong or is there an error I am missing? == Jeff Shearer, CISA, CISSP -Original Message- From: "William A. Rowe Jr." [wr...@rowe-clan.net] Date: 12/30/2010 11:09 AM To: users@httpd.apache.org Subject: Re: [u

[us...@httpd] cannot get UserDir to work

2010-12-30 Thread Jeff Shearer
I am not able to successfully implement UserDir in Apache. I am able to successfully reach the DocumentRoot. However, when I include the user's name following the domain, for example, "*.com/wendellmoore," I receive a 404 error. Following is some information that should prove useful in unders

[us...@httpd] ssl_error_rx_record_too_long

2010-06-14 Thread Jeff Shearer
I have moved an https website from one physical server to another. I was able to get to the http server before I enabled the permanent redirect to https. Once I enable the permanent redirect, I receive the error, "ssl_error_rx_record_too_long in my FF3x browser" When I created the certific

RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Jeff Shearer
pment server. Yet, I get the following error: [Sun Jun 06 14:02:11 2010] [warn] NameVirtualHost 192.168.0.93:80 has no VirtualHosts I am going nuts here with this. What am I missing? Thanks. == Jeff Shearer, CISA, CISSP -Original Message- From: "Man

RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Jeff Shearer
: users@httpd.apache.org > Subject: Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL > virtual hosts > > On Sat, Jun 5, 2010 at 4:08 PM, Jeff Shearer wrote: > > [Sat Jun 05 15:51:21 2010] [warn] VirtualHost fqdn1.com:80 overlaps with > > VirtualHost fqdn2.com:

Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-05 Thread Jeff Shearer
rt" SSLCertificateKeyFile "/files/server.key" -Original Message- From: "Duane Winner" [du...@duanewinner.net] Date: 06/04/2010 03:23 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts On Fri, Ju

[us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-04 Thread Jeff Shearer
I have an Apache 2.2 server sitting on a box with one physical address and multiple virtual addresses. The physical address servers my name-based virtual hosts where as the virtual addresses server ip-based virtual hosts. I read about the NameVirtualHost directive and tried to implement it bu

Re: [us...@httpd] Redirect permanent http to https fails

2009-12-28 Thread Jeff Shearer
excellent documentation. Thanks. -Original Message- From: "Andr Warnier" [...@ice-sa.com] Date: 12/28/2009 12:32 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Redirect permanent http to https fails Jeff Shearer wrote: > The following redirect fails: > >

[us...@httpd] Redirect permanent http to https fails

2009-12-28 Thread Jeff Shearer
The following redirect fails: Redirect permanent http://192.168.0.200/private https://192.168.0.200/private I have 2 virtual hosts with exactly the same DocumentRoot: private is a directory under the DocumentRoot. I can reach https://192.168.0.200/private directly. Please help. Thanks.

[us...@httpd] mod_auth_form in 2.2

2009-12-19 Thread Jeff Shearer
Is it possible to implement mod_auth_form in apache 2.2? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubs

Re: [us...@httpd] multiple rewrite rules

2009-12-06 Thread Jeff Shearer
Thanks for your excellent explanation. I have used the book "The Definitive Guide to mod_rewrite" by Rich Bowen. Do you recommend a different reference? ==== Jeff Shearer, CISA, CISSP, IAM, IEM -Original Message- From: "K

[us...@httpd] multiple rewrite rules

2009-12-06 Thread Jeff Shearer
I have been trying without success to rewrite multiple css files with on RewriteCond. Here is my latest attempt to give y'all an idea of what I am trying to do. Please help. Thanks. RewriteEngine on RewriteLog /var/log/httpd-rewrite.log RewriteLogLevel 2 RewriteCond %{HTTP_USER_AGENT

Re: [us...@httpd] apache 2.2 and ldap group authentication

2009-06-02 Thread Jeff Shearer
I have done what you suggested and was able to get what I thought Apache needed but that didn't seem to work once put into Apache. I do think you are right, this is the wrong group to ask. Peter Schober wrote: * Jeff Shearer [2009-06-02 16:32]: Over the last 3 days I have played w

Re: [us...@httpd] apache 2.2 and ldap group authentication

2009-06-02 Thread Jeff Shearer
Thanks Peter for all of your suggestions. I have followed them all with the exception of your security recommendations. I have avoided this matter in an attempt to minimize the complexity of the problem so my small mind can see what is happening. As you suggested Peter, I have read logs, rfc

Re: [us...@httpd] How do you build a FIPS 140-2 apache ?!?!?!

2009-05-27 Thread Jeff Shearer
It sure would be great if Sam the man would publish his notes so others wouldn't suffer the same learning frustration as Sam. Peter Schober wrote: * Sam theman [2009-05-27 20:45]: I was able to build a FIPS 140-2 apache, thanks to nobody at the apache users list. On a more constructive note

Re: [us...@httpd] Userid and reverse proxy

2009-05-27 Thread Jeff Shearer
Try using a group rather than a list of users. See http://httpd.apache.org/docs/2.2/howto/auth.html#lettingmorethanonepersonin for a discussion. Efjestad, Dag wrote: Hi I want to do something like this: AuthType basic AuthName "Requierd users" AuthUserFile conf/b

[us...@httpd] apache 2.2 and ldap group authentication

2009-05-26 Thread Jeff Shearer
I have been trying to implement group-based authentication using LDAP. But have yet to find the secret. I have been able to implement individual authentication using the “require ldap-user [username]” directive successfully. Some background information: I am using FreeBSD 7.2, Apache 2.2, an