Difference between revisions of "Wamp"
From Wiki2
(→wamp) |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===wamp=== | ===wamp=== | ||
restart apache from taskbar wamp/restart all services | |||
test config from /c/wamp/bin/apache/apace2.4/bin | |||
httpd -t | |||
[http://ye5.blogspot.com/2011/01/wamp-server-localhost-shows-blank-page.html sometimes it will show a blank page] if a process is running on port 80. get rid of that process | [http://ye5.blogspot.com/2011/01/wamp-server-localhost-shows-blank-page.html sometimes it will show a blank page] if a process is running on port 80. get rid of that process | ||
netstat -aon | netstat -aon | ||
[http://forum.wampserver.com/read.php?2,125976,125976 on modules with /!\] | |||
[http://www.phpjoel.com/2011/04/07/installing-ssl-using-openssl-on-a-wamp-localhost/ Installing SSL using OpenSSL on a WAMP localhost] | |||
http://forum.wampserver.com/read.php?2,124940 | |||
http://stackoverflow.com/questions/5065281/how-to-enable-ssl-in-wamp-server | |||
http://superuser.com/questions/1009329/https-letsencrypt-installation-on-windows-with-wamp | |||
http://www.howtogeek.com/66438/how-to-easily-access-your-home-network-from-anywhere-with-ddns/ | |||
http://www.phpjoel.com/2011/04/07/installing-ssl-using-openssl-on-a-wamp-localhost/ | |||
{{:git bash}} | |||
Latest revision as of 16:12, 2 March 2017
wamp
restart apache from taskbar wamp/restart all services
test config from /c/wamp/bin/apache/apace2.4/bin
httpd -t
sometimes it will show a blank page if a process is running on port 80. get rid of that process
netstat -aon
Installing SSL using OpenSSL on a WAMP localhost
http://forum.wampserver.com/read.php?2,124940
http://stackoverflow.com/questions/5065281/how-to-enable-ssl-in-wamp-server
http://superuser.com/questions/1009329/https-letsencrypt-installation-on-windows-with-wamp
http://www.howtogeek.com/66438/how-to-easily-access-your-home-network-from-anywhere-with-ddns/
http://www.phpjoel.com/2011/04/07/installing-ssl-using-openssl-on-a-wamp-localhost/
git bash
adding a bin directory to PATH
edit c:/Users/tim/.bashrc and add to path