Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
systems:wamp:using_wamp_server_in_production [2015/07/16 10:08]
smayr [Configuring Apache]
systems:wamp:using_wamp_server_in_production [2018/01/19 17:15] (current)
smayr [References]
Line 50: Line 50:
 </code> </code>
  
-Source: [[http://pierrebaron.fr/blog/using-wampserver-in-production|Using WAMP Server in Production]]+=== Upgrading WampServer === 
 +  # Backup WAMP folder''C:\WAMP'' 
 +  # Document passwords and permissions. List users (no password): <code>mysql> SELECT user, host FROM mysql.user; </code>  
 +  # Document edited files. 
 +    * ''[wamp]/apps/phpmyadminVerNo/config.inc.php'': Username/password, authentication, ports. 
 +    * ''[wamp]/wampmanager.tpl'': References to http://localhost if changed to http://localhost:8080 (3 places). 
 +    * ''[wamp]/bin/apache/apacheVerNo/conf/httpd.conf'': Verify settings with correct port, such as ''Listen 80'' and ''localhost:80''
 +    * ''[wamp]/bin/mysql/mysqlVerNo/my.ini'': Verify mysql port 3306 to 3307 (3 places). 
 +    * ''[wamp]/scripts/testport'': Verify port 80 (several places). 
 +    * ''[wamp]/lang/English'': Verify port 80. 
 +    * Document version numbers for Apache, MySQL and PhpMyAdmin, and whether computer is 64/32 bit. 
 +  # Uninstall WAMPSERVER from control panel, to remove all files (except ''www'' and ''bin'' folders). 
 +  # Install correct version of WAMPSERVER. 
 +  # Enable rewrite module in Apache (menu in WAMP: Apache > Modules > Rewrite (checkmark)). 
 +  # Start WAMP. 
 +  # Check access to ''http://localhost'' 
 +  # Edit password for PhpMyAdmin in ''config.php.inc'' 
 + 
 +=== References === 
 + 
 +  * [[http://pierrebaron.fr/blog/using-wampserver-in-production|Using WAMP Server in Production]] 
 +  * [[http://flowingmotion.jojordan.org/2013/07/19/12-steps-to-rebuild-your-wamp-server-without-losing-your-data/|Rebuild WAMP Server without losing you data]] 
 +  * [[http://wampserver.aviatechno.net|AviaTechno WAMP Server Download Mirror]]