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 [2015/02/10 18:48]
karl [HTTP GET vs. POST]
networking [2018/03/26 00:44] (aktuell)
karl [php.ini]
Zeile 105: 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.1423590490.txt.gz · Zuletzt geändert: 2015/02/10 18:48 von karl