ID: 37631 User updated by: paes at abaco dot com dot br Reported By: paes at abaco dot com dot br -Status: Feedback +Status: Open Bug Type: *Configuration Issues Operating System: Linux 2.4.32 PHP Version: 5.1.4 New Comment:
# grep ^expose_php /var/www/conf/php.ini expose_php = On # apachectl startssl /usr/sbin/apachectl startssl: httpd started # ls -la / | grep .3.36 <no result> And when I change the value of expose_php on php.ini: # grep ^expose_php /var/www/conf/php.ini expose_php = Off # apachectl startssl /usr/sbin/apachectl startssl: httpd started # ls -la / | grep .3.36 -rw-r--r-- 1 root root 67584 2006-05-29 14:16 .3.36 (Unix) -rw-r--r-- 1 root root 1 2006-05-29 14:16 .3.36 (Unix).lock Not necessary under user www, just a comment because the file ownership is not www. Previous Comments: ------------------------------------------------------------------------ [2006-05-29 18:13:55] [EMAIL PROTECTED] What makes you think it's PHP creates them (expecially when it's running under www user)? ------------------------------------------------------------------------ [2006-05-29 18:05:43] paes at abaco dot com dot br Description: ------------ When I disable "expose_php", PHP create some files on root directory. I'm running Apache 1.3.36 and mod_SSL 2.8.27. Expected result: ---------------- None of these files on root directory. Actual result: -------------- expose_php = Off in /var/www/conf/php.ini # apachectl stop && apachectl startssl # ls -la / .. -rw-r--r-- 1 root root 67584 2006-05-29 13:53 .3.36 (Unix) -rw-r--r-- 1 root root 1 2006-05-29 13:53 .3.36 (Unix).lock .. (Note: I'm running Apache under user www) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37631&edit=1
