[chora] Stable Chora Build
zx at bugsbunny.laudanski.com
zx at bugsbunny.laudanski.com
Wed Jul 23 18:11:30 PDT 2003
Thanks for the reply, I tried it and it didn't work. Here is what I have
in httpd.conf:
<VirtualHost 66.227.64.136>
Servername cvs.nukecops.com
ServerAlias cvs.nukecops.com
Alias /horde/ /www/horde/
#Alias /chora/ /www/horde/chora/
DocumentRoot /www/horde/chora/
</VirtualHost>
This is the error:
File does not exist: /usr/local/apache/htdocs/horde/cvs.php
Let me try uncommeting out the above chora alias.
When I refreshed the main page it came up, but clicking on a folder link
gave me the following error:
File does not exist: /usr/local/apache/htdocs/horde/cvs.php/includes
On Wed, 23 Jul 2003, Jon Parise wrote:
> On Fri, Jul 18, 2003 at 10:41:59PM -0400, zx at bugsbunny.laudanski.com wrote:
>
> 'cookie_path' => '/'
>
> 'webroot' => ''
Changing it to this:
$this->applications['horde'] = array(
'fileroot' => dirname(__FILE__) . '/..',
'webroot' => '/',
'initial_page' => '',
'icon' => '/graphics/home.gif',
'name' => 'Nuke Cops beta-NC CVS Repository',
'allow_guests' => true,
'status' => 'inactive',
'templates' => dirname(__FILE__) . '/../templates',
'cookie_domain' => $_SERVER['SERVER_NAME'],
'cookie_path' => '/',
'server_name' => $_SERVER['SERVER_NAME'],
'server_port' => $_SERVER['SERVER_PORT']
);
And re-testing doesn't show any errors in the error_log, however, the
graphics and css settings are now all gone. Except for the links and
text, everything is white.
Changing it to this:
$this->applications['horde'] = array(
'fileroot' => dirname(__FILE__) . '/..',
'webroot' => '',
'initial_page' => '',
'icon' => '/graphics/home.gif',
'name' => 'Nuke Cops beta-NC CVS Repository',
'allow_guests' => true,
'status' => 'inactive',
'templates' => dirname(__FILE__) . '/../templates',
'cookie_domain' => $_SERVER['SERVER_NAME'],
'cookie_path' => '/',
'server_name' => $_SERVER['SERVER_NAME'],
'server_port' => $_SERVER['SERVER_PORT']
);
Via the FAQ: http://www.horde.org/faq/admin/config/index.php#c3 shows the
following errors in error_log:
File does not exist: /usr/local/apache/htdocs/horde/chora/css.php
File does not exist:
/usr/local/apache/htdocs/horde/chora/graphics/prefs.gif
File does not exist:
/usr/local/apache/htdocs/horde/chora/graphics/help.gif
So at this point, I don't know what else to do.
Looking forward to more ideas. Thanks
--
Sincerely,
Paul Laudanski / Zhen-Xjell
[This message is for the designated recipient(s) only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.]
More information about the chora
mailing list