acul posted on May 7, 2009 13:12

Iam use freebsd 7.1

1. Upgrade FreeBSD ports collection

 # portsnap fetch

 # portsnap extract

2. Installing Zend Optimizer 

More...

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: FreeBSD  Tags: , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
acul posted on May 7, 2009 13:09

Iam use freebsd 7.1

1. Upgrade FreeBSD ports collection

 # portsnap fetch

 # portsnap extract

2. Now you can install PHP5

 More...

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: FreeBSD  Tags: , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
acul posted on May 7, 2009 13:04

Iam use freebsd 7.1

1. Upgrade FreeBSD ports collection

 # portsnap fetch

 # portsnap extract

2. Now you can install 

 #cd/usr/ports/databases/mysql51-server

 #make install clean

 #cp /usr/local/share/mysql/my-small.cnf /etc/my.cnf

 #rehash

 #/usr/local/bin/mysql_install_db --user=mysql

 

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: FreeBSD  Tags: , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
hendra posted on May 6, 2009 11:45

1. Inline style - Style is placed / written directly on each element of each tag. valid only on the tag given to each style.
<html>
<body>
<!-- penulisan style untuk h1 -->
<h1 style="color: #0000ff;"> tulisan biru </h1>
<p> Informasi Website, halaman ini homepage</p>
<h1 style="color: #000;"> tulisan Hitam</h1>  
</body>
</html> 
More...
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: Script   Tags: , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
mawan posted on May 6, 2009 05:03

One of the most common Apache2 questions I've seen on Debian mailing lists is from users who wonder how to host multiple websites with a single server. This is very straightforward, especially with the additional tools the Debian package provides.

We've previously discussed some of the tools which are included in the Apache2 package, but what we didn't do was show they're used from start to finish.

 More...

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in:   Tags: , , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
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

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