Mobil Mewah

Salah satu sumber Inspirasi.

Monday, 22 February 2016

Microsoft Exchange 2007 Logging

With Microsoft Exchange 2007 everything should be running smooth after first install and for new administrator with Exchange this is great. But when you need to get the logs of the server transaction, the default settings was not enough. Let say the log retention, size of the logs, and other things will be need to adjusted according your organization requirements. This will also affect the server sizing and performance. Thats why sometimes click...

Saturday, 20 February 2016

Running CGI script on Nginx Web Server on FreeBSD

Yes CGI is an old technology. I encounter to be able run an old CGI script for testing on my development project. And i am using Nginx stack rather than install apache. So we can run CGI script with Nginx web server. Here how i do it and documenting it here. on FreeBSD 9.0 server, we using fcgiwrap application. #cd /usr/ports/www/fcgiwrap/ #make install clean Then enable it to run in /etc/rc.conf  : #echo "fcgiwrap_enable='YES'" >> /etc/rc.conf Then start the fcgiwrap. it will be available in /var/run/fcgiwrap/fcgiwrap.sock To use it, just redirect the script to be run with fcgiwrap.sock. Here the nginx setup. server {  ...

Page 1 of 2512345Next
Twitter Delicious Facebook Digg Stumbleupon Favorites More