Re: compiling Apache 2 for WebDAV

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Agile Aspect wrote:
Hi - I'm trying build WebDAV into version 2.2.9 of
Apache's HTTP server (the version shipped with Fedora 9)
on a CentOS server.

When I turn on all of the features we need, everything
works except for WebDAV.

If I move the HTTPD configuration file to Fedora 9 WebDAV
works!

If I then try to build version 2.2.9 from Apache source the
same way I built it on the CentOS server on Fedora 9, I have
the exact same problem.

So it appears to be a problem with the manner in which
I'm configuring the server - despite the fact in configures
and builds without error.

My question is how can I find all the 'configure' options used
for building the Fedora 9 HTTPD server?

Also, is anyone using Tomcat as a WebDAV server?

Any help would be greatly appreciated.

Make sure you have rpmdevtools installed, and you have run /usr/bin/rpmdev-setuptree before.

as YOU:

$ yumdownloader --source httpd

When you have the rpm downloaded:

$ rpm -ihv http...src.rpm

$ cd rpmbuild/SPECS

$ vi httpd.spec

In there you will see what arguments were given to the configure script.

You will notice that WebDav is built in.

On my F8 system:

$ rpm -qf /usr/lib/httpd/modules/mod_dav.so
httpd-2.2.9-1.fc8

On my F10 system:

$  rpm -qf /usr/lib64/httpd/modules/mod_dav.so
httpd-2.2.10-2.x86_64

Good luck!

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux