[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

[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 p

Re: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Bryan Richardson
gt; > # I here assume that ProxyPreserveHost is Off > ProxyPassReverse /otherapp/ http://127.0.0.1:3001/ > ProxyPassReverse / http://127.0.0.1:3000/ > > > -ascs > > > > De : Bryan Richardson [mailto:[EMAIL PROTECTED] > Envoyé : merc

Re: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Bryan Richardson
it is not needed unless you actually add a query string > at the end of the second argument of RewriteRule. > > -ascs > > > > De : Bryan Richardson [mailto:[EMAIL PROTECTED] > Envoyé : mardi 1 janvier 2008 03:24 > À : users@httpd.apache.org > Objet : [EMAIL

Re: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Bryan Richardson
t; > > Regarding the QSA it is not needed unless you actually add a query string > at the end of the second argument of RewriteRule. > > -ascs > > > > De : Bryan Richardson [mailto:[EMAIL PROTECTED] > Envoyé : mardi 1 janvier 2008 03:24 &

[EMAIL PROTECTED] Needing help with mod_proxy

2007-12-31 Thread Bryan Richardson
Hello all, I'm currently using mod_proxy to forward non-static pages to my WEBrick server for my Rails application. I'm wanting to setup a second Rails application on my website, running on a different port number, and I want to access it via a "directory". www.mysite.com --> main app www.mysite

Re: [EMAIL PROTECTED] NameVirtualHost Directive

2007-12-16 Thread Bryan Richardson
could used. Maybe > 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 > > dire

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

2007-12-16 Thread Bryan Richardson
ec 16, 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

[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 arguments

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

2007-12-16 Thread Bryan Richardson
get it to work. If Redirects would fix the problem then any suggestions 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 <

Re: [EMAIL PROTECTED] Help w/ Rewrite

2007-12-16 Thread Bryan Richardson
also 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

[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 t

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

2007-12-16 Thread Bryan Richardson
host 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 se

[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

[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 Hac

[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 (of