install on centOS5

Trouble during PacsOne Server installations
Post Reply
aomna
Posts:7
Joined:Sun Apr 01, 2012 5:05 pm
install on centOS5

Post by aomna » Sun Apr 22, 2012 3:50 am

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

aomna
Posts:7
Joined:Sun Apr 01, 2012 5:05 pm

Post by aomna » Mon Apr 23, 2012 4:41 am

I known. In installation manual have to permission setting to 644 is wrong!!
I have setting to 755 is working.

:P :P

Post Reply