{"id":12402,"date":"2024-04-24T00:35:41","date_gmt":"2024-04-23T19:35:41","guid":{"rendered":"https:\/\/alexeyka.zantsev.com\/?p=12402"},"modified":"2024-05-02T14:46:48","modified_gmt":"2024-05-02T09:46:48","slug":"netbsd-10-httpd-with-php-support","status":"publish","type":"post","link":"https:\/\/alexeyka.zantsev.com\/?p=12402","title":{"rendered":"NetBSD 10: httpd with PHP support"},"content":{"rendered":"\n<pre class=\"wp-block-code has-vivid-red-color has-text-color has-link-color wp-elements-5403183b176b2470c223609008f82b35\"><code>pkgin install bozohttpd-20240126 php-8.3.4<\/code><\/pre>\n\n\n\n<p>By default httpd is run under _httpd user. To start from command line and specify another user (e.g. nobody) type:<\/p>\n\n\n\n<pre class=\"wp-block-code has-vivid-red-color has-text-color has-link-color wp-elements-50b214f8096b8bcf1529ad253392de66\"><code>\/usr\/libexec\/httpd -b -U nobody -C .php \/usr\/pkg\/libexec\/cgi-bin\/php \/var\/www\/<\/code><\/pre>\n\n\n\n<p>To start httpd automatically, edit \/etc\/rc.conf (not \/etc\/rc.local , not \/etc\/defaults\/rc.conf):<\/p>\n\n\n\n<pre class=\"wp-block-code has-vivid-red-color has-text-color has-link-color wp-elements-8fbab9cb9c5a6c87883791faf6d3b45c\"><code>httpd=YES\nhttpd_flags=\"-b\"\nhttpd_flags=\"-C .php \/usr\/pkg\/libexec\/cgi-bin\/php\"\nhttpd_wwwuser=\"nobody\"\t# this is a separate variable,\n                        # you may read '<a href=\"https:\/\/man.netbsd.org\/rc.conf.5\" data-type=\"link\" data-id=\"https:\/\/man.netbsd.org\/rc.conf.5\" target=\"_blank\" rel=\"noreferrer noopener\">man 5 rc.conf<\/a>' about it\n                        # and about other variables<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>By default httpd is run under _httpd user. To start from command line and specify another user (e.g. nobody) type: To start httpd automatically, edit \/etc\/rc.conf (not \/etc\/rc.local , not \/etc\/defaults\/rc.conf):<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[288,66,284],"class_list":["post-12402","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-bozohttpd","tag-httpd","tag-netbsd"],"_links":{"self":[{"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=\/wp\/v2\/posts\/12402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12402"}],"version-history":[{"count":3,"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=\/wp\/v2\/posts\/12402\/revisions"}],"predecessor-version":[{"id":12407,"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=\/wp\/v2\/posts\/12402\/revisions\/12407"}],"wp:attachment":[{"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=12402"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=12402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}