networking
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
networking [2014/12/02 12:00] – [Learning PHP] karl | networking [2018/03/26 00:44] (aktuell) – [php.ini] karl | ||
---|---|---|---|
Zeile 61: | Zeile 61: | ||
A HTTP request header ends with an empty line. The new line characters are < | A HTTP request header ends with an empty line. The new line characters are < | ||
+ | |||
+ | ===== 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: | ||
?> | ?> | ||
</ | </ | ||
+ | |||
+ | |||
+ | ===== php.ini ===== | ||
+ | |||
+ | diff / | ||
+ | |||
+ | If this command returns nothing, then your PHP uses dev configuration. | ||
+ | |||
+ | diff / | ||
+ | |||
+ | If this command returns nothing your PHP uses production configuration. | ||
+ | |||
+ | If you want to use dev configuration, | ||
+ | |||
+ | sudo cp / | ||
+ | |||
+ | If you want to use production configuration, | ||
+ | |||
+ | sudo cp / | ||
+ | | ||
+ | | ||
+ | {{tag> | ||
+ |
networking.1417518034.txt.gz · Zuletzt geändert: 2014/12/02 12:00 (Externe Bearbeitung)