用完整的webdav支持构建nginx(nginx
OS: Debian Squeeze
nginx: v.0.7.67
configure arguments: --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-debug --with-http_dav_module --with-http_flv_module --with-http_geoip_module --with-http_gzip_static_module --with-http_realip_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-ipv6 --with-mail --with-mail_ssl_module --add-module=/home/thijs/nginx/nginx-0.7.67/modules/nginx-upstream-fair
我想用nginx-dav-ext-module对此安装进行修补,以获得完整的webdav支持。 以下是我试图做到这一点(迄今为止没有成功):
我错过了什么?
任何建议感激。
上一篇: build nginx with full webdav support (nginx
下一篇: Nginx + Passenger