Difficulties in configuring wamp server, apache,php and mysql

Reply

Join Date: Feb 2008
Posts: 4
Reputation: ediddy02 is an unknown quantity at this point 
Solved Threads: 0
ediddy02 ediddy02 is offline Offline
Newbie Poster

Difficulties in configuring wamp server, apache,php and mysql

 
0
  #1
Jan 9th, 2009
I Downloaded Wamp server 2.0 for my php and mysql installation.
When i click on the wamp server through start/programs/wampserver/startwampserver2.0 it just has an icon 'start wamp server 2.0',is it the right file i downloaded?isnt it supposed to contain other clickable icons like phpmyadmin,mysql,apache ??

Secondly,do i need to download PHP and MYSQL and Apache to configure my php/mysql installation framework with this wamp server 2.0?

Thirdly, how do i configure all to synchronise with my wamp server.

Finally,When i type http://localhost/ on my default browser it brings out this message;

Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
is that correct??

The major problem im having is installing php,apache,mysql and configuring it to work together so i can start building my development environment and thats what i need help in.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 60
Reputation: pclfw is an unknown quantity at this point 
Solved Threads: 5
pclfw pclfw is offline Offline
Junior Poster in Training

Re: Difficulties in configuring wamp server, apache,php and mysql

 
0
  #2
Jan 9th, 2009
I have never used the WAMP server. But I have installed Apache 2.2, MySQL & PHP onto an XP machine and a LINUX (debian) box. The Linux machine was a whole load easier to install.

Let me know if you want a quick rundown of the steps to take, though there are many sets of instructions for you on the intrawebby thing.
Reply With Quote Quick reply to this message  
Join Date: Sep 2005
Posts: 1,082
Reputation: digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice 
Solved Threads: 66
Moderator
digital-ether's Avatar
digital-ether digital-ether is offline Offline
Veteran Poster

Re: Difficulties in configuring wamp server, apache,php and mysql

 
0
  #3
Jan 10th, 2009
Originally Posted by ediddy02 View Post
I Downloaded Wamp server 2.0 for my php and mysql installation.
When i click on the wamp server through start/programs/wampserver/startwampserver2.0 it just has an icon 'start wamp server 2.0',is it the right file i downloaded?isnt it supposed to contain other clickable icons like phpmyadmin,mysql,apache ??

Secondly,do i need to download PHP and MYSQL and Apache to configure my php/mysql installation framework with this wamp server 2.0?

Thirdly, how do i configure all to synchronise with my wamp server.

Finally,When i type http://localhost/ on my default browser it brings out this message;

Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
is that correct??

The major problem im having is installing php,apache,mysql and configuring it to work together so i can start building my development environment and thats what i need help in.
After downloading WAMP. You should click on it to install it.

During installation, it should ask if you want to have a desktop icon added and other start options. That is the only you get start icons and what not.

You should be able to just click on the WAMP start icon, either through the start menu, or which ever choice you made, and it will come on and be active in the taskbar tray on the bottom right (whatever its called).

The icon in this tray is the only clickable part of the WAMP program. You can right click or left click on it for different options such as configurations of apache and mysql, consoles, start restart of services, etc.

You don't have to install mysql or apache seperately. WAMP installs those, as well as PHPMyAdmin and other tools if you choose.

It looks like you're getting Apache to run, since you can access localhost.

Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
That is odd, since default Apache should have listed the directory. However, WAMP may have changed this since my last install.

Here is the docs on enabling directory listings:
http://httpd.apache.org/docs/1.3/misc/FAQ.html#indexes
http://httpd.apache.org/docs/1.3/mod/core.html#options

Look in the httpd.conf file for the above.
Or you could paste your httpd.conf contents here and someone could help you out.

The other possibility, is if you have another web server running? Do you happen to have IIS? Cause that would stop Apache from starting since it would require the same port (80).
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 4
Reputation: ediddy02 is an unknown quantity at this point 
Solved Threads: 0
ediddy02 ediddy02 is offline Offline
Newbie Poster

Re: Difficulties in configuring wamp server, apache,php and mysql

 
0
  #4
Jan 14th, 2009
Originally Posted by pclfw View Post
I have never used the WAMP server. But I have installed Apache 2.2, MySQL & PHP onto an XP machine and a LINUX (debian) box. The Linux machine was a whole load easier to install.

Let me know if you want a quick rundown of the steps to take, though there are many sets of instructions for you on the intrawebby thing.
Yes ill appreciate if you give me a rundown of the steps to take in instaling them esp for windows as im using a windows os.Then does the SQL Query Browse come with the sql package and is it necessary?what is it used for?how can i download it?
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 149
Reputation: mschroeder is on a distinguished road 
Solved Threads: 25
mschroeder mschroeder is offline Offline
Junior Poster

Re: Difficulties in configuring wamp server, apache,php and mysql

 
0
  #5
Jan 14th, 2009
WAMP should just work, right out of the box. Either your installation did not complete or possibly you have some installation of apache that is running? Did you try installing apache by itself prior to downloading wamp?

