View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004361 | Windows and other desktop OS | Server | public | 2021-07-12 12:45 | 2025-04-30 12:48 |
Reporter | DigitalMy | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Summary | 0004361: Install multiple SSL web sites to one Windows server OS with Apache | ||||
Description | Edit httpd.conf add: LoadModule ssl_module modules/mod_ssl.so first run Apache in the same Windows 2008R2 OS transfer all web sites from IIS to Apache with php leave ftp sites in IIS | ||||
Tags | No tags attached. | ||||
FinishDate | |||||
StartDate | 2022-02-22 | ||||
WasteTime | 5 | ||||
PriorityIndex | 6 | ||||
LaboriousnessIndex | 1 | ||||
|
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. fixed by putting proper driver version extension=php_sqlsrv_82_ts_x64.dll for this PHP Version 8.2.12 x64 TS |
|
Use xampp distributive installed with php SSL works fine for several sites now |
|
Allow root index open in Directory: <FilesMatch "^()$"> Require all granted </FilesMatch> |