dear sir,
I install pacsone on window platform is successful.
and I install it on CentOS5.6final kernel 2.6.18 isn't work!
step by install
1. yum install mysql-server mysql httpd php-*
2. I install phpmyadmin-2.11.10-all-languages.tar is working
3. I install pacsone into /home/pacsone by ./install.sh is successful
4. i config httpd (/etc/httpd/conf/)
- LoadModule php5_module modules/libphp5.so
- TypesConfig conf/mime.types
- AddType application/x-httpd-php .php
- Alias /pacsone "/home/pacsone/php"
<Directory "/home/pacsone/php">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
5.Final I test to http://localhost/pacsone/Hello.php >> is show 403 Forbidden
How can i do??
Best regards.
Aom