hello all, I am hosting some WordPress websites on an ubuntu-based dedicated server (8.04) that I try to self manage. WordPress is a Content Management System based on PHP & MySQL. Since release 2.5 it includes a feature of automatic installation/upgrade of extensions.
I can't have this feature working for me. :-( I have understand that it needed suphp to ensure that files permissions that are uploaded match the core files. Thus I have disabled PHP module for apache and installed php-cgi. I have added directives in my virtual hosts, installed suphp and checked the /etc/suphp/suphp.conf file. the automatic install feature is still not working although the website appears correctly. some links that have helped me : http://phpdoc.wordpress.org/trunk/WordPress/Filesystem/WP_Filesystem_Direct.html http://dd32.id.au/2009/02/20/wordpress-filesystem-abstraction-faq/ Here are the apache modules that are loaded Loaded Modules: mod_vhost_alias.c, mod_usertrack.c, mod_suphp.c, mod_status.c, mod_ssl.c, mod_setenvif.c, mod_rewrite.c, mod_proxy_http.c, mod_proxy_ftp.c, mod_proxy_connect.c, mod_proxy.c, mod_negotiation.c, mod_evasive20.c, mod_mime.c, mod_info.c, mod_include.c, mod_headers.c, mod_expires.c, mod_env.c, mod_dir.c, mod_deflate.c, mod_cgi.c, mod_autoindex.c, mod_authz_user.c, mod_authz_host.c, mod_authz_groupfile.c, mod_authz_default.c, mod_authn_file.c, mod_auth_digest.c, mod_auth_basic.c, mod_alias.c, mod_actions.c, mod_so.c, http_core.c, prefork.c, mod_logio.c, mod_log_config.c, core.c any help will be highly appreciated. Thanks in advance for your support . Etienne _______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
