Apache autostart
Ievietoja: admin 11 pirmdiena 8. 2008
Sākuma un restart Apache serveris ir konfigurēta, lai sāktu automātiski.Serveris ir iepriekš noteikti šādi.
# cd /usr/local/etc/rc.d
# cp /usr/local/apache2/bin/apachectl /usr/local/etc/rc.d/apache.sh
# chmod 0755 /usr/local/etc/rc.d/apache.sh
apachectl start
sākt ar to pēdējā laikā ir šādi. /etc/rc.local
# Start Apache
/usr/local/apache2/bin/apachectl start
apachectl
būs iziet cauri, ja jūs nezināt, kā uzstādīt dažādu versiju un izskatās šādos veidā. # which apachectl
Iesniegts saskaņā ar Web servera (Apache2) |