Hey all, Please help me out i am stuck deadly :( I have install bitnami redmine on centos (Centos is on VM) it is working fine on it but the problem is i didnt access the repository, so i google and found a script to attach at the bottom of httpd.conf. Script is below
<Location /svn/>
DAV svn
SVNListParentPath on
SVNParentPath "your path to the svn root"
SVNIndexXSLT "/svnindex.xsl"
SVNPathAuthz short_circuit
SVNCacheTextDeltas off
SVNCacheFullTexts off
AuthName "VisualSVN Server"
AuthType VisualSVN
AuthzVisualSVNAccessFile "your path to the svn root/authz-windows"
AuthnVisualSVNBasic on
AuthnVisualSVNIntegrated on
AuthnVisualSVNUPN On
require valid-user
# Add Expires/Cache-Control header explictly
ExpiresActive on
ExpiresDefault access
</Location>
After adding the script and set the subversionparent path, i am able to acceess the external repository, After that i restart my centos machine and run ctlscript.sh to start services of apache,sql and subversion the apache2 did`nt open and show some errors so i google again and add some lines in httpd.conf lines are.
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
LoadModule authn_visualsvn_module modules/mod_authn_visualsvn.so
LoadModule authz_visualsvn_module modules/mod_authz_visualsvn.so
LoadModule log_access_visualsvn_module mopdules/mod_log_visualsvn.so
and add their .so files on modules folder then again i start apache2 it is showing syntax error again, and error is
httpd: syntax error on line 116 of /opt/redmine-2.2.3-0/apache2/conf/httpd.conf:cannot load /opt/redmine-2.2.3-0/apache2/modules/mod_authn_visualsvn.so into server: /opt/redmine-2.2.3-0/apache2/modules/mod_authn_visualsvn.so: invalid ELF header apache config test fails, aborting
please help me out i m stuck badly and i donnot understand what to do?