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

"PROPFIND /repo/smart/trunk/server/.ccc HTTP/1.1" 500 234 when connecting via mod_proxy + ssl

From: Leszek Gawron <lgawron_at_apache.org>
Date: 2007-10-16 15:54:06 CEST

Hello,

I have a problem with svn+mod_proxy+ssl. I have a svn server set up on
apache 2.2.6 in local network working totally fine when accessed
directly. I tried to make it available to the outside world so I
configured the apache on our router to proxy the requests:

<VirtualHost XXXXXXXXXXXX:443>
   SSLEngine on
   SSLCertificateFile /etc/httpd/ssl/svn.XXXXXXXXX_cert.pem
   SSLCertificateKeyFile /etc/httpd/ssl/svn.XXXXXXXXXX_key.pem
   #SSLCertificateChainFile /etc/httpd/ssl/CAcert_chain.pem
   KeepAliveTimeout 45

   ProxyPass / http://192.168.1.94:84/
   ProxyPassReverse / http://192.168.1.94:84/
</VirtualHost>

out of the blue I am not able to add new files: "PROPFIND
/repo/smart/trunk/server/new_file.txt HTTP/1.1" 500 234

while other actions (committing modified files) still works fine.

Please advise.

        lg

-- 
Leszek Gawron
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 16 15:54:45 2007

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.