IGOS Nusantara dan phpsysinfo: Perbedaan revisi

Dari IGNwiki
Langsung ke: navigasi, cari

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /var/www/html/igos-nusantara-web/wiki/includes/diff/DairikiDiff.php on line 438
(Buat konfigurasi /ect/httpd/conf.d/phpsysinfo)
 
(Satu revisi antara oleh pengguna yang sama tidak ditampilkan)
Baris 1: Baris 1:
 
phpSysInfo[1]  dipakai untuk menampilkan informasi tentang server melalui web.
 
phpSysInfo[1]  dipakai untuk menampilkan informasi tentang server melalui web.
  
phpSysInfo memerlukan:
+
phpSysInfo memerlukan Web server dan modul php-xml
* Web server
+
# yum install php-xml
* php-xml
+
  
 
=== Unduh dan extrak phpSysInfo ===
 
=== Unduh dan extrak phpSysInfo ===
Baris 16: Baris 15:
  
 
=== Buat konfigurasi /ect/httpd/conf.d/phpsysinfo ===
 
=== Buat konfigurasi /ect/httpd/conf.d/phpsysinfo ===
Alias /phpsysingo   /var/www/phpsysinfo
+
Alias /phpsysinfo   /var/www/phpsysinfo
+
 
<Directory /var/www/phpsysinfo>
+
<Directory /var/www/phpsysinfo>
Order Deny,Allow
+
  Order Deny,Allow
Deny from all
+
  Deny from all
#Allow from 127.0.0.1
+
  #Allow from 127.0.0.1
#Allow from all
+
  #Allow from all
Allow from 192.168.0
+
  Allow from 192.168.0
</Directory>
+
</Directory>
  
 
=== Tampilkan ===
 
=== Tampilkan ===

Revisi terkini pada 2 Mei 2010 04.24

phpSysInfo[1] dipakai untuk menampilkan informasi tentang server melalui web.

phpSysInfo memerlukan Web server dan modul php-xml

# yum install php-xml

Unduh dan extrak phpSysInfo

# wget https://sourceforge.net/projects/phpsysinfo/files/phpsysinfo/3.0.4/phpsysinfo-3.0.4.tar.gz/download
# tar xvf phpsysinfo-3.0.4.tar.gz 
# mv phpsysinfo /var/www

Konfigurasi /var/www/phpsysinfo/config.php

Sudah ada berkas config.php.new yang dapat langsung disalin.

# cd /var/www/phpsysinfo
# cp config.php.new config.php

Buat konfigurasi /ect/httpd/conf.d/phpsysinfo

Alias /phpsysinfo    /var/www/phpsysinfo
 
<Directory /var/www/phpsysinfo>
 Order Deny,Allow
 Deny from all
 #Allow from 127.0.0.1
 #Allow from all
 Allow from 192.168.0
</Directory>

Tampilkan

http://

Tautan [1] http://phpsysinfo.sourceforge.net/