wamp

WAMP Virtual Host not working

匿名 (未验证) 提交于 2019-12-03 01:57:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using a wamp version 2.5 My Apache is 2.4.9 PHP: 5.5.12 MySQL: 5.6.17 I have these configurations: On my httpd.conf # Virtual hosts Include conf/extra/httpd-vhosts.conf On my G:\wamp\bin\apache\apache2.4.9\conf\extra\httpd-vhost.conf # Virtual Hosts # # Required modules: mod_log_config # If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the server doesn't need to worry about # IP addresses. This is indicated by

PHPUnit Installation on WAMP gives error

匿名 (未验证) 提交于 2019-12-03 01:44:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm following below post How to install PHPUnit with WAMP? http://nishutayaltech.blogspot.in/2011/04/installing-phpunit-on-windows.html But i'm still getting error as below mentioned D:\wamp\bin\php\php5.5.12>pear channel-discover pear.phpunit.de Discovering channel pear.phpunit.de over http:// failed with message: channel-ad d: Cannot open "http://pear.phpunit.de/channel.xml" (File http://pear.phpunit.de :80/channel.xml not valid (received: HTTP/1.1 410 Gone )) Trying to discover channel pear.phpunit.de over https:// instead Discovery of

Django/mod_wsgi WAMP with PHP

匿名 (未验证) 提交于 2019-12-03 01:43:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I followed this guide and managed to make Python with a Django installation work perfectly, but it seems to have rendered all the locally hosted PHP sites inaccessible returning a 404 error. httpd.conf LoadModule wsgi_module modules/mod_wsgi.so #This is placed right after the rule for <Directory "f:/WAMP/www/"> <Directory "f:/WAMP/www/python"> Options ExecCGI AddHandler wsgi-script .py Order allow,deny Allow from all </Directory> #This is placed at the end of the file <IfModule ssl_module> SSLRandomSeed startup builtin SSLRandomSeed connect

how to setup built-in webserver in PhpStorm

匿名 (未验证) 提交于 2019-12-03 01:14:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Set up: 1) OS - Win 8.1 2) WAMP 3) PhpStorm 7.1.3 I have been working on Dreamweaver for quite a long time and recently I ditched it because of its limited features. Setting up a local env using Dreamweaver is fairly simple and I had no problem with it. So I installed PhpStorm thinking it would quite easy to run my PHP web app in the same way when I was using DW, but When I try to run my web app in PhpStorm using its built-in webserver I get 502 Bad Gateway error, What I did is simply import the folder (which is in www directory) in PhpStorm

PHP pthreads: Fatal error: Class &#039;Thread&#039; not found

匿名 (未验证) 提交于 2019-12-03 01:14:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I use php5.5 on my webserver. Now I want to use pthreads. Here's my php config: http://dd19010.kasserver.com/infophp.php55 After implementing this code..... threadId = $threadId; } public function run() { printf("T %s: Sleeping 3sec\n", $this->threadId); sleep(3); printf("T %s: Hello World\n", $this->threadId); } } $start = microtime(true); for ($i = 1; $i start(); } echo microtime(true) - $start . "\n"; echo "end\n"; ?> ... the problem is this very error: Fatal error: Class 'Thread' not found in . Do I have to include some include_once or

Forbidden: You don&#039;t have permission to access / on this server, WAMP Error

匿名 (未验证) 提交于 2019-12-03 01:10:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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? 回答1:

WAMP server doesnt work, no listening sockets avalible, unable to open logs

匿名 (未验证) 提交于 2019-12-03 01:00:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: My WAMP server isn't working, when I hover over the orange W icon i get "1 of two services running". I did the right click on the icon, selected tools, selected test port 80 I got: ***** Test which uses port 80 ***** ===== Tested by command netstat filtered on port 80 ===== 'find' is not recognized as internal or external command, operable program or batch file. Port 80 is not associated with TCP protocol 'find' is not recognized as internal or external command, operable program or batch file. Port 80 is not associated with TCP protocol ====

error with wamp server error #2002 could not open phpMyAdmin

匿名 (未验证) 提交于 2019-12-03 00:57:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: i have installed the wamp server and i was work perfectly but now i try to open the phpMyAdmin but the server display this error **Error MySQL said: Documentation 2002 - No connection could be made because the target machine actively refused it. The server is not responding (or the local server's socket is not correctly configured).** can anyone help me ???? mysql.log 130816 10:30:30 [Note] Plugin 'FEDERATED' is disabled. 130816 10:30:30 InnoDB: The InnoDB memory heap is disabled 130816 10:30:30 InnoDB: Mutexes and rw_locks use Windows

WAMP Uploading large File

匿名 (未验证) 提交于 2019-12-03 00:56:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have 2.24MB file size to upload to database, it displays No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16. Iam using WAMP server 2.2 with supported versions Apache 2.2.21 PHP 5.3.8 MySQL 5.5.16 I made the following changes too C:\wamp\bin\apache\apache2.2.6\bin\php.ini post_max_size = 750M upload_max_filesize = 750M max_execution_time = 5000 max_input_time = 5000 memory_limit = 1000M C:\wamp\bin\mysql\mysql5.0.45\my.ini: max

MySQL said: Documentation #1045 - Access denied for user 'root'@'localhost' (using password: NO)

匿名 (未验证) 提交于 2019-12-03 00:46:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: i install xampp,but when i try to run it i got error said that like this : Error MySQL said: Documentation 1045 - Access denied for user 'root'@'localhost' (using password: NO) Connection for controluser as defined in your configuration failed. phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server. i try search in internet for