How do I install a mod_dav/Apache server from scratch?
These instructions assume that you are building the Apache web server with mod_dav from scratch. To add the mod_dav module to an existing Apache server, follow the installation instructions provided in the mod_dav documentation. Building Apache and mod_dav requires the GNU gcc compiler, which can be obtained in binary form for several platforms (http://www.gnu.org/software/gcc/gcc.html). Designate a file partition where your Apache web server with the mod_dav module will reside and create a top-level directory under this partition for the data server named “www” or something similar. For example, we installed our server under a top-level directory /myfiles1/www. prompt% cd /myfiles1 prompt% mkdir www prompt% cd www Download the following products into the src directory: Apache version 1.3.20: http://httpd.apache.org/dist/httpd/apache_1.3.20.tar.gz mod_dav version 1.0.2: http://www.webdav.org/mod_dav/mod_dav-1.0.2-1.3.6.tar.gz Gunzip and extract files from the Apache and mod_dav distrib
These instructions assume that you are building the Apache web server with mod_dav from scratch. To add the mod_dav module to an existing Apache server, follow the installation instructions provided in the mod_dav documentation. Building Apache and mod_dav requires the GNU gcc compiler, which can be obtained in binary form for several platforms (http://www.gnu.org/software/gcc/gcc.html). Designate a file partition where your Apache web server with the mod_dav module will reside and create a top-level directory under this partition for the data server named “www” or something similar. For example, we installed our server under a top-level directory /myfiles1/www. prompt% cd /myfiles1 prompt% mkdir www prompt% cd www Download the following products into the src directory: Apache version 1.3.20: http://httpd.apache.org/dist/httpd/apache_1.3.20.tar.gz mod_dav version 1.0.2: http://www.webdav.org/mod_dav/mod_dav-1.0.2-1.3.6.tar.gz Gunzip and extract files from the Apache and mod_dav distrib
Related Questions
- I don have administrative (root) access on the server which runs Mathematica and Apache. Would it be possible for me to install WITM and access Mathematica, without bothering my system admin?
- I am using a Windows Server. Can I install PolicyPage under Internet Information Server (IIS) or must I use Apache as my web server?
- How do I install a mod_dav/Apache server from scratch?