acul posted on May 1, 2009 17:50

Download the package mod_perl-2.0-current.tar.gz

# tar -zxf mod_perl-2.0-current.tar.gz
# cd mod_perl-2.0.0-RC4/
# perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
# make && make test
# make install

More...

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: Web Server  Tags: ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
acul posted on May 1, 2009 17:47

nginx [engine x] is a HTTP server, reverse proxy and mail proxy server written by Igor Sysoev.
It is a lightweight web server, licensed under a BSD-like license.
It the fifth most popular web server.

Update FreeBSD Ports Tree

Type the following command to update FreeBSD tree, enter:
# portsnap fetch update
FreeBSD Install Nginx Web Server

Type the following command to install Nginx web server:
# cd /usr/ports/www/nginx
# make install clean

More...

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: Web Server  Tags: , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Nginx (engine x) is an HTTP(S) server, reverse proxy and IMAP/POP3 proxy server written by Igor Sysoev.

It is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption.

Step # 1: Enable EPEL repo

ngnix is not included in the base system. Turn on EPEL repo to install nginx stable release:
# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/$(uname -m)/epel-release-5-3.noarch.rpm
Step # 2: Install ngnix

Type the following command at a shell prompt:
# yum install nginx

More...

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: Web Server  Tags: , , , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
acul posted on April 29, 2009 14:31

Create a Database Connection

We are going to use the Northwind database in our examples.

First, import the "System.Data.OleDb" namespace. We need this
namespace to work with Microsoft Access and other OLE DB database providers.
We will create the connection to the database in the Page_Load subroutine.
We create a dbconn variable as a new OleDbConnection class
with a connection string which identifies the OLE DB provider and
the location of the database. Then we open the database connection:

More...

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: Web Server  Tags: , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
hardian posted on April 29, 2009 13:50

Tadinya saya pikir untuk install PHP dan MySql di windows 2003 sangat sulit sekali. Tetapi setelah googling

kemana-mana akhirnya saya berhasil juga install PHP dan MySql di windows 2003. Cuman dengan 7 langkah.

More...

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: Web Server  Tags: , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
acul posted on April 29, 2009 13:47

Download paket httpd-2.0.54.tar.gz dari http://apache.org.
Download patch zlib dari http://smithii.com/files/httpd-2.0.54_zlib-1.2.2.patch
Download patch openssl dari http://smithii.com/files/httpd-2.0.54_openssl-0.9.8.patch

More...

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: Web Server  Tags: ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
acul posted on April 29, 2009 13:42
Download file openssl-0.9.8.tar.gz dari http://openssl.org.
Buka paket tarbalnya.
# tar -zxf   openssl-0.9.8.tar.gz

Konfigurasi dan kompilasi paket OpenSSL
# cd  openssl-0.9.8
# ./config --prefix=/usr/local --openssldir=/usr/local/openssl shared
# make
# make test

Instalasi paket OpenSSL
# make install
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: Web Server  Tags: ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
dodi posted on April 29, 2009 10:42

Make sure that mod_perl was installed

# perl -MCPAN -e shell

cpan> install CPAN

cpan> install Bundle::Apache::ASP

- trus tambahin di httpd.conf, sebagai berikut:

More...

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: Web Server  Tags: ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Banners

Page List

Recent Posts

Recent Comments

RSS



Add to Google Reader or Homepage
Subscribe in NewsGator Online
Add to My AOL
Subscribe in Bloglines
Add to fwicki
Member Of
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2010 tutorial.ind.ws