Mac Homebrew php-fpm自启动配置

By admin, 5 十二月, 2024

不知道什么原因,php-fpm自启动不生效了,需要手动配置:

/Library/LaunchDaemons$ cat php-fpm.plist 
      <?xml version="1.0" encoding="UTF - 8"?>
      <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PLIST1.0.dtd">
      <plist version="1.0">
          <dict>
              <key>Label</key>
              <string>php8.3-fpm</string>
              <key>ProgramArguments</key>
              <array>
                  <string>/usr/local/Cellar/php/8.3.13_1/sbin/php-fpm</string>
              </array>
              <key>RunAtLoad</key>
              <true/>
          </dict>
      </plist>

 

评论

Restricted HTML

  • 允许的HTML标签:<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src>
  • 自动断行和分段。
  • 网页和电子邮件地址自动转换为链接。
验证码
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
请输入"Drupal10"

最新评论