[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Invalid command

From: Ashwin Basagouda Patil <ashwin.patil_at_robosoftin.com>
Date: Tue, 08 Apr 2008 08:00:52 +0530

Dear All,

I complied the apache and subversion server and i am getting the bellow mentioned error while
starting the apache. please suggest me.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
RecoveryServer:~ root# /usr/local/apache2/bin/apachectl start
Warning: DocumentRoot [/Volumes/Projects/Subversion/Projects/recovery/] does not exist
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
***********************************************************************************************

I build the APACHE BY BELLOW OPTIONS

   6. Run configure, run make, and then run sudo make install to set up Apache 2.0 for installation:
             

             # ./configure \
? --prefix=/usr/local/apache2 \
? --enable-so \
              ?--enable-ssl \
              ?--enable-mods-shared=all ?\
              --with-ssl=/usr/local/openssl \
              ?--enable-ldap ?\
              --enable-auth_ldap ?\
              --with-ldap \
              --with-mpm=worker \
              --without-berkeley-db

            # make

            # sudo make install

And I build the subversion as bellow options.

     # tar xvfz subversion-1.4.5.tar.gz
     # cd subversion-1.4.5

Run the following command to configure the distribution for compilation:

     # ./configure --prefix=/usr/local \
         --mandir=/usr/local/share/man --with-ssl \
         --with-apxs=/usr/local/apache2/bin/apxs --with-zlib \
         --enable-swig-bindings=no --without-berkeley-db \
         --with-apr=/usr/local/apache2 \
         --with-apr-util=/usr/local/apache2

Note: If you did not install gcc prior to running configure, you will get an error here.

Run the make command, and then run the sudo make install command.

     # make

     # sudo make install

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

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.

Please suggest me.

Thanks
ASHWIN

-----------------------------------------------
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-08 04:24:19 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.