Thank you both for answering on my Topic.

On Aug 19, 1:52 am, Graham Dumpleton <[EMAIL PROTECTED]>
wrote:
> What happens when you do not use the Location directive for '/', ie.,
> just include all those directives at the top level?

The Result stays exactly the same... even if i put the Location
Directive "/login" above the one for "/", nothing changes. This is the
Problem with mod_python and Apache using the Root-Url. I'm searching
the archives for some solutions...we'll see.

On Aug 18, 3:58 pm, "Emmanuel Blot" <[EMAIL PROTECTED]> wrote:
> I found easier to use a /trac URL with a simple ModRewrite rule to
> redirect the web browsers from the / root URL to the /trac/project
> one.
Didn't check on this, will try this if no other solution is working...
Thanks!

I've solved the Problem of the Non-Working Root-Directive. I've
overseen hint in the Installation Manual, i had to set a special
Directory-Directive for my DocumentRoot:
  DocumentRoot "/var/www/trac1/"
  <Directory "/var/www/trac1/">
    Order allow,deny
    Allow from all
  </Directory>

I think the Problem of the Login is a Problem coming from a incorrect
handling/configuration of the Location/LocationMatch of Apache. If i
move the hole authentication into the "<Location />"-Directive, Apache
is asking me for authentication and i can login. But when i move it
into <Location /login>, apache isn't asking and thus the login isn't
working. No other Location-Directive than "/" is working, i also tried
"/svn". And <location> or <LocationMatch> makes no difference...

Any hints?
Thanks in advance!
Uli


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to