- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: WebDav on Apache under Mandrake 9.1
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2003 08:13 PM
тАО10-28-2003 08:13 PM
WebDav on Apache under Mandrake 9.1
I run Mandrake 9.1 with Apache 2 and have added the Mandrake WebDav RPM. As far as I can see in the httpd.conf files the module has been included correctly. When I try and use a WebDav directive in the conf file though to activate WebDav for a directory the directive is not recognised, as if the module is not loaded.
1) How can I Check to see if the apache module has loaded correctly when the server is running?
2) What steps are required to ensure a module is loaded correctly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2003 01:44 AM
тАО10-29-2003 01:44 AM
Re: WebDav on Apache under Mandrake 9.1
#lsof -u `the_user_you_want_to_check`
ex: lsof -u apache
ex: lsof -u apache | grep -i "webdav"
and
#locate webdav
from this info I start reel chop around search man read scripts...
Hope this helps
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2003 02:09 AM
тАО10-29-2003 02:09 AM
Re: WebDav on Apache under Mandrake 9.1
http://www.webdav.org/
There lot's of infos there for the curious..
what ever perhaps this will prompt more answers ?
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2003 02:33 AM
тАО10-29-2003 02:33 AM
Re: WebDav on Apache under Mandrake 9.1
rpm -ql WebDav
or (wich ever it is)
rpm -ql webdav
just in case /usr/sbin/lsof and locate did not reveal any new pointer/solution
just a 0.02 Euro/cent
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2003 10:21 AM
тАО10-29-2003 10:21 AM
Re: WebDav on Apache under Mandrake 9.1
httpd -L
See if 'WebDav' is listed in there. This will tell you easily if the module is working.
If not, view the 'error_log' (I'm not sure where mandrake puts this by default, on RH it's /var/log/httpd/error_log). If there were errors whilst loading the server, they will be listed here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2003 11:52 PM
тАО10-29-2003 11:52 PM
Re: WebDav on Apache under Mandrake 9.1
I have had bit of time to read on found this
http://www.webdav.org/mod_dav/install.html#apache
I know you probably have done this !, but perhaps if you attached/gave us more informations we/someone could futher help ?
P.S extract of error log if any would help
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2003 12:01 AM
тАО10-30-2003 12:01 AM
Re: WebDav on Apache under Mandrake 9.1
Only item of note from error log is that 'DAV' is not a recognised directive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2003 09:50 AM
тАО10-30-2003 09:50 AM
Re: WebDav on Apache under Mandrake 9.1
This is someone in the httpd.conf (or one of it's subsiduary includes)..