K kalaj Verified User Joined Jun 13, 2007 Messages 20 Jan 20, 2008 #1 I find my phpinfo() will show some info like apache2handler, how to hide it for security reason?
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,986 Location California Jan 23, 2008 #2 phpinfo is a built-in php function. You can either write your own function, or call it through some kind of wrapper that will cull out whatever you don't want shown. Or rewrite the relevant section of PHP and recompile. That's what open source is all about . Jeff
phpinfo is a built-in php function. You can either write your own function, or call it through some kind of wrapper that will cull out whatever you don't want shown. Or rewrite the relevant section of PHP and recompile. That's what open source is all about . Jeff
K kalaj Verified User Joined Jun 13, 2007 Messages 20 Jan 24, 2008 #3 Thanks, Jeff. I think first one is much easy, but I don't got a idea
K kalaj Verified User Joined Jun 13, 2007 Messages 20 Jan 24, 2008 #5 disable it would make phpinfo display none of info.
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,986 Location California Jan 28, 2008 #6 My point is simply that phpinfo is a php function; rewriting it is really not within the realm of what DirectAdmin does. Perhaps I should move the thread to Off-Topic Discussion? Jeff
My point is simply that phpinfo is a php function; rewriting it is really not within the realm of what DirectAdmin does. Perhaps I should move the thread to Off-Topic Discussion? Jeff