Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
0answers
21 views

WAMPstack (BITNAMI) Mysql not working anymore [migrated]

Ok, I'm in big trouble. On my computer I have bitnami WAMPstack installed. And today my MySQL just isn't working anymore. I changed NOTHING. The service just stops by itself. If I restart the service ...
0
votes
0answers
17 views

Wamp Server icon is red [closed]

I recently installed wamp server 2.2 in my system. But the icon is red for some weird reason. I am able to see phpmyadmin but when I open MySQL(http://localhost/phpmyadmin) it says MySQL said: ...
0
votes
1answer
20 views

Forward requests coming into port 80, for a particular link, to port 8080 locally

I have 2 web forms, one coded using Java Servlets on glassfish (port 8080) and another using PHP on apache(port 80). But my office ITdept is refusing to open port 8080 to outside traffic. How do I set ...
-4
votes
0answers
50 views

Home based web server? Suggestions for specs [closed]

I currently have a couple web domain names pointed at my desktop. I would like to free up some resources by putting together a separate dedicated box. I started this way for testing but I would like ...
-1
votes
1answer
49 views

How to access site from outside, hosted on IIS?

I hosted a web site on IIS (Windows 7 Professional) running on port 81 because I have Apachi installed on port 80. I can easily access site from http://localhost:81/testsite on server machine I can ...
0
votes
1answer
54 views

mod_rewrite not working in Z-WAMP

I downloaded Z-WAMP and started the server, but the URL rewrite thingy from Apache doesn't seem to work. When I go to localhost/phpinfo I see it appears to be active, but I get 404 errors in my ...
0
votes
1answer
44 views

WAMP server not running after enabling httpd-vhosts.conf

I tried enabling Virtual Host on my WAMP installation, but WAMP server will not run if I enable http-vhosts.conf, and the icon remains orange. Here is my hosts file: 127.0.0.1 localhost ...
0
votes
1answer
108 views

Syntax error on line 494 of httpd.conf: Cannot load …/php5apache2_2.dll into server

I have been learning PHP. I had installed Apache-server (not in a combination-suite like USBWebserver). Now I'm trying to put my sites on a portable stick, using USBWebserver. I already used that ...
1
vote
2answers
84 views

phpMyAdmin not found on Windows

I installed wamp server 2.2 on Windows 7 x64. I clicked on its system tray icon and put the server online. Then i select phpmyadmin and I get a 404 page. Localhost successfully gives me the Apache 2 ...
1
vote
2answers
52 views

WAMP: Apache refusing connections outside the network

I have wamp installed. I ran the server, everything is running fine from localhost and my local ip address. I forwarded port 80 on my router. Whenever I try to access the server from the outside, ...
0
votes
1answer
46 views

Dump all databases to file [closed]

Possible Duplicate: Out of resources for mysqldump I'm trying to export all databases from my wamp installation (so I can do a reinstall), but I get this error when trying to generate a ...
0
votes
1answer
115 views

Is a local-only MAMP installation secure?

I just installed a basic MAMP server (on a Macbook Air 11" running OSX Lion) with no settings changed except for some php.ini things like "memory", "file_upload", etc that are more script related. I ...
0
votes
0answers
67 views

Force to use IP address rather than localhost

I've just installed WAMP on a different box however I want to view it through my local machine. I installed MediaWiki on the remote box and configured it, I then returned to my local machine, typed in ...
1
vote
0answers
139 views

WAMP 2.2 loads index file on host machine (through ip), but not on network machines

RESOLVED:: It was a firewall issue. Despite displaying that the firewall is off, the McAfee Personal firewall was still blocking incoming requests to my host computer. Using the 'ping' command in ...
0
votes
3answers
93 views

How many requests can WAMP handle in one second? [closed]

Is there a way to know how many requests WAMP can handle in a second. And is there a way to increase that? By WAMP i mean the package software installed on the local machines
0
votes
1answer
46 views

php code cant read mysql database

i am trying to use PHPmyadmin and have installed WAMP server, along with mySQL and have created some tables and databases using mysql command line... what happens is they do not show on phpmyadmin and ...
2
votes
1answer
188 views

Apache ab test and fail- Apache or PHP configuration issue?

I wrote a RESTful web service to be the backbone behind a mobile app using PHP and the Restler library. It's running on my dev server running Windows Server 2008 R2, PHP 5.3.5, Apache 2.2.17, and ...
-1
votes
1answer
112 views

IIS on port 80 conflicts with WAMP virtual hosts

I'm not sure where to begin, but I'm trying to set up virtual hosts with WAMP. I'm running IIS7 at port 80 and want Apache to listen to 8888. How would I do this? This is what I have so far: ...
0
votes
1answer
75 views

How to use MySQL from WAMP with Zend Server CE?

I installed WAMP, then I installed Zend Server CE and both servers are working (both are on port 80 but I'm only running one server at a time). But MySQL is not working with Zend Server. I don't want ...
2
votes
2answers
203 views

can not access http://localhost/phpmyadmin/

I installed wamp server2 it didn't have password and it had this error below then I went to mysql and set the password for root with this command and I can login using this password but again I can ...
0
votes
2answers
376 views

can not access http://localhost/phpmyadmin/

I installed wamp server2 it didn't have password and it had this error below then I went to mysql and set the password for root with this command and I can login using this password but again I can ...
0
votes
0answers
70 views

accessing local magento site on lan pc [closed]

I have a few pc's in my network. I've used 1 pc to setup wamp and magento. I want to access the local magento site from the other pcs in the network. I can connect to Wamp from any pc no problem - it ...
1
vote
2answers
134 views

This script doesn't work on my localhost, but does work on my host. Whats wrong? (Receiving http-413)

I've got this cURL script that works on my host but not on my localhost. $postData = 'user='.$user.'&paswoord='.$pass; $getTable= curl_init(); curl_setopt($getTable, CURLOPT_URL, $infoweblink); ...
0
votes
0answers
33 views

App is not connecting to database

Not sure if anyone can help me out here but I have an app that I am trying to connect to mysql database so information can be updated and stored. I have created a registration page in java and have it ...
2
votes
3answers
1k views

WAMP - phpmyadmin 403 error from localhost, but not from IP 127.0.0.1?

I was wondering if anyone can explain this to me. I installed WAMP 2.2. I opened up the dashboard menu, and clicked localhost. I was brought to the WAMP localhost home page. I clicked on ...
0
votes
1answer
168 views

php exec issue with wamp

I am using wamp on a windows machine and just wanted to invoke an exe on this via a php web page. When I am launching the php from commandline on server its working fine but when invoke same php via ...
-3
votes
2answers
152 views

Solving problems regarding accessing localhost over LAN

I have two computers with IP addresses of 192.168.1.1 and 192.168.1.2 respectively. Both computers have Apache servers installed on them and both are listening to port 8080 rather than 80. I have ...
0
votes
0answers
102 views

Apache's MySQL extension not working after upgrade

After I did some switching between versions I can't make it work anymore. When I activate version 2.2.21 the service won't start and I see in the logs errors like this one: [Wed Jan 04 18:02:10 ...
0
votes
0answers
62 views

Set up an email server

I have set up a web server and trying to get an email server working(using squirrelmail,wamp and hmail.)Whenever i try to send the email i get the following error message. 'The IP you're using to ...
-1
votes
1answer
82 views

There is a WAMP packages ready for PostgreSQL usage too?

I want WAMP because I having problems with Apache and PHP, but I don't want MySQL because I'm using PostgreSQL. There is a package ready for PostgreSQL usage too?
0
votes
1answer
108 views

new WAMP stack - phpMyAdmin says MySQL server version != client version?

I'm putting the finishing touches on my first WAMP stack manual install, and am not sure how to proceed. I'm running: Apache 2.2.21 PHP 5.2.17 MySQL 5.1.56 phpMyAdmin 3.4.7.1 I realize some of ...
-5
votes
2answers
49 views

Setting up a WAMP Test Server [closed]

I am getting irritated with having to upload all the code im playing with to a remote server (that can take far too long at slow internet times). To make this easier, im going to setup my desktop that ...
0
votes
1answer
260 views

WAMP Server not working when I add a directory directive

I am attempting to put WSGI (python) on a WAMP server (Apache 2.2.21, Python 2.7, WAMP 2.2a). Unfortunately, when i add just a simple directory directive and restart, Apache won't start. here is the ...
2
votes
2answers
1k views

MySQL + phpMyAdmin: The server is not responding (or the local MySQL server's socket is not correctly configured)

My phpmyadmin works only when I'm connected to the internet.(it even works if i'm just connected to Lan) otherwise, it gives below error: Error MySQL said: #2002 - The server is not responding ...
2
votes
1answer
224 views

Changing the MySQL datadir location to a mapped drive under WAMP

I have a WAMP server running on Windows 7 and I want to move the mysql data files to a network share (A NAS device). I stopped the WAMP server, created a drive letter mapping to a share on the NAS, ...
0
votes
3answers
414 views

unable to start wamp server

problem to start wamp server error log is [Sat Nov 12 22:01:00 2011] [notice] Apache/2.2.17 (Win32) PHP/5.3.5 configured -- resuming normal operations [Sat Nov 12 22:01:00 2011] [notice] Server ...
0
votes
2answers
508 views

How to set mod_rewrite in WAMP?

I learn Symfony2 and i have: http://symfony.com/doc/current/quick_tour/the_big_picture.html http://localhost/Symfony/web/app.php/demo/hello/Fabien And if you use Apache with mod_rewrite enabled, ...
0
votes
1answer
139 views

Windows server2008 WAMP server DNS

I have installed WAMP 2.1 on my virtual Windows 2008 R2 machine hosted by myhosting.com. I have a web site installed on this server that works fine when I visit using my server's IP address. E.g. ...
-4
votes
1answer
134 views

WAMP server & outside world cannot view it

I have installed WAMP server & outside world cannot see it. I can access the pages in the local host I have a public IP address. How the outside world can view the pages in my web server? It is ...
2
votes
0answers
82 views

Setting up Apache to redirect to public folders on each site on local WAMP server

I've seen in some web hostings that they have public_html folder for public use. They do not use .htaccess file, and when I go to www.mydomain.com - public_html loads. On my WAMP, I have some of ...
0
votes
1answer
84 views

Syntax error in httpd.conf file of WAMP

Whenever I try to start up WAMP, I get the following message in my apache error log: Syntax error on line 46 of C:/wamp/bin/apache/apache2.2.8/conf/httpd.conf: Listen setup failed This statement ...
-1
votes
2answers
299 views

Why is WAMP not working? [closed]

My WAMP Icon is always yellow. Port 80 is not in use, I don't use Skype, and these are the error messages that I get: [Wed Sep 28 19:21:17 2011] [crit] (OS 6)The handle is invalid. : master_main: ...
0
votes
4answers
195 views

Can't access site externally

So i am trying to access my site using my ip address xx.xx.xxx.xx (don't think it's a good idea to give it out). But i get Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without ...
0
votes
1answer
60 views

Tomcat solution stack

I was wondering why the supposed stack Windows, Apache, PostegreSQL and Tomcat does not exist? I don't work with PostgreSQL or Tomcat, so I am not sure if I have the details right? What stack would ...
2
votes
2answers
375 views

What does “Restart PHP” mean in Zend Server?

I've been using Apache with PHP for years, both as standalone installs (Windows and Linux) and as part of WAMP stacks on Windows. Today I decided to try out Zend Server CE, and was surprised that it ...
0
votes
2answers
205 views

Microsoft Windows Server 2008 R2 on Sun Virtual Box

I installed Windows Server 2008 R2 in Oracle Virtual Box,also WAMP server inside Windows server 2008 R2. I am able to open/access the WAMP server in my Virtual Box guest OS that is the local host. ...
0
votes
1answer
111 views

Unhandled win32 exception while installing WAMP

I am pretty new to WAMP and PHP, I am trying to install WAMP server to run Silverstripe CMS. But I am constantly getting this error: Unhandled win32 exception occured in php-win.exe[2804] Anyone ...
0
votes
0answers
44 views

WAMP Not Accessible, but it was a little while ago [closed]

I am running a server with Server 2008 R2 and installed WAMP, forwarded port 80 on my router for that machine, and all was well. I even had a no-ip.org account so you didn't have to connect directly ...
1
vote
1answer
78 views

Error during connection to the mysql server

Hi I am trying to create a javascript application in Aptana Studio3 and have a WAMP server version2.1 as my local host. I am using Windows Vista OS. I am getting an error when i run my php script in ...
0
votes
1answer
87 views

Automatically restart crashed Apache Server

I've found a faulty connection to my database caused my development WAMP server to crash, even though the software is in working order, but PHP crashed and took the server down. Is there any way to ...

1 2 3 4