There is difference between local archiveServer and remote
archiveServer:
- local archiveServer is for development only, and in
personal
devel.env. the ~/.campcaster/archiveServer.conf.php is used
*for
archive configuration*
The connection from local storage to archiveServer (URL,
host,
port ...) is specified in storageServer configuration i.e.
in
storageServer/var/conf.php (or
~/.campcaster/storageServer.conf.php for
personal devel.env.).
The standalone archiveServer is configured in its own
conf.php.
Tomá¹ Hlava
thlava email.cz
On Tue, 17 Oct 2006 13:43:00 +0200 (CEST) Frans van Berckel
wrote:
> Thanks Tomas, but what's the difference of setting this
in
>
> ~/.campcaster/storageServer.conf.php
>
> then in
>
> ~/.campcaster/archiveServer.conf.php
>
> where you have remote settings section?
>
> // have to be another remote archive:
>
>
> Frans van Berckel
>
> On Mon, 2006-10-16 at 16:18 +0200, Tomas Hlava wrote:
> > ArchiveServer have been installed on 62.44.9.210
machine - feel free to
> > play with and test it.
> >
> > Appropriate storageServer configuration part:
> > (from ~/.campcaster/storageServer.conf.php for
user development env.
> > or storageServer/var/conf.php for system-wide
environment)
> >
> > /*
================================================ archive
configuration */
> > 'archiveUrlPath' =>
'/campcaster/archiveServer/var',
> > 'archiveXMLRPC' =>
'xmlrpc/xrArchive.php',
> > 'archiveUrlHost' => '62.44.9.210',
> > 'archiveUrlPort' => 80,
> > 'archiveAccountLogin' => 'root',
> > 'archiveAccountPass' => 'q',
> >
> > Tomá¹ Hlava
> > thlava email.cz
> >
> >
>
|