turn to nginx for beginners

pppplus

Verified User
Joined
Dec 19, 2008
Messages
528
Hi,

I read a lot of your post, and I want to try nginx.
First, I do not find clear how to to begin ! Maybe I miss it.

I have a fresh VPS, with PHP 5.5 and custombuild 2.0.0-RC7 and DA 1.45

So, what I do (reading this : https://vservs.com/clients/knowledg...xisting-DirectAdmin-From-Apache-to-Nginx.html)

in /usr/local/directadmin/custombuild/options.conf :
change to
webserver=nginx
php1_mode=php-fpm
php2_mode=mod_php


then :
Code:
#./build all -y
#./build rewrite_confs

error : (so maybe something missing in Custombuild ?)
NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php55/lib/php/extensions/no-debug-non-zts-20121212/htscanner.so' - /usr/local/php55/lib/php/extensions/no-debug-non-zts-20121212/htscanner.so: cannot open shared object file: No such file or directory in Unknown on line 0

Code:
# pecl install htscanner

Ok, solved
Now, my website works
I search to replace .htaccess.
 
Back
Top