Kod: Zaznacz cały
# dpkg -l | grep suphp
ii libapache2-mod-suphp 0.7.1-1 Apache2 module to run php scripts with the owner permissions
ii suphp-common 0.7.1-1 Common files for mod suphp
Kod: Zaznacz cały
# apache2ctl -t -D DUMP_MODULES
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
mime_module (shared)
negotiation_module (shared)
php5_module (shared)
setenvif_module (shared)
status_module (shared)
suphp_module (shared)
Syntax OK
Kod: Zaznacz cały
<? system("id") ?>
Kod: Zaznacz cały
uid=33(www-data) gid=33(www-data) groups=33(www-data)
Proszę o pomoc, potrzebuję tego bardzo a nie mogę doszukać się rozwiązania...