I have a test server in server-only mode. It is a fresh install with updates applied to bring it it SME 7.1.2. I have tried to use this post as a guide
http://forums.contribs.org/index.php?topic=22307.0I have installed my application in /usr/local/ledger-smb. I have set its ownership to www:www. There is a file 'index.html' in that directory.
I have created an ibay called ledger-smb and allowed for executable content and allowed local access no-passwords.
I created /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf and put into that a file called '95ledger-smb'. The content of this file is:
Alias /ledger-smb /usr/local/ledger-smb/
<Directory /usr/local/ledger-smb>
AllowOverride All
AddHandler cgi-script .pl
AddDefaultCharset On
Options ExecCGI Includes FollowSymlinks
Order Allow,Deny
Allow from All
</Directory>
<Directory /usr/local/ledger-smb/users>
Order Deny,Allow
Deny from All
</Directory>
(These were the recommended settings for this web app.)
I then expanded the template and restarted Apache. This fragment is included at the end of /etc/httpd/conf/httpd.conf
It is my understanding that when I use my web browser to go to '<domain name>/ledger-smb' I should get the index.html page that is in /usr/local/ledger-smb. What happens is that I get the standard "This information bay has not yet been customized." page.
Any suggestions for resolving this would be much appreciated.
John