bind lighttpd to one ip address
I want to bind lighttpd on IP address 76.76.18.20, so i can use other IP’s for Apache, Apache have “Listen” option to…
I want to bind lighttpd on IP address 76.76.18.20, so i can use other IP’s for Apache, Apache have “Listen” option to…
When i install php from source, i get the error Running FastCGI Process Manager checks checking for php-fpm config file path… $prefix/etc/php-fpm.conf…
When compiling php from source for nginx web server, i get error checking for cURL support… yes checking if we should use…
To restart lighttpd if it went down or crashed, create a file check_lighttpd.sh mkdir /usr/serverok vi /usr/serverok/check_lighttpd.sh With the following content #!/bin/bash…
Requirements yum -y install db4 db4-devel Create user groupadd postfix -g 1000 useradd postfix -u 1000 -g 1000 groupadd postdrop Download and…
On installing MySQL from source, i get error checking for tgetent in -lncurses… no checking for tgetent in -lcurses… no checking for…
lynx is a text based browser for Linux and FreeBSD http://lynx.isc.org Install lynx on CentOS/RHEL/Oracle Linux yum install lynx Install lynx on…