473,405 Members | 2,415 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Apache2 starting problem

100 100+
Hi,
I have installed Apache2.
Wen i say start it gives an error"System cannot find the specified:No installed service named apache2"

What is the problem...???

Thanks
Mar 28 '07 #1
14 22793
hi if you are working on windows machinr install .msi file for apache it works.

Hi,
I have installed Apache2.
Wen i say start it gives an error"System cannot find the specified:No installed service named apache2"

What is the problem...???

Thanks
Mar 28 '07 #2
rag84dec
100 100+
i installed the MSI itself
But wen i say start from start->all programs->apache server->control apache server->start
it will give the above mentioned error
Mar 28 '07 #3
Hi.
Check in the 'Services' whether the 'Apache2 service' is created. If not, you can create it by:

1. open the command prompt
2. go to the 'bin' directory of Apache . Somewhere like ' Z:\Program Files\Apache Group\Apache\bin'
3. type the following code:

Expand|Select|Wrap|Line Numbers
  1. apache -k install -n apache2
  2.  
Try to start your apache server

Prakash
Mar 28 '07 #4
rag84dec
100 100+
(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

This is wat i am getting...wat might be the problem??
Mar 28 '07 #5
miller
1,089 Expert 1GB
Hi rag84dec,

It appears that people are able to find this thread and are managing to help you some.

However, this is more specifically an Apache issue, not a perl one, so I'm moving this thread to the Apache forum.

- Miller
Mar 28 '07 #6
Motoma
3,237 Expert 2GB
What installer did you use to setup Apache?
Mar 29 '07 #7
rag84dec
100 100+
http://httpd.apache.org/docs/2.2/

I installed thgis apache2.
I still getting the same error.As mentioned above.

Please someone give the link to an apache server download.

give me details plssssssss
Mar 30 '07 #8
Motoma
3,237 Expert 2GB
If you are just looking to install Apache, this is a good one to go with. I would suggest uninstalling Apache and reinstalling in, making sure to install it as a service (not sure what the option's wording will be on this, sorry).
Mar 30 '07 #9
Hi! I seem to have encountered the same error.

Installed using XAMPP and on it's control panel, I get the message:

Error - Apache service not started [-1]

I've installed it as a service (during installation) and whenever i try to manually start Apache, it works. Only in the control panel it fails.

Any insights? Thanks a lot in advance :)
Apr 4 '07 #10
Motoma
3,237 Expert 2GB
You get a message like this, I would suggest you take a look at the apache error logs.
Apr 4 '07 #11
Just change this line

Listen 80
to
Listen 3128

in httpd.conf file

The problem will be solved ;-)

Articles and Discussion
May 16 '07 #12
Little bit of a tip for you all. BEFORE you install Apache try typing the url: http://localhost/ into a webbrowser. See if it brings up anything.

I got this problem because some crappy television program guide that came with my tv tuner card installed itself as a webservice, and was already binding itself to port 80. Seeing as how I never used it, uninstalling it fixed the problem.

Hope this helps someone.
Jul 16 '07 #13
Motoma
3,237 Expert 2GB
Little bit of a tip for you all. BEFORE you install Apache try typing the url: http://localhost/ into a webbrowser. See if it brings up anything.

I got this problem because some crappy television program guide that came with my tv tuner card installed itself as a webservice, and was already binding itself to port 80. Seeing as how I never used it, uninstalling it fixed the problem.

Hope this helps someone.
That's wild. Thanks for the input BoneIdol and welcome to The Scripts :)
Jul 16 '07 #14
That's wild. Thanks for the input BoneIdol and welcome to The Scripts :)
That's wild. Thanks for the input BoneIdol and welcome to The Scripts :)
[WINDOWS]
-Go to start then run, type services.msc.
-Find apache service on the right pane "apache2.2" or something close to that.
-Right click and go to properties.
- Go to general tab.
- Look at " Path to executable:"
- Move your apache folder (in xampp folder or something like that) to where the above path direct it to. Create folders if you have to. Mine i had to create "apachefriends" and "xampp" folders at "c:\apachefriends\xampp\" and then paste Mysql and Apache folders in it . If your mysql starts properly , then there is no need to move the folder mysql from your xampp installation folder.

NB:
This is a rather quick and mixing up your system solution BUT its because xampp was installed after WAMP was installed and then WAMP uninstalled when xampp wa already installed. hope you get the idea.

Good luck:
Joseph - Kenya - East Africa
Oct 21 '08 #15

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Mike | last post by:
I am sure that I am making a simple boneheaded mistake and I would appreciate your help in spotting in. I have just installed apache_2.0.53-win32-x86-no_ssl.exe php-5.0.3-Win32.zip...
4
by: cedric | last post by:
hello, I encounter a problem using threads. I have a simple code to use a thread : cSurveillanceBorne = New clsThreadSurveillance _SurveillanceThread = New Thread(AddressOf...
1
by: neha | last post by:
hi, i m trying to integrate python with apache on linux.For this i m using mod_python. I dont see any problem with the versions of python,apache and mod_python i m using. the versions i m using...
102
by: hug | last post by:
www.webmaster, was suggested that this ng could be a better place.] I've updated my test server to handle if-modified-since. I've noticed that the (old copies I run of) IE and Netscape seem...
0
by: vikash shrivastava | last post by:
Hi i know Oracle, (OCA certified) but now i m new 2 DB2, kindly tell how can i access tables (or other objects) in db2 in XP pltfrm . what r the initial/default username & Pwd to access the...
0
by: shakthi | last post by:
Hi all, I downloaded code foe Customizing the Windows CE .NET User Interface from msdn library and tried to run it under WINCE platform builder.From the steps given along with the code i...
2
by: MichaelHe | last post by:
Hi I'm having a bit starting problem with java ajax. I have this rather simple script function UpdateSQL(ReleaseID, MediaTypeID, sideElement) { if (typeof XMLHttpRequest != 'undefined') {...
22
by: V S Rawat | last post by:
(bringing the discussion here for php.general) I am on xpsp3, wampserver 2.0, having apache 2.2.8, php 5.2.6, MySQL 5.0.51b. http://localhost/ is E:\wamp\www\ I have put the first php script...
1
by: imtiyazali4all | last post by:
Hi, I have installed Apache 2.2.15 and it was tested successful and working fine. As a next step I installed php-5.3.2-Win32-VC6-x86 on Windows XP SP3.Now when I restart the Apache server I am...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.