Роман Аганин Posted May 29, 2022 Share Posted May 29, 2022 помогите пожалуйста с установкой apache2+php для работы php скрипта Quote Link to comment Share on other sites More sharing options...
Роман Аганин Posted May 30, 2022 Author Share Posted May 30, 2022 (edited) кто настраивал помогите Edited May 30, 2022 by Роман Аганин Quote Link to comment Share on other sites More sharing options...
Mamay Posted May 30, 2022 Share Posted May 30, 2022 Чем же кашерный nginx то вдруг не угодил? opkg install nginx php5-fastcgi И далее по тексту... Quote Link to comment Share on other sites More sharing options...
zyxmon Posted May 30, 2022 Share Posted May 30, 2022 1 час назад, Mamay сказал: opkg install nginx php5-fastcgi Сейчас в Entware php8. php5 дааавно уже нет! 1 1 Quote Link to comment Share on other sites More sharing options...
TheBB Posted June 1, 2022 Share Posted June 1, 2022 (edited) `opkg install apache-mod-php8` `echo "application/x-httpd-php php" >> /opt/etc/apache2/mime.types` ^ add: если не добавить, не будет обрабатывать php файл(ы), получите пустую страницу `echo 'LoadModule php_module "lib/apache2/libphp.so"' >> /opt/etc/apache2/apache2.conf` ^ add: если не добавить, будет скачивать php файл(ы) Edited June 1, 2022 by TheBB add Quote Link to comment Share on other sites More sharing options...
Роман Аганин Posted June 1, 2022 Author Share Posted June 1, 2022 7 часов назад, TheBB сказал: `opkg install apache-mod-php8` `echo "application/x-httpd-php php" >> /opt/etc/apache2/mime.types` ^ add: если не добавить, не будет обрабатывать php файл(ы), получите пустую страницу `echo 'LoadModule php_module "lib/apache2/libphp.so"' >> /opt/etc/apache2/apache2.conf` ^ add: если не добавить, будет скачивать php файл(ы) а есть по шаговая инструкция? Quote Link to comment Share on other sites More sharing options...
Роман Аганин Posted June 1, 2022 Author Share Posted June 1, 2022 `opkg install apache-mod-php8` `echo "application/x-httpd-php php" >> /opt/etc/apache2/mime.types` ^ add: если не добавить, не будет обрабатывать php файл(ы), получите пустую страницу `echo 'LoadModule php_module "lib/apache2/libphp.so"' >> /opt/etc/apache2/apache2.conf` ^ add: если не добавить, будет скачивать php файл(ы) это команды что надо сделать в entware? и установить add командой opkg instal add всё так? Quote Link to comment Share on other sites More sharing options...
Роман Аганин Posted June 1, 2022 Author Share Posted June 1, 2022 AH00544: apache2: bad group name nogroup как исправить эту ошибку Quote Link to comment Share on other sites More sharing options...
TheBB Posted June 1, 2022 Share Posted June 1, 2022 32 минуты назад, Роман Аганин сказал: AH00544: apache2: bad group name nogroup `sed -i -e 's,^Group nogroup,Group nobody,' /opt/etc/apache2/apache2.conf` Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.