[Obm] First Use

Rich Shepard rshepard@appl-ecosys.com
Thu, 24 Aug 2006 12:36:27 -0700 (PDT)


On Thu, 24 Aug 2006, Pierre Baudracco wrote:

> $cgp_host should be set exactly to the url you type to access obm
> $cgp_host = "http:/localhost/obm/"

   I tried it with a single '/' and double '//.' In firefox, what I type is
'http://localhost/obm/php/obm.php'

> the images directory does not exists. It's an alias that has to be set in the 
> apache configuration
>
> See this line in the apache conf (in the obm virtual host section)
>
>        Alias /images /home/pierre/cvs/obm/obminclude/themes

   This was already done:

<VirtualHost 192.168.55.1>
     ServerAdmin webmaster@appl-ecosys.com
     ServerName salmo
     DocumentRoot /var/www/htdocs/obm
     ErrorLog /var/log/apache/obm-error.log
     CustomLog /var/log/apache/obm-access.log common
     SetEnv OBM_INCLUDE_VAR obminclude
     Alias /images /var/www/htdocs/obm/obminclude/themes
     DirectoryIndex obm.php
</VirtualHost>

Rich

-- 
Richard B. Shepard, Ph.D.               |    The Environmental Permitting
Applied Ecosystem Services, Inc.(TM)    |            Accelerator
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863