View Issue Details

IDProjectCategoryView StatusLast Update
0004361Windows and other desktop OSServerpublic2021-07-12 13:03
ReporterDigitalMy 
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0004361: Install multiple SLL web sites to Windows server with Apache
DescriptionEdit httpd.conf add
LoadModule ssl_module modules/mod_ssl.so
TagsNo tags attached.
FinishDate
StartDate
WasteTime0
PriorityIndex4
LaboriousnessIndex1

Activities

DigitalMy

2021-07-12 12:48

administrator   ~0007051

Last edited: 2021-07-12 13:03

View 2 revisions

Add PHP to Apache web server

PHPIniDir " /apache/php"
AddHandler application/x-httpd-php .php
LoadModule php7_module " /apache/php/php7apache2_4.dll"

Got errors:
PHP Warning: PHP Startup: Unable to load dynamic library ' \apache\php\ext\php_sqlsrv_73_ts_x64.dll' -
PHP Warning: PHP Startup: Unable to load dynamic library ' \apache\php\ext\php_curl.dll' - %1 Win32.
PHP Warning: PHP Startup: Unable to load dynamic library ' \apache\php\ext\php_openssl.dll' - %1.
PHP Warning: PHP Startup: Unable to load dynamic library ' \apache\php\ext\php_enchant.dll
 in Unknown on line 0

I had to copy ssleay32.dll and libeay32.dll from apache\php dir to apache\bin dir - and it solved error.