You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by pierrick henry <pi...@hotmail.com> on 2005/07/04 19:53:02 UTC

problem of a temporary file

Hello,

I'm on a linguistic project and i have a problem : i am using altova plugin 
to create xml files inline but i want so save it in a file on my server who 
is functionning under apache2 but i have a message : http error : can't put 
the file .... on the server.
I think i have maid the necessary for apache : i have given the rights to 
right in

<Directory var/www/common/TermBridge_V00/TermBridgeDemoProfiles/cache>
Dav On
<Limit PUT>
Allow from All
</Limit>
</Directory>

but it doesn't want to write in.
Could anyone help me?

Thanks a lot.