Install Apache, PHP5, MySQL on Ubuntu

by acul 29. August 2009 14:20
Install MySQL 5.0
1
aptitude install mysql-server mysql-client
Anda akan diminta untuk memberikan password untuk MySQL user root - password ini berlaku bagi pengguna root,jadi kita tidak perlu menentukan password root MySQL secara manual di kemudian hari Install Apache2
1
aptitude install apache2
More...

Be the first to rate this post

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

Tags: , ,

Linux

Install apache2.2 on FreeBSD 7.2 using ports

by acul 14. August 2009 15:00
1. Upgrade FreeBSD ports collection

1
2
#portsnap fetch 
#portsnap extract

2. Now you can install

1
2
3
#cd /usr/ports/www/apache22 
#make install clean
#/usr/local/sbin/apachectl start

to enable apache on boot add apache22_enable=”YES” following file /etc/rc.confcheck apache on your browser type localhost
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Be the first to rate this post

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

Tags:

FreeBSD

Installing Apache mod_perl

by acul 21. June 2009 09:51

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

Make sure mod_perl.so already in the /usr/local/httpd/modules
# ls /usr/local/httpd/modules/mod_perl.so
More...

Be the first to rate this post

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

Tags: ,

Linux

Installing apache2 tar.gz

by acul 13. May 2009 21:52

Iam use centos 5.2 on my PC

Download the package httpd-2.0.54.tar.gz from http://apache.org.

Download the patch from the zlib http://smithii.com/files/httpd-2.0.54_zlib-1.2.2.patch

Download the patch from openssl http://smithii.com/files/httpd-2.0.54_openssl-0.9.8.patch

Open the package tarbal it

More...

Be the first to rate this post

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

Tags:

Linux

Stake in the back by chamceul.ind.ws
Hosting by Daxa.Net

Other Links

RecentPosts

RecentComments

Comment RSS