Addon & Subdomain DNS Entries

You may also like...

1 Response

  1. hemanth says:

    Php Curl………….
    1.wget http://curl.freeby.pctools.cl/download/curl-7.21.4.tar.gz
    2.untar it
    3../configure
    4.make make install
    5.To configure php with curl
    6.go to php path
    7.un tar it
    8../configure –with-curl
    9.–with-mysql
    10.–with-apxs2 =/usr/local/apache2/bin/apxs
    11.make make install
    12. vim /usr/local/apache2/htdocs/indexcurl.php
    #add this:
    #13. vim /usr/local/apache/conf/http.conf
    #
    #ServerName exam1.com
    # DocumentRoot /usr/local/apache2/htdocs
    # DirectoryIndex indexcurl.php
    #

    addon :

    #
    # ServerName addon.com

    # DocumentRoot /usr/local/apache2/htdocs
    # DirectoryIndex index.php
    #
    #
    # ServerName addon.exam1.com
    # Redirect / http://addon.com
    # DocumentRoot /usr/local/apache2/htdocs
    #

    Forum:
    Install phpBB…..

    1.phpBB3 tar.gz
    2.untar it and cp phpBB3 to htdocs
    3.http://192.168.2.151/phpBB3/ to check php is installed

Leave a Reply

Your email address will not be published. Required fields are marked *

19 − 8 =