[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Disabling the gnuherds.org redirect
From: |
Davi Leal |
Subject: |
Re: Disabling the gnuherds.org redirect |
Date: |
Fri, 20 Oct 2006 14:53:21 +0200 |
William Ahern wrote:
Davi Leal wrote:
> Hi Bill,
>
> I asked you to set up the HTTP redirect
> from www.gnuherds.org
> to gnuherds.leals.com
>
> Could you disable it?.
>
Done.
Thanks Bill!.
We have lost our demo host at gnuherds.leals.com :'(
Could you?:
Move the apache DocumentRoot
from /var/www/vhosts/gnuherds/
to /var/www/vhosts/gnuherds/Layer-0__Site_entry_point/
Install:
Smarty, http://smarty.php.net/
Install:
Smarty-Gettext, Http://smarty.incutio.com/?page=SmartyGettext
Create the 'gnuherds' PostgreSQL data base:
@server:/home/user:~$ su -
address@hidden:/home# su - postgres
address@hidden:~$
address@hidden:~$ createdb gnuherds
CREATE DATABASE
address@hidden:~$
address@hidden:~$ psql gnuherds
gnuherds=#
gnuherds=# CREATE USER davi CREATEUSER ;
gnuherds=# GRANT ALL ON DATABASE gnuherds TO davi ;
PHP 5.0 and gettext are installed.
Regards,
Davi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Disabling the gnuherds.org redirect,
Davi Leal <=