hello, i have an Problem,
my httpd.conf Looks like thise:
how i can remove php_admin_value include_path, because owncloud will give me 500 error with this code, which template i Need to Change? i'm running Debian 7 with Plesk 12.1.24
on an other Server with openSuSE 13.1 this part of an owncloud httpd.conf Looks like this:
i found: /opt/psa/admin/conf/templates/Default/Service/php.php but it's Content will me not let see how it will be Need to Change
my httpd.conf Looks like thise:
Code:
<IfModule mod_php4.c>
php_admin_flag engine on
# General settings
php_admin_value include_path ".:/usr/share/php:/usr/share/pear"
php_admin_value session.save_path "/var/lib/php5"
php_admin_value open_basedir "/var/www/vhosts/netsigna.de/:/tmp/"
php_admin_value error_reporting 22519
php_admin_flag display_errors off
php_admin_flag log_errors on
php_admin_flag short_open_tag on
# Performance settings
php_admin_value memory_limit 128M
php_admin_value max_execution_time 120
php_admin_value max_input_time 120
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 128M
# Additional directives
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
# General settings
php_admin_value include_path ".:/usr/share/php:/usr/share/pear"
php_admin_value session.save_path "/var/lib/php5"
php_admin_value open_basedir "/var/www/vhosts/***.de/:/tmp/"
php_admin_value error_reporting 22519
php_admin_flag display_errors off
php_admin_flag log_errors on
php_admin_flag short_open_tag on
# Performance settings
php_admin_value memory_limit 128M
php_admin_value max_execution_time 120
php_admin_value max_input_time 120
php_admin_value post_max_size 128M
php_admin_value upload_max_filesize 128M
# Additional directives
</IfModule>
how i can remove php_admin_value include_path, because owncloud will give me 500 error with this code, which template i Need to Change? i'm running Debian 7 with Plesk 12.1.24
on an other Server with openSuSE 13.1 this part of an owncloud httpd.conf Looks like this:
Code:
<IfModule mod_php5.c>
php_admin_flag engine on
# General settings
php_admin_value open_basedir "/srv/www/vhosts/****.eu/:/tmp/"
# Performance settings
# Additional directives
</IfModule>
i found: /opt/psa/admin/conf/templates/Default/Service/php.php but it's Content will me not let see how it will be Need to Change