wampserver

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

大城市里の小女人 提交于 2019-11-27 01:51:46
问题 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

Apache won't start in wamp

喜夏-厌秋 提交于 2019-11-27 00:06:48
问题 I have been googling for the past few hours but I simply can't get my apache on wamp to start. My skype isn't running, and the test port 80 shows it isn't being used by anything. Before this happened, I was trying to add a new vhost, but now I have reverted back all of the files where I made changes. Anyway to debug why apache won't start? Clicking on start/resume service for apache doesn't show any errors either. Also just in case, I am running Win7 64bit 回答1: If you have an issue in the

MongoDb PHP driver installation issue on wamp

不羁岁月 提交于 2019-11-26 23:05:12
问题 I have php of version 5.5.12 and wamp version 2.4.9 and PHP Extension Build as API20121212,TS,VC11 . I am using this dll 'php_mongo-1.5.5-5.5-vc11.dll' (renamed to php_mongo) but still when i restart my all services mongo db is not displaying on phpinfo().Any pointer where m i going wrong ? 回答1: I have never used MONGO, but I was interested to see if there where problems using it with WAMPServer so I did a quick install to prove it shoud work, and it does . Here is a list of what I did, I

Can not increase file upload size WAMP

房东的猫 提交于 2019-11-26 21:21:16
问题 I am using Wampserver (32 bits & PHP 5.5) 2.5. phpmyadmin inside of it is allowing me to import database of max 128mib and execution time is low. In WAMPServer 2.5 the PHP limits applied to phpMyAdmin can be found in this file \wamp\alias\phpmyadmin.conf The question is that i am unaware about the values insert. I want to upload a file of 5GB. I have changed the values in relevant file and values are also changed in that file as well as phpmyadmin but when i import my 5GB file it gave me

Edit php.ini file

最后都变了- 提交于 2019-11-26 21:04:31
I want to increase memory_limit , max_input_time , max_execution_time in WAMP server. There is 3 php.ini files. 1. C:\wamp\bin\apache\Apache2.4.4\bin\php.ini<br> 2. C:\wamp\bin\php\php5.4.12\php.ini<br> 3. C:\wamp\bin\php\php5.4.12\phpForApache.ini<br> so Which php.ini file should be edit in WAMP server? The wampmanager icon, which sits in the system tray has a menu system. Use that to edit your php.ini file that is used with Apache. So its (left click ) wampmanager icon -> PHP -> php.ini It could not be simpler. EDIT/UPDATE: And now in WAMPServer 3 it has become even easier to change some of

Call to undefined function curl_init() error in wamp 2.2

早过忘川 提交于 2019-11-26 19:43:08
问题 I am having below error when I try to implement google and facebook authentication in windows 7 using wamp server . Fatal error: Call to undefined function curl_init() in E:\wamp\www\mysite\protected\extensions\eauth\EAuthServiceBase.php on line 273 I am using, wampserver 2.2 php version 5.3.13 I have enabled php_curl module as well. I checked in php.ini for confirm and it is uncommented as below. ;extension=php_bz2.dll extension=php_curl.dll ;extension=php_dba.dll The code has worked in

WAMP 403 Forbidden message on Windows 7

不想你离开。 提交于 2019-11-26 19:40:51
I have installed WAMP version 2.1 on my windows 7 machine. When i browse to localhost in my browser, the WAMP server page is visible. But when I browse to my IP in my browser, I get the message 403 Forbidden: You don't have permission to access / on this server. Any suggestions? The access to your Apache server is forbidden from addresses other than 127.0.0.1 in httpd.conf (Apache's config file) : <Directory "c:/wamp/www/"> Options Indexes FollowSymLinks AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory> The same goes for your PHPMyAdmin access, the config file

How to install FFMpeg in WampServer 2.0 (Windows XP) [closed]

一个人想着一个人 提交于 2019-11-26 19:32:30
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I need to install the ffmpeg PHP extension on my localhost so I can test few of my scripts but I am having troubles figuring out how to do that. I have WampServer 2.0 with PHP 5.2.9-2, my OS is Windows XP. Please somebody give me step by step instructions. I have found some Windows builds here: http:/

Enabling OpenSSL in WAMP

时光总嘲笑我的痴心妄想 提交于 2019-11-26 19:21:21
问题 I installed the latest WAMP (from wampserver.com) today on my Windows 7 computer. I have enabled SSL in PHP > PHP Extensions > php_openssl And Apache > Apache Modules > open_ssl But when I try to access anything with https:// I get "Problem Loading Page". The apache_error.log says [Thu Jun 27 16:25:08.622056 2013] [ssl:warn] [pid 4812:tid 356] AH01882: Init: this version of mod_ssl was compiled against a newer library (OpenSSL 1.0.1e 11 Feb 2013, version currently loaded is OpenSSL 1.0.1d 5

How to install Ruby on Rails alongside WampServer?

折月煮酒 提交于 2019-11-26 18:55:27
问题 Is is possible to install Ruby on Rails alongside WampServer (and keep WampServer's Apache/MySQL installs)? 回答1: I installed Ruby on Rails alongside WampServer. Here is how to do it: Replace C:\wamp\ in the following text by your own WampServer's install repository. Installing Ruby: Download Ruby. Use the Windows binary version, not the "one click installer" because it contains MySQL and Apache which we don't need. Extract the zip to C:\wamp\ruby\ . Add Ruby's bin repository in your PATH