xslt problem with subversion vhost
From: Bernhard D Rohrer <graylion_at_sm-wg.net>
Date: 2007-03-04 22:06:56 CET
Hi folks
I have setup a subversion vhost and at the mo I am getting an xsl error
Error loading stylesheet: A network error occured loading an XSLT
I know that this has been discussed before and indeed when i try to
I just dunno where to put the file. I am having a strong feeling that I
thanks
Bernhard
<VirtualHost *:80>
ServerAdmin webmaster@graylion.net
ErrorLog /var/log/apache2/svn.error.log
# Possible values include: debug, info, notice, warn, error, crit,
CustomLog /var/log/apache2/svn.access.log combined
<IfModule mod_rewrite.c>
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*)$ https://svn.domain.tld/$1 [R=301,L]
</IfModule>
</VirtualHost>
<VirtualHost *:443>
ErrorLog /var/log/apache2/svn.error.log
# Possible values include: debug, info, notice, warn, error, crit,
CustomLog /var/log/apache2/svn.access.log combined
# <Directory "/var/lib/svn/shop">
BrowserMatch "Opera" xsltfilter
ExtFilterDefine xslt mode=output enableenv=xsltfilter
<Location "/">
CustomLog /var/log/apache2/svn_logfile "%t %u %{SVN-ACTION}e"
</VirtualHost>
-- Graylion's Fetish & Fashion Store Goth and Kinky Boots, Clothing and Jewellery http://www.graylion.net --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sun Mar 4 22:07:29 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.