หลังจากติดตั้ง nginx ด้วยการสนับสนุนผู้โดยสารใน '/ opt' ทำไมมันไม่เริ่มจาก 'init.d'


15

ฉันผ่านการสอนhttp://craiccomputing.blogspot.com/2010/10/passenger-3-nginx-and-rvm-on-mac-os-x.htmlและทุกอย่างก็โอเค ไม่มีข้อผิดพลาด

Nginx with Passenger support was successfully installed.

The Nginx configuration file (/opt/nginx/conf/nginx.conf)
must contain the correct configuration options in order for Phusion Passenger
to function correctly.

This installer has already modified the configuration file for you! The
following configuration snippet was inserted:

  http {
      ...
      passenger_root /home/alex/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.14;
      passenger_ruby /home/alex/.rvm/wrappers/ruby-1.9.3-p194/ruby;
      ...
  }

After you start Nginx, you are ready to deploy any number of Ruby on Rails
applications on Nginx.

อย่างไรก็ตามฉันไม่สามารถเริ่มได้

alex@ubuntu:~$ sh -x /etc/init.d/nginx start
sh: 0: Can't open /etc/init.d/nginx

sudo /etc/init.d/nginx start
sudo: /etc/init.d/nginx: command not found

มีไดเรกทอรีopt/nginxอยู่และมีไฟล์อยู่ด้วย Localhost:80ไม่ทำงานเช่นกัน

ข้อเสนอแนะใด ๆ

คำตอบ:


3

วิธีปกติในการติดตั้งnginxคือผ่านapt-get(หรือ Synaptic หรือ SW Center) และนั่นไม่ได้ใส่อะไรเลย/optAFAIK ในกรณีดังกล่าวคุณสามารถหยุด / เริ่มต้นด้วยการออก:

sudo service nginx start|stop|restart (etc)

หากคุณnginxติดตั้งตัวเอง/optฉันสงสัยว่ามันจะแตะ/etc/init.dไดเรกทอรี ...


1
มันบอกว่า 'nginx: บริการที่ไม่รู้จัก'
Alex Malex

1
sudo apt-get install nginx
ish

1
ทำไม? ก่อนหน้านี้ได้กล่าวว่า 'ติดตั้ง Nginx พร้อมการสนับสนุนผู้โดยสารเรียบร้อยแล้ว'
Alex Malex

2
คุณกำลังติดตามการสอนสำหรับMacซึ่งบอกชัดเจนว่าเริ่มต้นnginxด้วยsudoและหยุดด้วยkillallแล้วคุณถามว่าทำไมมันไม่ได้ติดตั้งเป็นบริการ!
ish

2
ฉันเชื่อว่า OP กำลังถามเกี่ยวกับผู้โดยสาร nginx + ไม่ใช่ vanilla nginx
user10962

20

วิธีปกติในการติดตั้งการติดตั้ง Rails + NGINX + Passenger + RVM นั้นมักจะเกี่ยวข้องกับ nginx ที่อยู่ใน / opt / nginx แต่จริงๆแล้วมันไม่ได้สร้างไฟล์เริ่มต้น init.d โพสต์บล็อกนี้แสดงให้เห็นว่าคุณสามารถคว้าหนึ่งจากLinodeได้อย่างง่ายดาย:

wget -O init-deb.sh https://www.linode.com/docs/assets/660-init-deb.sh
sudo mv init-deb.sh /etc/init.d/nginx
sudo chown root:root /etc/init.d/nginx
sudo chmod +x /etc/init.d/nginx
sudo /usr/sbin/update-rc.d -f nginx defaults

สำหรับลูกหลานนี่คือสคริปต์จาก Linode:

#! /bin/sh

### BEGIN INIT INFO
# Provides:          nginx
# Required-Start:    $all
# Required-Stop:     $all
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: starts the nginx web server
# Description:       starts nginx using start-stop-daemon
### END INIT INFO

PATH=/opt/nginx/sbin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/opt/nginx/sbin/nginx
NAME=nginx
DESC=nginx

test -x $DAEMON || exit 0

# Include nginx defaults if available
if [ -f /etc/default/nginx ] ; then
        . /etc/default/nginx
fi

set -e

case "$1" in
  start)
        echo -n "Starting $DESC: "
        start-stop-daemon --start --quiet --pidfile /opt/nginx/logs/$NAME.pid \
                --exec $DAEMON -- $DAEMON_OPTS
        echo "$NAME."
        ;;
  stop)
        echo -n "Stopping $DESC: "
        start-stop-daemon --stop --quiet --pidfile /opt/nginx/logs/$NAME.pid \
                --exec $DAEMON
        echo "$NAME."
        ;;
  restart|force-reload)
        echo -n "Restarting $DESC: "
        start-stop-daemon --stop --quiet --pidfile \
                /opt/nginx/logs/$NAME.pid --exec $DAEMON
        sleep 1
        start-stop-daemon --start --quiet --pidfile \
                /opt/nginx/logs/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS
        echo "$NAME."
        ;;
  reload)
          echo -n "Reloading $DESC configuration: "
          start-stop-daemon --stop --signal HUP --quiet --pidfile     /opt/nginx/logs/$NAME.pid \
              --exec $DAEMON
          echo "$NAME."
          ;;
      *)
            N=/etc/init.d/$NAME
            echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
            exit 1
            ;;
    esac

    exit 0

สิ่งหนึ่งที่ควรระวัง: หากคุณเปลี่ยนตำแหน่ง nginx.pid ของคุณ (ค่าเริ่มต้นเป็น / opt / nginx / log ฉันเปลี่ยน Mine เป็น / var / run) คุณจะต้องเปลี่ยนมันในไฟล์นี้ ใกล้ด้านบนเพียงแค่ประกาศว่าเป็นตัวแปร:

PIDPATH=/var/run/$NAME.pid

และแทนที่ที่ใดก็ได้ที่มีเส้นทางไป pid ด้วย $ PIDPATH (แม้ว่าคุณจะรักษาเส้นทางเดิมสิ่งนี้จะทำให้สคริปต์อ่านง่ายขึ้น)


1

ผมขอแนะนำให้ใช้Brightbox PPAกล่าวถึงในBrightbox วิกิพีเดีย สิ่งนี้จะช่วยให้การบริการตามปกติเหมือนservice nginx startหรือ/etc/init.d/nginx startออกจากกล่อง

มันใช้งานได้ดีสำหรับฉันอย่างแม่นยำ (12.04 LTS)


1
คำปรึกษาที่ดี. หมายเหตุ: URL ของไฟล์ init https://www.linode.com/docs/assets/660-init-deb.shได้ย้ายถาวร
Teemu Leisti
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.