Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Editing dynamic content with WebDAV' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Editing dynamic content with WebDAV
Authored by: nvdingo on Jul 29, '03 01:17:11PM

ok, but how do you access it without WebDAV?
Doesn't this conf make it so your PHP files don't get processed?
If so, what's the point of that?
I can understand setting up a separate vhost so that you can have the <Directory> block act differently

by separate vhost i mean setting it up as a separate port
so that WebDAV is on port 81 or any other off your choosing.

I am probably missing something, if so, please explain.



[ Reply to This | # ]
Editing dynamic content with WebDAV
Authored by: jabest on Jul 29, '03 04:31:07PM

Hi vmdingo,

You have it right. The Directory block is intended to be put into a VirtualHost block, as you probably wouldn't want to run WebDAV on port 80 anyways. If you were, you'd just turn off PHP, as others have mentioned. I run my WebDAV on 8080.

TTFN, James



[ Reply to This | # ]