Dear All, &Krest
Still I am getting the same problem, I recompiled the apache 2.2.8 with the
bellow mentioned options.
# cd httpd-2.2.8
# ./configure --prefix=/usr/local/apache2 --enable-v4-mapped --enable-
modules=all --
enable-mods-shared=all --enable-authnz-ladp --enable-ldap --enable-version -
-enable-ssl --enable-http --enable-dav --enable-vhost-alias --enable-
imagemap --enable-speling --enable-so --with-ssl=/usr/local/openssl --with-
mpm=worker --with-ldap --without-berkeley-db
# make
# sudo make install
MY HOST FILE IS
####################### ACME_at_robosoft.co.in
########################################################
<VirtualHost *:443>
ServerName ACME.robosoft.co.in
ServerAdmin netamin_at_robosoftin.com
DocumentRoot /SecureBackup/Subversion
<Location /svn/>
DAV svn
SVNPath /SecureBackup/Subversion/ACME
SVNAutoversioning on
Order deny,allow
Allow from all
AuthType Basic
AuthBasicProvider ldap
AuthName "Robosoft Technologies Pvt Ltd"
AuthLDAPURL "ldaps://roboserver.robosoft.co.in/cn=users,dc=RoboServe
r?cn"
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN off
Require ldap-group
cn=netadmin,cn=groups,dc=RoboServer?cn"
</Location>
</VirtualHost>
####################### test_at_robosoft.co.in
########################################################
<VirtualHost *:443>
ServerName test.robosoft.co.in
ServerAdmin netamin_at_robosoftin.com
DocumentRoot /SecureBackup/Subversion
<Location /svn/>
DAV svn
SVNPath /SecureBackup/Subversion/test
SVNAutoversioning on
Order deny,allow
Allow from all
AuthType Basic
AuthBasicProvider ldap
AuthName "Robosoft Technologies Pvt Ltd"
AuthLDAPURL "ldaps://roboserver.robosoft.co.in/cn=users,dc=RoboServe
r?cn"
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN off
Require ldap-group
cn=netadmin,cn=groups,dc=RoboServer?cn"
</Location>
</VirtualHost>
############################################################################
############################
Error when I start the apache2 is
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
RecoveryServer:~ root# /usr/local/apache2/bin/apachectl start
Warning:
Syntax error on line 18 of /usr/local/apache2/conf/extra/httpd-vhosts.conf:
Invalid command 'AuthLDAPURL', perhaps misspelled or defined by a module
not included in the
server configuration
****************************************************************************
*******************
PLEASE SUGGEST ME WHAT I SUPPOSE TO USE THE IN THE VHOST FILE TO WORK THIS
FINE.
THANKS
aSHWIN
-----Original Message-----
From: "Ashwin Basagouda Patil" <ashwin.patil_at_robosoftin.com>
To: users_at_httpd.apache.org
Date: Tue, 08 Apr 2008 12:32:40 +0530
Subject: Re: [users_at_httpd] Invalid command
Thanks Krist, I will be in touch with you If any issues.
Ashwin
-----Original Message-----
From: "Krist van Besien" <krist.vanbesien_at_gmail.com>
To: users_at_httpd.apache.org
Date: Tue, 8 Apr 2008 08:30:05 +0200
Subject: Re: [users_at_httpd] Invalid command
> On Tue, Apr 8, 2008 at 4:30 AM, Ashwin Basagouda Patil
> <ashwin.patil_at_robosoftin.com> wrote:
> > PLEASE NOTE THAT THE SAME CONFIGURATION WAS WORKING FOR THE APACHE
> 2.0.56 AND SVN
> > 1.4.3
> >
> > BUT NOW CONFIGURED WITH THE APACHE 2.2.8 AND SVN 1.4.6 AND IT IS NOT
> WORKING.
>
> Note also that a config that worked for 2.0.x will not work for 2.2.x.
>
> See: http://httpd.apache.org/docs/2.2/upgrading.html
>
> Krist
>
> --
> krist.vanbesien_at_gmail.com
> krist_at_vanbesien.org
> Bremgarten b. Bern, Switzerland
> --
> A: It reverses the normal flow of conversation.
> Q: What's wrong with top-posting?
> A: Top-posting.
> Q: What's the biggest scourge on plain text email discussions?
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe_at_httpd.apache.org
> " from the digest: users-digest-unsubscribe_at_httpd.apache.org
> For additional commands, e-mail: users-help_at_httpd.apache.org
>
-----------------------------------------------
Robosoft Technologies - Come home to Technology
Disclaimer: This email may contain confidential material. If you were not
an intended recipient, please notify the sender and delete all copies.
Emails to and from our network may be logged and monitored. This email and
its attachments are scanned for virus by our scanners and are believed to
be safe. However, no warranty is given that this email is free of malicious
content or virus.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe_at_httpd.apache.org
" from the digest: users-digest-unsubscribe_at_httpd.apache.org
For additional commands, e-mail: users-help_at_httpd.apache.org
-----------------------------------------------
Robosoft Technologies - Come home to Technology
Disclaimer: This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. Emails to and from our network may be logged and monitored. This email and its attachments are scanned for virus by our scanners and are believed to be safe. However, no warranty is given that this email is free of malicious content or virus.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-10 14:29:50 CEST