<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>I'm using Trac 0.9.4 
and Apache 2.2.0&nbsp;with mod_python 3.14 to set up multiple trac projects 
under a secure host: <A href="https://machine.uncc.edu/trac"><U><FONT 
color=#0000ff 
size=2>https://machine.uncc.edu/trac</U></FONT></A></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>The problem I'm 
having is now that I've tried to add authentication to one of the projects 
when&nbsp;I request <A 
href="https://machine.uncc.edu/trac/math/login">https://machine.uncc.edu/trac/math/login</A>&nbsp;I'm 
getting an error that says "</SPAN></FONT><FONT face=Arial size=2><SPAN 
class=298511122-27072006><FONT size=2>AssertionError: Authentication information 
not available"</DIV></FONT></SPAN></FONT>
<DIV><FONT face=Arial size=2><SPAN 
class=298511122-27072006></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>Can you take a look 
at my httpd-vhosts.conf and see what I might have set wrong?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=298511122-27072006></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&lt;VirtualHost 
152.15.47.139:443 &gt;<BR>&nbsp; ServerName machine.uncc.edu<BR>&nbsp; 
ServerAdmin <A 
href="mailto:nospam@email.uncc.edu">nospam@email.uncc.edu</A></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp; 
DocumentRoot&nbsp; /export/home/wsadmin/websites/machine.uncc.edu/<BR>&nbsp; 
ErrorLog&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logs/machine_error.log<BR>&nbsp; 
CustomLog&nbsp;&nbsp;logs/machine_access.log combined<BR>&nbsp; 
LogLevel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; error</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp; &lt;Directory 
"/export/home/wsadmin/websites/machine.uncc.edu"&gt;<BR>&nbsp;&nbsp;&nbsp; 
Options All <BR>&nbsp;&nbsp;&nbsp; AllowOverride All<BR>&nbsp;&nbsp;&nbsp; Order 
allow,deny<BR>&nbsp;&nbsp;&nbsp; Allow from all<BR>&nbsp; 
&lt;/Directory&gt;</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp; # Web 
Services Subversion<BR>&nbsp; &lt;Location /ws-svn&gt;<BR>&nbsp;&nbsp;&nbsp; DAV 
svn</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp;&nbsp;&nbsp; # 
Map to a specific repository<BR>&nbsp;&nbsp;&nbsp; #SVNPath 
/opt/subversion/web_services</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp;&nbsp;&nbsp; # 
Map any directory in the following path as a repository<BR>&nbsp;&nbsp;&nbsp; 
SVNParentPath /export/home/wsadmin/subversion</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp;&nbsp;&nbsp; # 
Access Control Policy<BR>&nbsp;&nbsp;&nbsp; AuthzSVNAccessFile 
/export/home/wsadmin/subversion/svn-access.conf</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp;&nbsp;&nbsp; # 
Anonymous Access first, resort to real authentication if 
needed<BR>&nbsp;&nbsp;&nbsp; Require valid-user </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp;&nbsp;&nbsp; # 
How to authenticate a user<BR>&nbsp;&nbsp;&nbsp; AuthType 
Basic<BR>&nbsp;&nbsp;&nbsp; AuthName "ITS - Web Services Beta 
Repository"<BR>&nbsp;&nbsp;&nbsp; AuthBasicProvider ldap<BR>&nbsp;&nbsp;&nbsp; 
AuthLDAPURL <A 
href="ldaps://nds01.uncc.edu:636/ou=users,o=unccharlotte?cn?sub">ldaps://nds01.uncc.edu:636/ou=users,o=unccharlotte?cn?sub</A></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp; 
&lt;/Location&gt;<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp; # 
Trac<BR>&nbsp; &lt;Location /trac&gt;<BR>&nbsp;&nbsp;&nbsp; SetHandler 
mod_python<BR>&nbsp;&nbsp;&nbsp; PythonHandler trac.web.modpython_frontend 
<BR>&nbsp;&nbsp;&nbsp; PythonOption TracEnvParentDir 
/export/home/wsadmin/trac<BR>&nbsp;&nbsp;&nbsp; PythonOption TracUriRoot 
/trac<BR>&nbsp; &lt;/Location&gt;</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp; # Web 
Services Trac<BR>&nbsp; &lt;Directory 
"/export/home/wsadmin/trac/web_services"&gt;<BR>&nbsp;&nbsp;&nbsp; Order 
allow,deny<BR>&nbsp;&nbsp;&nbsp; Allow from all<BR>&nbsp; 
&lt;/Directory&gt;<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp; # Math 
Subversion<BR>&nbsp; &lt;Location /math-svn&gt;<BR>&nbsp;&nbsp;&nbsp; DAV 
svn</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp;&nbsp;&nbsp; # 
Map to a specific repository<BR>&nbsp;&nbsp;&nbsp; SVNPath 
/export/home/wsadmin/subversion/math</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp;&nbsp;&nbsp; # 
Access Control Policy<BR>&nbsp;&nbsp;&nbsp; AuthzSVNAccessFile 
/export/home/wsadmin/subversion/math/conf/svn-access.conf</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp;&nbsp;&nbsp; # 
Anonymous Access first, resort to real authentication if 
needed<BR>&nbsp;&nbsp;&nbsp; Require valid-user</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp;&nbsp;&nbsp; # 
How to authenticate a user<BR>&nbsp;&nbsp;&nbsp; AuthType 
Basic<BR>&nbsp;&nbsp;&nbsp; AuthName "Math Department Beta 
Repository"<BR>&nbsp;&nbsp;&nbsp; AuthBasicProvider ldap<BR>&nbsp;&nbsp;&nbsp; 
AuthLDAPURL <A 
href="ldaps://nds01.uncc.edu:636/ou=users,o=unccharlotte?cn?sub">ldaps://nds01.uncc.edu:636/ou=users,o=unccharlotte?cn?sub</A></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp; 
&lt;/Location&gt;</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp; # Math 
Trac<BR>&nbsp; &lt;Directory 
"/export/home/wsadmin/trac/math"&gt;<BR>&nbsp;&nbsp;&nbsp; Order 
allow,deny<BR>&nbsp;&nbsp;&nbsp; Allow from all<BR>&nbsp; 
&lt;/Directory&gt;<BR>&nbsp; &lt;Location /trac/math/login&gt; 
<BR>&nbsp;&nbsp;&nbsp; AuthType Basic<BR>&nbsp;&nbsp;&nbsp; AuthName "Math 
Department"<BR>&nbsp;&nbsp;&nbsp; AuthBasicProvider ldap<BR>&nbsp;&nbsp;&nbsp; 
AuthLDAPURL <A 
href="ldaps://nds01.uncc.edu:636/ou=users,o=unccharlotte?cn?sub">ldaps://nds01.uncc.edu:636/ou=users,o=unccharlotte?cn?sub</A><BR>&nbsp; 
&lt;/Location&gt;<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp; SSLEngine 
on<BR>&nbsp; SSLCipherSuite 
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL<BR>&nbsp; 
SSLCertificateFile /export/home/wsadmin/ssl/machine.crt<BR>&nbsp; 
SSLCertificateKeyFile /export/home/wsadmin/ssl/machine.key<BR>&nbsp; 
SSLCACertificateFile /export/home/wsadmin/ssl/uncc.crt</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=298511122-27072006>&nbsp; SetEnvIf 
User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 
force-response-1.0<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=298511122-27072006>&lt;/VirtualHost&gt;<BR></SPAN></FONT><FONT 
face=Verdana></FONT></DIV>
<DIV><FONT face=Verdana>Scott Lundgren</FONT></DIV>
<DIV align=left><FONT face=Verdana color=#008000 size=2>ITS - Web 
Services</FONT></DIV>
<DIV align=left><FONT face=Verdana color=#008000 size=2>UNC at 
Charlotte</FONT></DIV>
<DIV align=left><FONT face=Verdana size=2><A 
href="http://www.uncc.edu/">http://www.uncc.edu</A></FONT></DIV>
<DIV align=left><STRONG><FONT face=Verdana color=#008000 
size=2></FONT></STRONG>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>