0 Members and 1 Guest are viewing this topic.
errors_to_browser=false
errors_to_browser=true
chmod 750 /home
Directory / is not owned by admin
I don't know what's you mean ' /home directory writable by others'?
[global]logfile=/var/log/httpd/suphp_logloglevel=infowebserver_user=apachedocroot=/env_path=/bin:/usr/binumask=0022min_uid=500min_gid=48; Security optionsallow_file_group_writeable=trueallow_file_others_writeable=falseallow_directory_group_writeable=trueallow_directory_others_writeable=false;Check wheter script is within DOCUMENT_ROOTcheck_vhost_docroot=false;Send minor error messages to browsererrors_to_browser=true[handlers];Handler for php-scriptsx-httpd-php="php:/usr/bin/php-cgi"; x-httpd-php52="php:/usr/local/lxlabs/ext/php/bin/php_cgi"x-httpd-php52="php:/usr/local/lxlabs/ext/php/etc/lxphpcgi.sh";Handler for CGI-scriptsx-suphp-cgi="execute:!self";;; MR -- for using php52 just enough add 'AddHandler x-httpd-php52 .php' on .htaccess.;;; it's make possible running 'dual php' on server!
Immediately release bug-fix. Change using from '/usr/local/lxlabs/ext/php/etc/lxphpcgi.sh' (it's possible security issue because using php.ini of lxphp where without disable_functions) to '/home/apache/etc/suphp/phpcgi.sh'.Need re-click 'enable secondary php' on 'webserver configs' and 'sh /script/fix-chownchmod' (because need 755 permissions for '/home/apache/etc/suphp/phpcgi.sh').
Quote from: "MRatWork"Immediately release bug-fix. Change using from '/usr/local/lxlabs/ext/php/etc/lxphpcgi.sh' (it's possible security issue because using php.ini of lxphp where without disable_functions) to '/home/apache/etc/suphp/phpcgi.sh'.Need re-click 'enable secondary php' on 'webserver configs' and 'sh /script/fix-chownchmod' (because need 755 permissions for '/home/apache/etc/suphp/phpcgi.sh').Ouch !
Run 'sh /script/cleanup' or copy '/usr/local/lxlabs/kloxo/file/apache/' to '/home/apache'
Done - still getting this:Code: [Select]Directory / is not owned by admin
Quote from: "Spacedust"Done - still getting this:Code: [Select]Directory / is not owned by adminInform here log file with content 'Directory / is not owned by admin'
ls -l /home/admin/test.domain.pl/razem 12Kdrwxr-xr-x 2 admin admin 4,0K maj 4 22:35 cgi-bindrwxr-xr-x 2 admin admin 4,0K lut 12 05:10 images-rw-r--r-- 1 admin admin 2,6K maj 4 22:35 index.html-rw-r--r-- 1 admin admin 0 lut 4 2012 index.php
Page created in 0.04 seconds with 17 queries.