wampserver

Can't use WAMP , port 80 is used by IIS 7.5

女生的网名这么多〃 提交于 2019-11-28 15:47:32
I am trying to use WAMP on Windows 7, my WAMP is online, but when I open localhost I get the welcome page of IIS 7.5, although I have uninstalled IIS 7.5 from my PC! Apache server test says that port 80 is used my Microsoft-HTTPAPI/2.0 MS Visual Studio 2010 was uninstalled a short while ago as well. By default WampServer is installed to port 80 which is already used by IIS. To set WampServer to use an open port, left click on the WampServer icon in the system tray and go to Apache > httpd.conf Open the httpd.conf in Notepad. press ctrl+f and search for "Listen 80", change this line to "Listen

Joomla! 3 installation freezes at creating database table

北城以北 提交于 2019-11-28 15:39:28
I am trying to install Joomla! 3.2.1 on my system but the installation freezes half way through. I've downloaded and installed the Wamp Server 2.4 and wanted to locally install Joomla! 3.2.1, but the installation freezes and doesn't finish. It stops short of finishing the installation during the "creating database tables" task: it just stays on this bit seemingly forever. Increasing the max execution time in php.ini and restarting the wamp didn't help. My Wamp 2.4 uses: MySQL 5.6.12 php 5.4.16 Apache 2.4.4 How can I get the installer to go past this point? This problem occurring most usually

XAMPP / WAMP / whatever it is: Apache is running super slow [closed]

老子叫甜甜 提交于 2019-11-28 15:32:34
I've got my Windows PC (localhost) running XAMPP. It loads the pages sometimes really quick or sometimes really slow. So, I figured and searched and was recommended to get WAMP. I got that and installed it. Still, the pages load so damn slowly. No heavy CPU load or anything, all my ports are open too. Any ideas? naitan Here's a solution that really worked for me . One thing to try is changing the following two entries in apache/conf/httpd.conf from OFF to ON : EnableMMAP on EnableSendfile on Also, enable and set realpath_cache_size= 4m to your php.ini file. If your are using InnoDB database

WAMP forbidden error on windows 8

本小妞迷上赌 提交于 2019-11-28 12:10:40
问题 I'm using windows 8 right now trying to install wamp server but it has forbidden error I try this and din't work AllowOverride none Require all granted 回答1: The reason why it happens is IPV6. Windows 8 is by default an IPV6-first Operating System. How? Well just go to command-prompt and run the command ping localhost You will be getting response from ::1 i.e. the loopback address for IPV6. When you try to connect to the server it uses the port 80 along with IPV6 to locate it. Check this post

Windows Batch Script to backup local MySQL databases & only keep N latest FOLDERS with backup files

故事扮演 提交于 2019-11-28 10:37:52
I am using adityasatrio's batch file to backup local MySQL dbs and like to be able to only keep the 30 latest backup files. Using root:root for this example. @echo off set dbUser=root set dbPassword=root set backupDir="D:\MySQLDumps\dbs\" set mysqldump="C:\wamp\bin\mysql\mysql5.6.17\bin\mysqldump.exe" set mysqlDataDir="C:\wamp\bin\mysql\mysql5.6.17\data" set zip="C:\Program Files\7-Zip\7z.exe" :: get date for /F "tokens=2-4 delims=/ " %%i in ('date /t') do ( set yy=%%i set mon=%%j set dd=%%k ) :: get time for /F "tokens=5-8 delims=:. " %%i in ('echo.^| time ^| find "current" ') do ( set hh=%%i

WAMP server shows a blank page

半城伤御伤魂 提交于 2019-11-28 10:10:11
MY WAMP server has broken down. http://localhost shows a blank page. any help please? I had to use system recover at the end and the problem was at the skype, i tried to uncheck the "use port 80" box under skypes options but the only way to do it properly is to recover ur pc at an earlier date. Mind you becareful and make a copy of your data first I had the same problem. It was skype, I had already unchecked the "use port 80" box under skype options but apparently skype was still running on port 80. I followed the advice at http://ye5.blogspot.com/2011/01/wamp-server-localhost-shows-blank-page

Wampserver icon not going green fully, mysql services not starting up?

Deadly 提交于 2019-11-28 10:02:44
I'm running an application on localhost , it's been running successfully for at least a year now, but suddenly today wampserver isn't starting up. Whenever I rightclick on the taskbar icon and "start all services", it gets orange, but never green. Yesterday there was a data loss problem because one of the mysql tables crashed and had to be repaired, if that's related to this in any way. If I try http://localhost/phpmyadmin , I get a 403 Forbidden error, which I never got before. I checked the apache log today and its latest entries are: [Sat Jul 20 14:17:31 2013] [error] [client 127.0.0.1] PHP

Forbidden: You don't have permission to access / on this server, WAMP Error

断了今生、忘了曾经 提交于 2019-11-28 07:33:51
I have installed wamp on windows 8 and received above error whenever I go to localhost or phpmyadmin. After much searching I found many answers which includes modifying the httpd.conf to Allow from All etc. This link shows such a common answer with further information. My problem is that many have argued that it gives permission to all users to access phpMyAdmin and it is insecure and vulnerable etc. I want to create perfectly secure WAMP server and is it OK if I do this? Can someone please provide me with some reference or information? Sarah Kemp I find the best (and least frustrating) path

How to downgrade Wampserver PHP and Apache?

天涯浪子 提交于 2019-11-28 06:24:44
问题 I have a project that runs on Apache 2.2.21 and PHP 5.3.10. I installed the latest wampserver which have Apache 2.4.4 and PHP 5.4.16. How can I downgrade the version? I also have a project that runs in the latest and not in the old version that's why I can't install the old version of wampserver. In my wampserver I installed the Apache and PHP which is old version. But after installing it and restarting my server. I can't run the Apache and PHP. If I start the version of Apache it says the

Could not execute menu item (internal error)[Exception] - When changing PHP version from 5.3.1 to 5.2.9

故事扮演 提交于 2019-11-28 04:53:22
I have installed two PHP versions in my WAMP server. When I am using 5.3.10, my wamp server is running just fine. But when I switch to older version of PHP (5.2.9) my wamp server tray icon is showing orange icon. If you click on Put Online I am getting following error. I tried to change the port in httpd.conf to 8855 and still I am getting same error. How can I resolve this error? Could not execute menu item (internal error)[Exception] Could not perform service action:The service has not been started GIRISH By default , the WAMP server will take 80 as its working port. You can change that port