Pacsone Ubuntu

Trouble during PacsOne Server installations
Post Reply
LMSSML
Posts:71
Joined:Thu Sep 04, 2008 9:17 pm
Pacsone Ubuntu

Post by LMSSML » Wed Mar 16, 2011 3:43 pm

HI there,

Seems like the pacsone on linux it dosen't go so well like a windows.

I've tried to reformat and install all again surprise (probably my mistake) when I try to make http://localhost/pacsone/home.php or even with Hello.php it asks to download the file.

Probably a php problem but I couldn't know or even found anything .

Any help ?

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Wed Mar 16, 2011 3:58 pm

No, this seems to suggest problem with the Apache configuration file (httpd.conf), so you need to make sure you are loading the PHP module and add the following MIME type:

Code: Select all

LoadModule php5_module modules/libphp5.so
...
#
# TypesConfig describes where the mime.types file (or equivalent) is
# to be found.
#
TypesConfig conf/mime.types
AddType application/x-httpd-php .php

Post Reply