DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35015>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35015


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
           Platform|Other                       |PC
         Resolution|INVALID                     |




------- Additional Comments From [EMAIL PROTECTED]  2005-08-31 10:57 -------
I want to use APACHE + LDAP + Subversion.
Ver: APACHE 2.0.54, LDAP 2.2.19, SVN 1.2.1

When I restart httpd, the error.log file :

#=======================================
[Wed Aug 31 16:45:36 2005] [warn] pid file C:/DevSrv/Apache2/logs/httpd.pid 
overwritten -- Unclean shutdown of previous Apache run?
[Wed Aug 31 16:45:36 2005] [notice] LDAP: Built with Microsoft LDAP SDK
[Wed Aug 31 16:45:37 2005] [notice] LDAP: SSL support available
[Wed Aug 31 16:45:37 2005] [notice] Apache/2.0.54 (Win32) DAV/2 PHP/4.4.0 
SVN/1.2.1 configured -- resuming normal operations
[Wed Aug 31 16:45:37 2005] [notice] Server built: Apr 16 2005 14:25:31
[Wed Aug 31 16:45:37 2005] [notice] Parent: Created child process 3124
[Wed Aug 31 16:45:37 2005] [notice] LDAP: Built with Microsoft LDAP SDK
[Wed Aug 31 16:45:38 2005] [notice] LDAP: SSL support available
[Wed Aug 31 16:45:38 2005] [notice] Child 3124: Child process is running
[Wed Aug 31 16:45:38 2005] [notice] Child 3124: Acquired the start mutex.
[Wed Aug 31 16:45:38 2005] [notice] Child 3124: Starting 250 worker threads.
#=======================================

And then I can visit some application in my local server.

When I visit "http://localhost/svn/";, error message window popup:
"The requested operation has failed!", and then, the server down!

The next line add to error.log :
[Wed Aug 31 16:52:35 2005] [notice] Parent: child process exited with status 
3221225477 -- Restarting.


httpd.conf :
#========================
Include conf/develop.conf
#========================

develop.conf :
#========================
AddDefaultCharset GB2312

DirectoryIndex index.php

PHPIniDir "C:/DevSrv/php/"
AddType application/x-httpd-php .php
LoadModule php4_module "C:/devsrv/php/sapi/php4apache2.dll"

LoadModule ldap_module modules/util_ldap.so
LoadModule auth_ldap_module modules/mod_auth_ldap.so

LoadModule dav_svn_module "C:/DevSrv/Subversion/bin/mod_dav_svn.so"
LoadModule authz_svn_module "C:/DevSrv/Subversion/bin/mod_authz_svn.so"

Alias /webapp/ "C:/DevSrv/webapp/"

<Directory "C:/DevSrv/webapp">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

<Location /svn>
    DAV svn
    SVNPath C:/SVN
    AuthType Basic
    AuthName "Subversion repository"

    AuthLDAPEnabled on
    AuthLDAPAuthoritative on
    AuthLDAPURL ldap://localhost/ou=users,dc=MY_DOMAIN,dc=com,dc=cn?uid?sub?
(objectClass=*)
    require valid-user
</Location>
#========================


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to