Pages: Previous123Next
Current Page: 2 of 3
Re: How do i get Apache Working
Posted by: David (---.adsl-surfen.hetnet.nl)
Date: January 16, 2006 11:01AM

Thank you very mutch!! same problem, same solution, i have tried to solve the problem for hours, now i can finaly get started smiling smiley

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: stormriders (---.range86-132.btcentralplus.com)
Date: January 16, 2006 02:46PM

have done all of the above - cleaned registry, uninstalled WAMP, reinstalled WAMP, removed and tried to install service but still APACHE not working.

Any idea????

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Mark Goodkin (---.sndacagl.dynamic.covad.net)
Date: January 17, 2006 06:07AM

I have same problem with Apache not in service after installing WAMP5. I'm using XP. What is exactly meant by cleaning registry? Is it just deleting the wampapache file or everything? I can't find an a wampapache file, only the wampmysql file.

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Mark Goodkin (---.sndacagl.dynamic.covad.net)
Date: January 17, 2006 06:23AM

I went in and uninstalled WAMP5, found and removed the wampapache file/folder from the registry, and reinstalled WAMP5. Still no Apache service. I don't use Skype, but maybe I'm still using port 80 for something. I was using IIS with asp awhile back, but disconnected it. Could that still be the problem or something else using port 80?

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Romain Bourdon (---.w193-251.abo.wanadoo.fr)
Date: January 17, 2006 09:40AM

have you got a wamapache service?

Romain

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: RatSon (---.evosoft.de)
Date: January 17, 2006 10:02AM

Hi there!

I've got some strange errors with apache2: I've installed WAMP on my system and MySQL just works fine, but apache cant answer to any queries. Apache service is up and running, no problems with it, httpd.conf is set properly, but when i am trying to reach localhost it does nothing, just waiting for answer...(I removed WAMP, cleaned all the apache, wamp and pther services, registry entries, then reinstall-> the same sh*t) I've installed WAMP to an other comupter and it works fine on that. I ve all my firewalls turned off, have no internet connection on that computer so no skype, nor trilian an so on... after a few hours i just looked for my EasyPHP 1.7 wich contains Apache 1 and it worked at once. But i need php5 and apache2. do you have any idea what the cause can be? If you need any further informations about my config or somethin else i can give them...

thanks in advance


Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Mark Goodkin (---.sndacagl.dynamic.covad.net)
Date: January 17, 2006 04:16PM

Romain, no, I don't have Wampapache service or any file called wampapache.

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Romain Bourdon (---.w193-251.abo.wanadoo.fr)
Date: January 17, 2006 04:51PM

Then open a dos window, go to c:/wamp and launch the install_services.bat file and tell me what it displays.

romain

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Mark Goodkin (---.sndacagl.dynamic.covad.net)
Date: January 17, 2006 05:46PM

I open up Command Prompt window, which says

C:\Documents and Settings\Owner>

When I type anything in, I get back "(whatever I typed in) is not recognized as an internal or external command, operable program, or batch file."

What am I doing wrong? Pardon my ignorance, I'm a graphic/web designer with Dreamweaver experience, not a programmer. I appreciate your help.

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: RatSon (---.evosoft.de)
Date: January 17, 2006 06:01PM

romain! do you have any idea concerning my problem?

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: RatSon (---.evosoft.de)
Date: January 18, 2006 08:44AM

What has been cleared: I' ve tried a clean intall of apache 2.0.55 (from apache.org) and it produced the same problem so maybe the apache is buggy. If you have any idea how to solve my problem please share wit us. thanks

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Romain Bourdon (---.w193-251.abo.wanadoo.fr)
Date: January 18, 2006 09:25AM

For Mark :

type

cd \
cd c:\wamp
install_services.bat


For RatSon :

It could come from a firewall blocking port 80 or an other app like IIS or Skype using port 80.

