kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
2 results tagged wamp  ✕
apache - wamp server does not start: Windows 7, 64Bit - Stack Overflow https://stackoverflow.com/questions/12303216/wamp-server-does-not-start-windows-7-64bit
30/06/2016 18:54:21

Astuce pratique pour débuguer apache quand on l'utilise via WAMP sous Windows.

Ouvrir une invite de commande en admin puis taper :

cd c:/wamp/bin/apache/ApacheX.X.X/bin
httpd.exe -e debug
wamp debug apache windows
Comment configurer les Virtual hosts avec Wamp | Freelance Magento Cértifié http://www.nicolas-verhoye.com/comment-configurer-virtual-hosts-wamp.html
01/06/2016 13:28:10

Configurer les VHOSTS avec Wamp (pour accéder à son site avec par exemple monsite.local plutôt que localhost/monsite).

Je me recopie les étapes importantes :

Dans wamp/bin/apache/apache2.2.8/conf/extra/httpd-vhosts.conf ajouter :

<VirtualHost *:80>
ServerAdmin webmaster@dummy-host.localhost
DocumentRoot "C:/wamp/www/monblog/"
ServerName monblog.local
ServerAlias monblog.local
ErrorLog "logs/monblog.local-error.log"
CustomLog "logs/monblog.local-access.log" common
</VirtualHost>

Dans wamp/bin/apache/apache2.2.8/conf/httpd.conf décommenter :

#Include conf/extra/httpd-vhosts.conf

Dans C:/WINDOWS/system32/drivers/etc/hosts ajouter :

127.0.0.1       monblog.local

Et redémarrer WAMP.

wamp windows apache mysql php vhost
3869 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn