Check out Sorceforge, there are several post on your issue.the
I have it running so let me know if you can't get it running after you look at the post.
Below is my post from SourceForge
Rick
Rick@CK-Consulting.net
http://sourceforge.net/forum/message.php?msg_id=2686857-------------------------------------------------
If anyone would like to edit these please do, these are just my notes. I'm new to Linux and I know I have some rights issues as I had to give everyone full control over the Documents dir to get it to work. chmod -R 777 Documents
Build an SME 6.0.1-01 server
Open /server-manager
Remote access
Set “Secure Shell Settings” to “Allow access only from local networks”
Allow Administrative command line...YES
Create Ibay OWL
Delete index.html from ibay
Copy contents of OWL to the new IBAY/html
Set MySql password
# mysqladmin password pass
Create data base
cd /home/e-smith/files/ibays/owl/html/DOCS/sql
mysqladmin -p create intranet
mysql -p intranet < mysql-tables.sql
Edit /html/admin/owl.php
$default->owl_root_url = "/owl";
$default->owl_fs_root = "/home/e-smith/files/ibays/owl/html";
$default->owl_FileDir = "/home/e-smith/files/ibays/owl/html";
$default->owl_db_pass = "zoom";
$default->debug = true;
$default->admin_login_to_browse_page = true;
Set Permissions
cd /cd /home/e-smith/files/ibays/owl/html
mkdir Documents
cd /home/e-smith/files/ibays/owl
chmod -R 775 html
chown -R root.root html
cd html
chown -R nobody.nobody Documents
chmod -R 777 Documents
Edit /etc/httpd/conf/httpd.conf
From:
< Directory /home/e-smith/files/ibays/owl/html>
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
php_admin_value open_basedir /home/e-smith/files/ibays/owl
</Directory>
To:
<Directory /home/e-smith/files/ibays/owl/html>
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
</Directory>
Rick
Rick@CK-Consulting.net
http://