Не может генерировать сертификат для марионеточной панели инструментов

Пропавшие без вести

LoadModule php5_module "C:/web/libraries/PHP/php5apache2_2.dll"

Похож на людей PHP, испорченных это.

Для получения строки ScriptAlias выше я на самом деле выбрал "Apache 2.2.x Модуль" в установщике PHP, но похоже, что это добавило директивы PHP-CGI, который не был тем, что я хочу.

Так естественно я выбрал "Apache CGI", чтобы заставить это настраивать для "Apache 2.2.x Модуль" ;)

Вот то, в чем я имею httpd.conf теперь:

PHPIniDir "C:/web/libraries/PHP/"
LoadModule php5_module "C:/web/libraries/PHP/php5apache2_2.dll"    
AddType application/x-httpd-php .php

Я не уверен, совершенно ли это корректно, но это работает.

1
задан 9 May 2013 в 09:56
1 ответ

Very strange that it just worked.. I don't see anything in your Apache config that would cause a 400 response when running under passenger when it's not happening under webrick, but you never know.

Is the puppet master under passenger working ok otherwise?

The next step in figuring out what's wrong would be to enable the --debug line in your config.ru, if you want to keep working on figuring out what happened.. or you can just live with getting the cert requested and signed with the webrick workaround and call it a day.

Make sure the following settings are added to your puppet.conf file:

[master]
    ssl_client_header = SSL_CLIENT_S_DN
    ssl_client_verify_header = SSL_CLIENT_VERIFY
1
ответ дан 4 December 2019 в 00:41

Теги

Похожие вопросы