Testing WebDAV on EC2
I installed WebDAV on the EC2 server today. There is as far as I can see one problem with WebDAV. You can’t GET .CGI or .PHP files with the normal http GET. Perhaps WebDAV needs to be extended with a DAVGET that always downloads the source. For now I disabled .PHP execution like this:
RewriteEngine off
<Files ~ “\.(php|jsp)$”>
ForceType text/plain
</Files>
You can see this in action bij opening phpinfo.php on:
Post Links
Flux Share |
Bookmark |
Permalink | Trackback |
Email to a Friend |
Comments Off on Testing WebDAV on EC2