Personally i prefer WAMP ove XXAMP because the prior updates their packages alot faster, but you can try xampp as well http://www.apachefriends.org/en/xampp.html. Just make sure you dont have a bunch of different apache installations all fighting over the same localhost space.
Reply With Quote Quick reply to this message  
Join Date: Sep 2005
Posts: 1,082
Reputation: digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice 
Solved Threads: 66
Moderator
digital-ether's Avatar
digital-ether digital-ether is offline Offline
Veteran Poster

Re: Difficulties in configuring wamp server, apache,php and mysql

 
0
  #6
Jan 14th, 2009
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
The message you're getting is specific to IIS. So you'll have to disable IIS in order to have Apache run, since they use the same port and domain by default.

The other option is to configure one of those to use a different port or different domains.

Only after you've disabled IIS would you know whether or not WAMP installed correctly. At the moment, all you're looking at is IIS.
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 4
Reputation: ediddy02 is an unknown quantity at this point 
Solved Threads: 0
ediddy02 ediddy02 is offline Offline
Newbie Poster

Re: Difficulties in configuring wamp server, apache,php and mysql

 
0
  #7
Jan 17th, 2009
Originally Posted by digital-ether View Post
The message you're getting is specific to IIS. So you'll have to disable IIS in order to have Apache run, since they use the same port and domain by default.

The other option is to configure one of those to use a different port or different domains.

Only after you've disabled IIS would you know whether or not WAMP installed correctly. At the moment, all you're looking at is IIS.
Thanks, your reply to my thread is highly valuable.I think the problem is the IIS which as you rightly said is still installed on my computer.How can i uninstall it? or how do i configure it to a different port or domain?
Reply With Quote Quick reply to this message  
Join Date: Sep 2005
Posts: 1,082
Reputation: digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice 
Solved Threads: 66
Moderator
digital-ether's Avatar
digital-ether digital-ether is offline Offline
Veteran Poster

Re: Difficulties in configuring wamp server, apache,php and mysql

 
0
  #8
Jan 17th, 2009
Originally Posted by ediddy02 View Post
Thanks, your reply to my thread is highly valuable.I think the problem is the IIS which as you rightly said is still installed on my computer.How can i uninstall it? or how do i configure it to a different port or domain?
I've never used IIS. Probably the best place to look is their documentation.

I would assume that IIS would be running as a service, so you could manually remove it from the services list.
run the command "msconfig" in the windows command prompt. Go to the services tab, and find the IIS service and disable it.

Or you can disable the service from the command line if you know the name. I think it would be:
  1. net stop {service}

Where {service} is the name of the service.

If there is a user interface for IIS, then you could probably stop and start it there also.
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Reply With Quote Quick reply to this message  
Join Date: Sep 2005
Posts: 1,082
Reputation: digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice 
Solved Threads: 66
Moderator
digital-ether's Avatar
digital-ether digital-ether is offline Offline
Veteran Poster

Re: Difficulties in configuring wamp server, apache,php and mysql

 
0
  #9
Jan 17th, 2009
Originally Posted by digital-ether View Post
I've never used IIS. Probably the best place to look is their documentation.

I would assume that IIS would be running as a service, so you could manually remove it from the services list.
run the command "msconfig" in the windows command prompt. Go to the services tab, and find the IIS service and disable it.

Or you can disable the service from the command line if you know the name. I think it would be:
  1. net stop {service}

Where {service} is the name of the service.

If there is a user interface for IIS, then you could probably stop and start it there also.
If you want to configure Apache to use a different port, then you need to edit the http.conf file.

You will find a line (directive) that starts with "Listen" and should have an IP and port after it, or just a port.

eg:

  1. Listen 80

That would be the default setup with WAMP. You can change this to any port, given it isn't already bound to a service.

eg:
  1. Listen 8080

You would then be able to access it from the browser as:
  1. http://localhost:8080/

Finding http.conf

If you can't find the Apache config file (httpd.conf), try looking under:

  1. c://wamp/bin/apache/apache{version}/conf/

This is the default folder structure WAMP installs apache in.

  1. c://wamp/bin/apache/apache{version}/

Since WAMP can install multiple versions of Apache, you have the version number.

Then under each apache version, you have the conf/ directory, which contains the http.conf file.
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 81
Reputation: it2051229 is an unknown quantity at this point 
Solved Threads: 1
it2051229 it2051229 is offline Offline
Junior Poster in Training

Re: Difficulties in configuring wamp server, apache,php and mysql

 
0
  #10
Jan 17th, 2009
when you have installed WAMP, you already have apache, mysql, and php installed.. and no you don't need to install again apache, mysql, and php.. now, IIS does not have something to do with that(Directory Listing Denied) because I myself have IIS and WAMP installed and running at the same time but on different port and even though they are running on the same port, that's not the error that is expected..... You have to do re-installation.. uninstall your WAMP.. if you have installed, Apache and PHP and MySQL manually I suggest uninstall them all.... Now after doing that, install WAMP only.. after installing wamp, that's it you have your server configured and good to go.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the PHP Forum
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC