rodney
04-02-2004, 12:51 AM
phpsysinfo.sourceforge.net
I untar the package and rename the config.php.new to config.php
everything appears to be NA when I view the stats
What must be I next after the rename?
Please help
thx
sprintserve
04-02-2004, 12:55 PM
You also need open_basedir protection off.
rodney
04-02-2004, 01:15 PM
/home/techserv/:/usr/lib/php:/usr/local/lib/php:/tmp
this is where my open base dir is pointing
should i set it to no value?
sprintserve
04-02-2004, 01:38 PM
add :/proc to the end
and restart Apache. That should bring up most information.
Brightadmin
04-12-2004, 08:10 AM
Hi,
Try with this steps may be it work.
(1) wget http://phpsysinfo.sourceforge.net/phpsysinfo-
20040405.tar.gz
(2) tar zxvf phpsysinfo-20040405.tar.gz
(3) Edit /etc/php.ini and set include_path = "."
safe_mode = Off
(4) Move phpsysinfo-dev directory to your document root.
(5) mv config.php.new config.php
(6) Restart httpd server
(7) Now you can access your System Information via
http://your-domain.com/phpsysinfo-dev/
Regards,
Bright:)