Skip to main content
Pada instalasi default midgard dari rpms, walau situs yang di generate oleh midgard sudah dirubah port 8001 ke port 80 di aegir atau mengupdate database host di section port namun situs yang di buat di midgard tidak akan dapat diakses di browser tanpa menyertakan port 8001 ( http://localhost:8001/midgardsite ). Hal ini dikarenakan ada yang kurang pada midgard-data.conf


//contoh midgard-data.conf default rpm
MidgardDatabase midgard midgard password


## Uncomment this if you want serve files instead of Midgard URLs
## where there's a match for both. You'd want to use this if you have
## active pages and you're using static dummy pages to force this
## behaviour. Note that this setting is apache-wide, not per-host.
# MidgardFavorFiles On

## Uncomment this for PHP3,
# MidgardRootFile "/usr/lib/apache/midgard-root.php3"
## or this for PHP4
MidgardRootFile "/usr/lib/apache/midgard-root.php"

Listen 8001
NameVirtualHost 192.168.0.193:8001

MidgardEngine On
ServerName www.domainkita.org
Port 8001
ErrorLog logs/error_log
CustomLog logs/access_log combined


# Switch off magic quotes - it is required with Midgard
php_value magic_quotes_gpc off
php_value magic_quotes_runtime off

# Configure text parser:
# Change to 'russian' for Russian Midgard
MidgardParser latin1
MidgardBlobDir "/var/www/blobs"

# Configuration for Russian Midgard:

# default charset for real or virtual server (selected if all other charset-
# selections methods fails)
CharsetDefault koi8-r
# Default source (on-disk) charset (we keep all content in DB in KOI8-R
# encoding). If you want different encoding, please re-encode midgard-ru.sql
# before inserting it into DB too.
CharsetSourceEnc koi8-r
# Force mod_charset to do its work
CharsetDisable Off


//akhir dari midgard-data.conf

maka agar situs dapat diakses melalui port 80 kami menambahkan

//tambahan midgard-data.conf
NameVirtualHost 192.168.0.193:80

MidgardEngine On
ServerName www.domainkita.org
Port 80
ErrorLog logs/error_log
CustomLog logs/access_log combined


# Switch off magic quotes - it is required with Midgard
php_value magic_quotes_gpc off
php_value magic_quotes_runtime off

# Configure text parser:
# Change to 'russian' for Russian Midgard
MidgardParser latin1
MidgardBlobDir "/var/www/blobs"

# Configuration for Russian Midgard:

# default charset for real or virtual server (selected if all other charset-
# selections methods fails)
CharsetDefault koi8-r
# Default source (on-disk) charset (we keep all content in DB in KOI8-R
# encoding). If you want different encoding, please re-encode midgard-ru.sql
# before inserting it into DB too.
CharsetSourceEnc koi8-r
# Force mod_charset to do its work
CharsetDisable Off


//tambahan selesai

Setelah menambahkan hal diatas, situs yang dihasilkan midgard dapat diakses melalui port 80.

Comments

Popular posts from this blog

Yet another online shop launch

For housewife who use to work, daily activities are dull and boring. So I've been persuade my wife to run online shop to add variation on her daily routine. Finally we decided to start selling clothing goods and knick knacks, some are airbrush paint t shirt, woman snake leather handbag are there also Since I've been working with python, I came out to use satchmo for our online shop framework After doing customizing here and there and build some payment modules, we lauch WarungRupa.com  on early January 2012 We have some ideas which are still in our thoughts and we keen to work on it Hope WarungRupa.com  can have many visitors and buyers Next to do are SEO and promotions ^_^
1 Desember 2003 Spider admin diinstall dari < http://agaipiotras.igk.pl/spider-admin.xml.gz > karena situs cvs di midgard tidak dapat diakses dan situs spider sendiri berbahasa Rusia sehingga mencari di www.google.com dengan keyword "spider-admin.xml.gz". Spider dan aegir dapat berjalan dengan baik.
wheeeww... it been a while since I do my last web bloging since the web project finally hit the road plus I've only lame ass internet connection. I've decided that this blog gonna be my personal blog that would tell you guys about my experience with opensource world and maybe a bit about my presonal things (which is almost imposible since I'm not so much open about my personal life ;) ) one other thing... yeah it would be gado-gado blog entry. That mean sometime I'll post in english and sometime in bahasa due to the limitation of my brain ;)