I have installed Achievo and the mysql databases. I built a template called 93Achievo and put it in:
/etc/e-smith/templates-custom/etc/conf/httpd.conf
The text in the template is:
#-------------------------------------------
# Achievo-0.8.1
#-------------------------------------------
Alias /achievo /opt/achievo-0.8.1
Options -Indexes
AllowOverride None
order allow,deny
allow from all
AddType application/x-httpd-php .php .php3
php_flag magic_quotes_gpc off
php_flag track_vars on
#------------------------------------------------
I then do: /sbin/e-smith/expand-template /etc/e-smith/htppd.conf
and restart httpd
When I point a browser to
https://server/achievo I get a file not found error.
Any clues?
-jeff