ID: 37631 User updated by: paes at abaco dot com dot br Reported By: paes at abaco dot com dot br Status: Bogus Bug Type: *Configuration Issues Operating System: Linux 2.4.32 PHP Version: 5.1.4 New Comment:
But I was tried to compile PHP only with: ./configure --prefix=/usr --with-apxs=/usr/sbin/apxs and I got the same error.. Another thing is that files appears only when I start with "startssl".. Maybe a mod_SSL problem so? Previous Comments: ------------------------------------------------------------------------ [2006-05-29 19:14:10] [EMAIL PROTECTED] Obviously some software in your system does this. Just a hint: the ".3.36 (Unix)" part of the name looks like the line from "Server" header, which expose_php changes from "Server: Apache/1.3.36 (Unix)" to "Server: Apache/1.3.36 (Unix) PHP/<server>". This is the only thing expose_php changes. ------------------------------------------------------------------------ [2006-05-29 18:26:51] paes at abaco dot com dot br # 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. ------------------------------------------------------------------------ [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