Romain

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: RatSon (---.evosoft.de)
Date: January 18, 2006 10:01AM

I've checked this possible causes. the most interesting thing is that apache 1.3 do works but 2.0.55 not

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Hans (---.fastxdsl.nl)
Date: January 18, 2006 01:49PM

Hallo I had the same problem, but I think I have found the problem.

Goto START,
Goto "System Management"
Start "Internet Information Services"

Click websites
Select Standard website, right mouse selection

TAB "website"
IP 127.0.0.1
Change the TCP Port (80) to an other port number

TAB "Basic Map"change to c:\wamp\www
Change some options
Accept all

Install Apache from the wampservice
Start Apache from the wampservices

Succes!

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Mark Goodkin (---.sndacagl.dynamic.covad.net)
Date: January 18, 2006 04:23PM

Romain, looks like Apache 2 is trying to install, but shuts down because Port 80 is in use. MySQL is installing okay.

I have IIS, which I use to use for ASP a few years ago. I went in and disconnected it. IS that enough? If not, how do I change the port used by IIS? I also have Earthlink DSL. I don't think I have Skype. Thanks

___________________________________________________________________

Microsoft Windows XP [Version 5.1.2600]

C:\wamp>install_services.bat

C:\wamp>.\apache2\bin\apache.exe -k install -n wampapache
(OS 10048)Only one usage of each socket address (protocol/network address/port)
is normally permitted. : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

C:\wamp>reg add HKLM\SYSTEM\CurrentControlSet\Services\wampapache /V Start /t RE
G_DWORD /d 3 /f

The operation completed successfully

C:\wamp>.\mysql\bin\mysqld-nt.exe --install-manual wampmysqld --defaults-file="c
:\wamp\mysql\my.ini"
The service already exists!
The current server installed: c:\wamp\mysql\bin\mysqld-nt.exe --defaults-file=c:
\wamp\mysql\my.ini wampmysqld

C:\wamp>

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Romain Bourdon (---.w193-251.abo.wanadoo.fr)
Date: January 18, 2006 04:36PM

Ok, so you need to uninstall IIS before installing WAMP.

Romain

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Mark Goodkin (---.sndacagl.dynamic.covad.net)
Date: January 18, 2006 04:52PM

Romain and Hans,
Got it working!!
My IIS was using Port 80 as suspected, so I changed it to 8080. If I uninstall IIS, I think my Earthlink connection will stop.. I went into Command Prompt mode again and did what Romain suggested and got Apache installed this time. Thanks a million!

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Romain Bourdon (---.w193-251.abo.wanadoo.fr)
Date: January 18, 2006 04:52PM

great ;-)

Romain

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: Andrew Shell (---.ny325.east.verizon.net)
Date: January 19, 2006 03:36AM

Dear Roman,
I have the same problem but different text

C:\wamp>install_services.bat

C:\wamp>.\apache2\bin\apache.exe -k install -n wampapache
Syntax error on line 964 of C:/wamp/Apache2/conf/httpd.conf:
Include takes one argument. Name of the config file to be included

C:\wamp>reg add HKLM\SYSTEM\CurrentControlSet\Services\wampapache /V Start /t RE
G_DWORD /d 3 /f

The operation completed successfully

C:\wamp>.\mysql\bin\mysqld-nt.exe --install-manual wampmysqld --defaults-file="c
:\wamp\mysql\my.ini"
The service already exists!
The current server installed: c:\wamp\mysql\bin\mysqld-nt.exe --defaults-file=c:
\wamp\mysql\my.ini wampmysqld

C:\wamp>

Please, help!

Options: ReplyQuote
Re: How do i get Apache Working
Posted by: RatSon (---.evosoft.de)
Date: January 19, 2006 01:42PM

I still have the problem. nothing else is on the default :80 port. what can be the problem?

Options: ReplyQuote
Pages: Previous123Next
Current Page: 2 of 3


Sorry, only registered users may post in this forum.