Apache bölüm - Açmaya sağlayan https://localhost/xyz
There is the config file xampp/apache/conf/extra/httpd-ssl.conf which contains all the ssl specific configuration. It's fairly well documented, so have a read of the comments and take look at http://httpd.apache.org/docs/2.2/ssl/.
The files starts with <IfModule ssl_module>
, so it only has an effect if the apache has been started with its mod_ssl module.
Bir düzenleyicide dosya xampp / apache / conf / httpd.conf açın ve hat için arama
#LoadModule ssl_module modules/mod_ssl.so
, hashmark kaldırmak dosyayı kaydedin ve apache yeniden başlatın. Webserver şimdi XAMPP temel / default ssl confguration ile başlamalıdır; test ancak apache belgelerinde Mod_Ssl'li hakkında biraz daha okumak isteyebilirsiniz için yeterince iyi.
PHP bölüm - kullanmak adldap sağlayan ldap over ssl
adldap needs php's openssl extension to use "ldap over ssl" connections. The openssl extension ships as a dll with xampp. You must "tell" php to load this dll, e.g. by having an extension=nameofmodule.dll
in your php.ini
Run
echo 'ini: ', get_cfg_var('cfg_file_path');
It should show you which ini file your php installation uses (may differ between the php-apache-module and the php-cli version).
Open this file in an editor and search for
;extension=php_openssl.dll
, noktalı virgülü kaldırın dosyayı kaydedin ve apache yeniden başlatın.
ayrıca bkz: http://docs.php.net/install.windows.extensions