[EMAIL PROTECTED] Re: Question Using mod_auth

2008-01-27 Thread Bryan Richardson
Is there anyone that can help me with this at all? On Jan 6, 2008 1:14 PM, Bryan Richardson [EMAIL PROTECTED] wrote: Hello all, I currently have Apache 2.2 sitting in front of my Ruby on Rails application, proxying non-static requests to the Rails server running on a different port. I have

[EMAIL PROTECTED] Question Using mod_auth

2008-01-06 Thread Bryan Richardson
Hello all, I currently have Apache 2.2 sitting in front of my Ruby on Rails application, proxying non-static requests to the Rails server running on a different port. I have an admin portion of my Rails application that is accessed by going to www.mysite.com/admin/. I want to protect the admin

Re: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Bryan Richardson
of RewriteRule. -ascs De : Bryan Richardson [mailto:[EMAIL PROTECTED] Envoyé : mardi 1 janvier 2008 03:24 À : users@httpd.apache.org Objet : [EMAIL PROTECTED] Needing help with mod_proxy Hello all, I'm currently using mod_proxy to forward non-static pages

Re: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Bryan Richardson
://127.0.0.1:3000/ -ascs De : Bryan Richardson [mailto:[EMAIL PROTECTED] Envoyé : mercredi 2 janvier 2008 17:13 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] Needing help with mod_proxy Hi again Axel. I tried out what you said and I'm still having

[EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
Hello all, I've set up a Trac site on my server, and I'm trying to configure it such that when a user attempts to login, SSL is used. I *think* I've configured my rewrites correctly (see below), but after the login occurs the site is still using SSL. I only want to use SSL for the actual act of

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
to redirect me to the non-SSL host once I've logged in? Thanks! -- BTR On Dec 16, 2007 11:01 AM, Joshua Slive [EMAIL PROTECTED] wrote: On Dec 16, 2007 12:17 PM, Bryan Richardson [EMAIL PROTECTED] wrote: Hello all, I've set up a Trac site on my server, and I'm trying to configure

[EMAIL PROTECTED] Help w/ Rewrite

2007-12-16 Thread Bryan Richardson
Hello all, I have a directory on my webserver (say http://localhost/foo/) who's subdirectories (say bar/ and cha/) I want to only be available via SSL ( https://localhost/foo/bar/ % https://localhost/foo/cha/). I have the following .htaccess in my foo/ directory, but it's not working. I assume

Re: [EMAIL PROTECTED] Help w/ Rewrite

2007-12-16 Thread Bryan Richardson
say AllowOverride All, do I have to say RewriteEngine On again in the .htaccess file? Thanks again for the help! -- BTR On 12/16/07, Vincent Bray [EMAIL PROTECTED] wrote: On 16/12/2007, Bryan Richardson [EMAIL PROTECTED] wrote: [snip] root directory. I've tried both

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
on how to use a Redirect in the .htaccess file for this situation would be much appreciated!!! Thanks! -- BTR On Dec 16, 2007 1:29 PM, Joshua Slive [EMAIL PROTECTED] wrote: On Dec 16, 2007 1:06 PM, Bryan Richardson [EMAIL PROTECTED] wrote: Joshua, Thanks for responding. I had planned

[EMAIL PROTECTED] NameVirtualHost Directive

2007-12-16 Thread Bryan Richardson
Hello all, I'm curious as to why one would ever need to use the NameVirtualHost directive in site configuration files. I just can't seem to get my head around why it's *sometimes* required. I say sometimes only because I've seen instances where it isn't used at all. If all VirtualHost

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
, 2007 8:26 PM, Joshua Slive [EMAIL PROTECTED] wrote: On Dec 16, 2007 10:06 PM, Bryan Richardson [EMAIL PROTECTED] wrote: This of course requires a login. Now, the situation I'm coming across is I'm getting two requests for login; one at http://localhost and the other at https://localhost

Re: [EMAIL PROTECTED] NameVirtualHost Directive

2007-12-16 Thread Bryan Richardson
with different websites on different ports, etc. bye Florian On Mon, December 17, 2007 04:44, Bryan Richardson wrote: Hello all, I'm curious as to why one would ever need to use the NameVirtualHost directive in site configuration files. I just can't seem to get my head around why it's

[EMAIL PROTECTED] www-data as owner of /var/www

2007-12-15 Thread Bryan Richardson
Hello All, Just curious, it it dangerous to allow www-data to own /var/www? /var/www is the home directory for www-data, but I noticed that the default user and group for /var/www is root. Is there a reason for this? The reason I'm asking is because I'm installing a Trac site with some Trac

[EMAIL PROTECTED] Authentication via Kerberos

2007-12-13 Thread Bryan Richardson
Hello, I'm not new to Apache, but I am new to trying to set up authentication other than the basic type. I've been tasked to set up a Trac site for software projects within my organization at work, and I'm required to restrict access on a need-to-know basis. Our company uses Active Directory