Tagged Questions

Specific release of the WAMP stack for windows, found at www.wampserver.com/en/

learn more… | top users | synonyms

7
votes
5answers
4k views

How to install Ruby on Rails alongside WampServer?

Is is possible to install Ruby on Rails alongside WampServer (and keep WampServer's Apache/MySQL installs)?
6
votes
7answers
3k views

Can WampServer be used sucessfully in production?

See title. Is this a bad idea? So everyone knows, and I don't see how this mattered, we've paid for a windows dedicated box and we have existing IIS apps. We just wanted to use a PHP based CMS which ...
5
votes
3answers
1k views

Is XAMPP (for Windows) preferred over WampServer? If so, why?

It seems lots of answers to questions about getting started in web development include "install XAMPP", even when the platform is Windows. Meanwhile, WampServer doesn't seem to be mentioned often. ...
5
votes
11answers
8k views

How to install FFMpeg in WampServer 2.0 (Windows XP)

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 ...
4
votes
3answers
160 views

How to access php sessions on different computers

I'm doing some exercises on using sessions in php. I set it up this way: $_SESSION['log_users'][] = array(array('Username'=>$username)) I tried to experiment on it. And found out that the ...
4
votes
2answers
395 views

Wamp vhost docroot always shows as c:\wamp\www not the vhost docroot

I have tried dozens of guides and read ton of information but I still can't find a fix for my problem. I have uninstalled, reinstalled and checked and double checked every possible issue. The problem ...
4
votes
4answers
8k views

Microsoft-HTTPAPI/2.0 [closed]

My port 80 is used by Microsoft-HTTPAPI/2.0 and I can not use WAMP server, how I can open port 80 ? My OS is win 7
4
votes
2answers
2k views

How to use .htaccess in WAMP Server?

I searched in web for 2 days and I try to use htaccess in my local wamp but I can't! I know there is something wrong but I don't know where... First: I activated "*rewrite_module*" in the apache ...
3
votes
1answer
166 views

how to run a websocket server?

I have looked at a a variety of simple tutorials on how make a PHP websocket chat application. I felt this would be a good starting point for looking at websockets. however I seem to be falling at the ...
3
votes
1answer
59 views

Measuring traffic sent received

I'm using WAMP. I want to measure the bytes sent and received while viewing the project. How to do so ?
3
votes
2answers
495 views

sites-available (apache) and httpd.conf for WAMP - making XXXXX.domain.com automatically direct

I currently have this in my httpd.conf file in WAMP: NameVirtualHost 127.0.0.1 <VirtualHost 127.0.0.1> ServerAlias *.dev.co.uk UseCanonicalName Off VirtualDocumentRoot ...
3
votes
3answers
133 views

Spoof $_SERVER['HTTPS'] on local wamp-server for testing

Is it possible to configure my local setup (running Wampserver) so that my PHP application thinks HTTPS is enabled locally? The application requires HTTPS (by checking $_SERVER['HTTPS']) before doing ...
3
votes
2answers
1k views

Install PEAR with Wamp 2.1

I want to install PEAR on my windows 7. I have Wamp 2.1 with php 5.3.4 It seems that there's no such files as "go-pear.bat" in this new version of wamp. Then how can I install PEAR ? Thank you.
3
votes
1answer
3k views

Installing PEAR on Windows 7 using phar

I'm trying to install PEAR for use with Wamp 2.1. The package does not come with any pear installation. I have read that you need to use http://pear.php.net/go-pear.phar to install PEAR for PHP 5.3 as ...
3
votes
2answers
89 views

A simple query causing the “the server is gone away” message

Have just got a surprise and would appreciate some suggestions. The simple query below updates a table. I have used it severally without qualms but now it does not work as usual causing the MySQL ...
3
votes
5answers
1k views

Httpd Process High memory usage and slow page loads

I am running wampserver on my windows vista machine. I have been doing this for a long time and it has been working great. I have completed loads of projects with this setup. However, today, without ...
3
votes
6answers
663 views

php parse error always on the last line

I'm trying to read a comment that is stored in a mysql table. For some reason I always get a parse error on the last line of the file even if the last line is blank. I'm not sure if it's relevant but ...
3
votes
3answers
1k views

working on port 81(wampserver)

I have recently installed wampserver 2.0 and configured it to work on port 81. Now the problem is that when I click on phpMyAdmin present at the taskbar inside wampserver 2.0 the browser redirects me ...
3
votes
4answers
18k views

Putting a password to a user in PhpMyAdmin in Wamp

How do you change the password for the root user in phpMyAdmin on WAMP server? because I'm locked out of phpMyAdmin, after changing the password incorrectly.
2
votes
1answer
19 views

I do i setup sendmail in php.ini on wampserver 2.1 to post form data on local machine ?

I have created some forms using zendframework on my local machine that send the form content via email. I would like to test the functionality locally and have read some posts regarding configuring ...
2
votes
1answer
40 views

The action defined in .htaccess doesn't execute

I installed WAMP on my Windows 7 laptop. Next, I defined an alias (WAMPSERVER -> Apache -> Alias directories -> Add an alias) Alias name: test Alias directory: c:/test Next, I've placed a PHP file ...
2
votes
2answers
57 views

How to connect PHP to Oracle9i server

I read some steps about this one but I can't really get it. I'm using wamp server for this with PHP 5.3.5. I tried to use the php_oci8.dll by checking the PHP>PHP extensions>php_oci8 but I get an ...
2
votes
0answers
187 views

Wamp - Installed php5.2 Addon - Icon Stays Yellow

I originally installed a recent version of wamp (php 5.3) but I need to use php 5.2 for my current project. I downloaded the addon for php 5.2 and installed it. Then I stop all services and in the ...
2
votes
4answers
1k views

How do I configure and setup my WAMP server so I can practice PHP-MySQL?

I am learning PHP+MySQL. I did not buy a web hosting plan, so for now I plan to test everything locally. From my research, I found WAMPserver.com. I downloaded the install for WAMP and did a basic ...
2
votes
2answers
94 views

phpMyAdmin not allowing access

i am using WAMP/ phpMyAdmin but failed to access it :( it requires a password and giving root username and blacnk password denies access !!!
2
votes
2answers
770 views

Apache mod_rewrite Returning Bad Request in WAMPServer

I'm running Windows 7 64 bit with WAMPServer 2.1. The version of Apache running is 2.2.17. I'm trying to set up a simple rewrite rule in httpd.conf: <IfModule rewrite_module> RewriteEngine on ...
2
votes
2answers
423 views

drupal is working very slow on my windows xp localhost

I installed drupal on my machine which is running WAMPserver latest one with PHP 5.3.54, but after installation it is running very slow. Is there any tweaks which need to be done to make it fast?? I ...
2
votes
5answers
278 views

My dreamweaver doesn't work right

I'm a true beginner in php. I installed wampserver and adobe dreamweaver. I tried to write some codes to understand php, but it doesn't work right. My code is here; <HTML> <HEAD> ...
2
votes
3answers
331 views

Best methodology for PHP+APACHE+MYSQL Development

I want to start learning PHP. I have had a look at the various options available to install the PHP+MySQL+Apache combination. But it all seems too cumbersome and a lot of editing to the CONF files ...
2
votes
2answers
231 views

sprintf bug with php & apache in windows?

I've run into a strange problem on a WAMP server setup (PHP version 5.3.0, Apache 2.2.11). When using sprintf to output a number, I occasionally get erroneous characters in the output string. ...
2
votes
6answers
4k views

Wamp Server: Multiple Virtual Hosts are not working on Windows

I have two virtual hosts on windows(for example: test1.dev and test2.dev). But it always load content of test1.dev for both virtual hosts. Following are my files: hosts: 127.0.0.1 localhost ...
2
votes
1answer
4k views

Pear error messages with PHP5.3.0

I get a LOT of errors when i Open up a newly installed PEAR package on a WAMP server. Here's the error messages. What can i do? Deprecated: Assigning the return value of new by reference is ...
2
votes
5answers
2k views

How to setup and run Python on Wampserver?

Can anyone help me to set up Python to run on Wampserver. From what I've read so far you would need to use a combination of Wampser, Python, mod_pyhton, and adjustment to the Apache http.conf file. ...
2
votes
4answers
5k views

Wamp PHP CLI

I'm running wampserver and can't seem to use php files in the CLI. Supposedly there are two modes of running php, CGI and CLI. I can't figure out how to enable CLI since I don't see php-cli.exe in ...
2
votes
3answers
3k views

Wampserver Error

Ok http://localhost/ won't load now. Recently I installed skype and am aware of the skype port conflict error. I have removed 'use port 80 and 443 as alternatives for incoming connections' from ...
1
vote
1answer
31 views

Cannot access files in specific folder

I'm running WampServer2 on a Windows 7 box, and I can't seem to access assets from a specific folder. To be more specific, when I try to access the file in: [application ...
1
vote
0answers
24 views

WAMP is not running

I had installed WAMP in E: drive. I re-installed fresh copy of windows. Since then, WAMP only comes in red shade , not coming in green mode. Please help what should I do?
1
vote
0answers
119 views

localhost SSL not working in Google chrome

I am developing a website locally using wamp. The site uses ssl and works completely fine in firefox. In Google Chrome, I get an error: https://example.local/ gives me this error This webpage is ...
1
vote
2answers
180 views

Wamp Server phpMyAdmin not in English

phpMyAdmin is in FRANÇAIS or something and I don't know how to get it to English. I have uninstalled it and reinstalled it with no luck. I downloaded it from the Wamp Server English site: ...
1
vote
4answers
66 views

Execution of Java programs in WAMP

Hi, there is a Java program edited and compiled using Netbeans 6.9.1. After running it's giving proper output in Netbeans output screen. But now I need to run this program in WAMP server. WAMP ...
1
vote
1answer
948 views

WAMP 403 Forbidden message

I have installed wamp version 2.1 on my windows 7 machine. When my 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 ...
1
vote
1answer
37 views

wamp reinstall - how to replace new files with old files

I formatted my hard drive, and saved the full folder of my WAMP (c:\wamp). I then reinstalled Windows and the installed the exact same WAMP server, and then just replaced all the contents in c:\wamp ...
1
vote
3answers
170 views

PHPMyAdmin / MySql - Add ID field and autopopulate ID numbers

I have an extremely large database table - nearly 20 million records. The records do not have a unique ID number. So, I've inserted the new field. Now, I would like to populate it with ID numbers, ...
1
vote
1answer
152 views

Creating virtual hosts for wampserver with powershell

I am trying to create virtual hosts with a Powershell script. It works fine, but I am having trouble with the encoding. I have tried all the -encoding switch values allowed with no luck. Here is my ...
1
vote
1answer
348 views

CodeIgniter: Removing “index.php” in URL on WAMP

In CodeIgniter, I want to remove the "index.php" in the URL, on my localhost (WAMP). For example, http://localhost.com/ci/index.php/controller/function to http://localhost.com/ci/controller/function ...
1
vote
1answer
136 views

Wamp Server Wont Work (not the Skype solution)

I'm using wamp. I was out of business for two weeks than I'm back and trying to start my wamp 2. BANG. Nothing happens. The red W icon appears among the hidden icons. When I click it, shows all ...
1
vote
1answer
128 views

Redirecting localhost/xxx to localhost/xxx.php in WAMP

In Ubuntu/Mac, going to, say, localhost/page automatically redirects to localhost/page.php. But this doesn't work in Windows. How do you make stuff like localhost/asdf redirect to ...
1
vote
3answers
74 views

Extract mysql Database from CommandLine

I am using wamp server but something happend to it and now there is no way to make it come back to life. I only have access to mysql command line, and i have some important databases there. How ...
1
vote
1answer
343 views

Apc extension not working on php 5.3.3

opcode caching talk.I have WAMP server 2.1 running PHP 5.3.3.I'm using apache benchmark to test the improvement APC adds when applied to my php scripts. ab -n 10 -c 5 ...
1
vote
1answer
1k views

Wamp icon is orange

First, I must say that i'm totally beginner. I installed Wamp server 2 verison (i have XP) but the icon is orange. I have found somewhere taht probably is problem in Apache because something using ...

1 2 3 4 5 6