FreeBSD Ngnix installation error
- by Asaf Nevo
I have a VPS which has Apache webserver installed.
I'm trying to install Ngnix on it since my new server will be needing to handle large amount of connection simultaneously. I used this install guide and did:
cd /usr/ports/www/nginx
make install clean
However I get this error:
adding module in /usr/ports/www/nginx/work/arut-nginx-dav-ext-module-0e07a3e
./configure: error: no /usr/ports/www/nginx/work/arut-nginx-dav-ext-module-0e07a3e/config was found
===> Script "configure" failed unexpectedly.
I'm pretty new to FreeBSD and I am used to controlling my server using Direct Admin.
What shall I do next ?