Прислали:
- Бэкап CMS 1С-Битрикс: Управлением сайтом
- Дамп БД Percona Server for MySQL 8.0
Имеется комп с Mac OS 10.12 и только что установленный MAMP.
Я распаковал архив с бэкапом в папку проекта в MAMP. Добавил туда файл restore.php
отсюда.
Запустил MAMP:
localhost:8888/project/restore.php
Результат - страница пустая "Сайт localhost пока не может обработать этот запрос."
Файл apache_error.log:
[Thu Oct 12 10:31:13.453301 2023] [mpm_prefork:notice] [pid 1453] AH00163: Apache/2.4.54 (Unix) OpenSSL/1.0.2u PHP/7.4.33 mod_wsgi/3.5 Python/2.7.18 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1 configured -- resuming normal operations
[Thu Oct 12 10:31:13.453320 2023] [:notice] [pid 1496] FastCGI: process manager initialized (pid 1496)
[Thu Oct 12 10:31:13.540126 2023] [core:notice] [pid 1453] AH00094: Command line: '/Applications/MAMP/Library/bin/httpd'
[Thu Oct 12 10:31:33.173532 2023] [authz_core:error] [pid 1500] [client ::1:50781] AH01630: client denied by server configuration: /Applications/MAMP/htdocs/.DS_Store, referer: http://localhost:8888/MAMP/?language=English
[Thu Oct 12 10:35:23.717936 2023] [mpm_prefork:notice] [pid 1453] AH00169: caught SIGTERM, shutting down
[Thu Oct 12 10:36:43.150252 2023] [:notice] [pid 2530] FastCGI: process manager initialized (pid 2530)
[Thu Oct 12 10:36:43.261678 2023] [mpm_prefork:notice] [pid 2513] AH00163: Apache/2.4.54 (Unix) OpenSSL/1.0.2u PHP/7.4.33 mod_wsgi/3.5 Python/2.7.18 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1 configured -- resuming normal operations
[Thu Oct 12 10:36:43.279410 2023] [core:notice] [pid 2513] AH00094: Command line: '/Applications/MAMP/Library/bin/httpd'
[Thu Oct 12 10:36:54.552733 2023] [authz_core:error] [pid 2534] [client ::1:50951] AH01630: client denied by server configuration: /Applications/MAMP/htdocs/.DS_Store, referer: http://localhost:8888/MAMP/?language=English
Файл /etc/hosts
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
Создал файл test.php в папке htdocs. Итог - нужный текст из файла отобр-ся.
Вижу на сайтах какие-то инструкции двух-трех годичной давности с какими-то Virtualbox. Какой самый актуальный и желательно простой способ?