Hello everybody,
I installed apache2_mod-dav with no problem and PUT method is ok with my
Mandrake 10.1 Official Edition (Apache-AdvancedExtranetServer/2.0.50
Mandrakelinux/7.2.101mdk DAV/2 PHP/4.3.8)
Now, I want to use the "Script" function of mod_actions in order to
launch a script with method PUT (cf:
http://www.apacheweek.com/features/put). My goal is to lauch a PHP
script file to put file data into a database instead of erase a simple file.
My configuration file : /etc/httpd/conf.d/45_mod_dav.conf is the same as
the Mandrake 10.1 file with at the end :
<Directory /var/www/html/test>
DAV On
Script PUT put.php
</Directory>
But put.php is never lauched !!!
What's wrong with my Apache configuration ?
Please Help...
Thanks
Samuel
