Hi:

When I try to preview or submit the changes in the wiki, I get this
error:

[Wed Oct 31 14:59:30 2007] [crit] [client 138.67.143.157]
configuration error:  couldn't perform authentication. AuthType not
set!: /test_project/wiki/WikiStart, referer:
http://trac.example.com/test_project/wiki/WikiStart?action=edit

The same happens if I try to submit a ticket. The other trac functions
work OK.

I have an Ubuntu Server 6.06 with trac 0.10.4 and apache2. I have the
trac as virtual host, with the following apache configuration:

<VirtualHost *>
        ServerName trac.example.com

        <LocationMatch "/[^/]+/login">
                  AuthType Basic
                  AuthName  "Trac Server"
                  AuthUserFile /etc/apache2/auth_file_svn
                  Require valid-user
        </LocationMatch>

        <Location /mobileARMS>
                  SetHandler mod_python
                  PythonInterpreter main_interpreter
                  PythonHandler trac.web.modpython_frontend
                  PythonOption TracEnv /var/trac/mobileARMS
                  PythonOption TracUriRoot /mobileARMS
        </Location>

        ErrorLog /var/log/apache2/error.log

        # Possible values include: debug, info, notice, warn, error,
crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined
        ServerSignature On

</VirtualHost>

Any help?

Regards,
Alejandro.


--~--~---------~--~----~------------~-------~--~----~
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