Re: [EMAIL PROTECTED] Is there something like an directive?

2005-12-08 Thread Jason Martens
On Thu, 2005-12-08 at 15:20 -0500, Joshua Slive wrote: > On 12/8/05, Jason Martens <[EMAIL PROTECTED]> wrote: > > On Wed, 2005-12-07 at 21:11 -0500, Joshua Slive wrote: > > > On 12/7/05, Jason Martens <[EMAIL PROTECTED]> wrote: > > > > I want to

Re: [EMAIL PROTECTED] Is there something like an directive?

2005-12-08 Thread Jason Martens
On Wed, 2005-12-07 at 21:11 -0500, Joshua Slive wrote: > On 12/7/05, Jason Martens <[EMAIL PROTECTED]> wrote: > > I want to be able to include or exclude parts of my configuration based > > on whether I am in the SSL virtual host, or the regular port 80 virtual > > hos

[EMAIL PROTECTED] Is there something like an directive?

2005-12-07 Thread Jason Martens
accomplish this without it? Also, what is the scope of an environment variable in apache? Per virtual host? Per server? Thanks, Jason Martens - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [EMAIL PROTECTED] redirect

2005-12-07 Thread Jason Martens
uld become http://machine2.com/~user in your client's url, and I don't think that's what you want. Jason Martens - The official User-To-User support forum of the Apache HTTP Server Project. See http://htt

[EMAIL PROTECTED] How to redirect a url to https?

2005-12-06 Thread Jason Martens
somepath/ http://otherhost.example.com/somepath/ But for whatever reason, the authentication and stuff is showing up in my :80 server as well. Does that stuff get included in both virtual hosts if mod_ssl is loaded? Thanks for any suggest

Re: [EMAIL PROTECTED] Unknown error message from mod_rewrite

2005-12-06 Thread Jason Martens
On Mon, 2005-12-05 at 23:20 +0100, Christian Folini wrote: > On Mon, Dec 05, 2005 at 01:42:34PM -0600, Jason Martens wrote: > > Here are the relevant apache config statements: > > > >Order deny,allow > >Deny from all > >allow from 10. > >

[EMAIL PROTECTED] Unknown error message from mod_rewrite

2005-12-05 Thread Jason Martens
leing the error message, but I just find some code snippets and some (seemingly) unrelated problems. Here are the relevant apache config statements: Order deny,allow Deny from all allow from 10. ProxyPass /Internal/phone_list/ http://another.server/phone_list/ Any thoughts? Thanks

Re: [EMAIL PROTECTED] Apache 2.0 mod_rewrite and mod_auth_ldap problems

2005-12-02 Thread Jason Martens
httpd.apache.org/docs/2.0/mod/directive-dict.html#Context "directory A directive marked as being valid in this context may be used inside , , and containers in the server configuration files, subject to the restrictions outlined in How Directory, Location and Fi

[EMAIL PROTECTED] Is my server an open proxy?

2005-11-28 Thread Jason Martens
her sites. Is that what I'm seeing? How can I test if my server is vulnerable to this? I have "ProxyRequests Off" set. Is there anything else that I need to check? Thanks, Jason Martens - The official User-To-User su

RE: [EMAIL PROTECTED] LDAP Authentication and Subgroups/Nested groups

2005-11-28 Thread Jason Martens
ted. > I can't remember now where I saw this, but I believe that mod_auth_ldap does not support groups within groups. You have to have a group with each user inside of that group. :( Jason Martens - The official User-To-Us