Warning: Undefined array key "DOKU_PREFS" in /home/clients/0de9ff9beee4541cf1f61437ce7bce2b/web/hec/inc/common.php on line 2082
WAMP [HEC 4 ALL]

Warning: Undefined array key 5 in /home/clients/0de9ff9beee4541cf1f61437ce7bce2b/web/hec/inc/html.php on line 1453

Warning: Undefined array key -1 in /home/clients/0de9ff9beee4541cf1f61437ce7bce2b/web/hec/inc/html.php on line 1458

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
3:reseaux_et_telecommunications:wamp [d-m-Y H:i]
boris créée
3:reseaux_et_telecommunications:wamp [d-m-Y H:i]
boris
Ligne 1: Ligne 1:
-====== WAMP ====== 
-===== Liens ===== 
-^ Name ^ Url ^ 
-| apache | [[http://httpd.apache.org|httpd.apache.org]] | 
-| php | [http://www.php.net/downloads.php|php.net]] | 
-| mysql | [[http://dev.mysql.com/downloads/index.html|mysql.com]] | 
-| phpmyadmin | [[http://www.phpmyadmin.net|phpmyadmin.net]] | 
-| ActivePerl |  [[http://aspn.activestate.com/ASPN/Downloads/ActivePerl/|activestate.com]] | 
-| Subversion | [[http://subversion.tigris.org|subversion.tigris.org]] | 
-| AWstats | [[http://awstats.sourceforge.net|awstats.sourceforge.net]] | 
-| Openssl/mod_ssl | [[http://hunter.campbus.com|hunter.campbus.com]] | 
  
-===== Apache===== 
-==== httpd.conf ==== 
- 
-custom php settings 
- 
-  PHPIniDir "D:\wwwserver\php" 
- 
-  php_flag register_globals On 
-  php_flag allow_call_time_pass_reference On 
-  php_flag register_long_arrays On 
- 
-==== SSL === 
- 
-http://www.thompsonbd.com/tutorials/apachessl.php 
- 
-=== 1. Setting Up OpenSSL === 
-Copy openssl.cnf into the same folder where you unzipped OpenSSL. 
-Copy the files ssleay32.dll and libeay32.dll from the OpenSSL folder to WINNT\System32 
-Copy ssl.conf in the Apache2/conf directory 
- 
-=== 2. Creating a test certificate === 
-  openssl req -config openssl.cnf -new -out my-server.csr 
-  openssl rsa -in privkey.pem -out my-server.key 
-  openssl x509 -in my-server.csr -out my-server.cert -req -signkey my-server.key -days 365 
-Create a directory in the Apache folder name Apache2/conf/ssl and move my-server.key and my-server.cert into it. 
- 
-=== 3. Configuring Apache and mod_ssl === 
-Open the httpd.conf file and locate the LoadModule directives. Add 
-  LoadModule ssl_module modules/mod_ssl.so 
- 
-After </IfModule> add 
-  SSLMutex default 
-  SSLRandomSeed startup builtin 
-  SSLSessionCache none 
- 
-In the VirtualHost directives add 
-  <VirtualHost www.my-domain.com:443> 
-  SSLEngine On 
-  SSLCertificateFile conf/ssl/my-server.cert 
-  SSLCertificateKeyFile conf/ssl/my-server.key 
-  </VirtualHost> 
- 
-Open the ssl.conf file and set the correct www.my-domain.com and DocumentRoot. 
3/reseaux_et_telecommunications/wamp.txt · Dernière modification: d-m-Y H:i de boris
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0 Fristcher.ch