apache

Apache: configuration pour drupal, srv web...

commandes utiles - Apache

sudo /etc/init.d/apache2 restart  ou  sudo service apache2 restart

sudo /usr/sbin/apache2ctl -t    ou    sudo apache2ctl -S

sudo a2enmod php5   sudo a2enmod rewrite  et désactiver module : sudo a2dismod rewrite
a2enmod userdir (pour création phpinfo dans un /home/phpinfo)

Logs linux

watch -n 0,5 ps -o rss= `pgrep unity-panel`
tail -n1 -f /var/log/syslog
less /var/log/dmesg
zgrep -a string file.tar.gz

Vers mes notes "Logs linux: liste et astuces"

Ver php et drupal - forcer ver php

rq pour drupal

Attention : certains modules drupal 6 marchent mal avec php 5.3

cf drupal.org/requierements

Pages

S'abonner à RSS - apache