Benutzer-Werkzeuge

Webseiten-Werkzeuge


networking

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
networking [2014/12/02 12:00]
karl [Learning PHP]
networking [2018/03/26 00:44] (aktuell)
karl [php.ini]
Zeile 61: Zeile 61:
  
 A HTTP request header ends with an empty line. The new line characters are <CR><LF>, as used in the Windows-world.  A HTTP request header ends with an empty line. The new line characters are <CR><LF>, as used in the Windows-world. 
 +
 +===== nmap =====
 +check accessible ports on a computer in the network or on the internet:
 +  nmap -A zeilhofer.co.at
  
 ===== Learning HTML ===== ===== Learning HTML =====
Zeile 101: Zeile 105:
 ?> ?>
 </file> </file>
 +
 +
 +===== php.ini =====
 +
 +  diff /etc/php5/apache2/php.ini /usr/share/doc/php5-common/examples/php.ini-development
 +
 +If this command returns nothing, then your PHP uses dev configuration.
 +
 +  diff /etc/php5/apache2/php.ini /usr/share/php5/php.ini-production
 +
 +If this command returns nothing your PHP uses production configuration.
 +
 +If you want to use dev configuration,
 +
 +  sudo cp /usr/share/doc/php5-common/examples/php.ini-development /etc/php5/apache2/php.ini
 +
 +If you want to use production configuration,
 +
 +  sudo cp /usr/share/php5/php.ini-production /etc/php5/apache2/php.ini
 +  
 +  
 +{{tag>software english web programming}}
 +
networking.1417518034.txt.gz · Zuletzt geändert: 2014/12/02 12:00 (Externe Bearbeitung)