Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache Requested Operation has failed.........WTF |
|
Author |
|
myswordnu
Joined: 26 Sep 2009 Posts: 9
|
Posted: Sat 26 Sep '09 20:55 Post subject: Apache Requested Operation has failed.........WTF |
|
|
Ok I have installed apache server 2.2 and im runing a vista basic OS. Now everything was fine with installation I port forwarded my server on port 80 to my external IP address and unblocked the server for my firewall and the server has been running fine. After a few day's I installed php5 onto the server and still everything was fine about 2 days after that. When ever I started my PC the server was off when I opened apache monitor to turn it back on it would say requested operation has failed. So i checked my firewall and its still allowing the server, Then I shutdown all of the services and applications for apache and started them back up as administrator. Only to have the same problem. So i checked my ports and nothing is running on port 80. Does anyone know why I am getting this error even tho im running everything as administrator allowing program threw firewall nothing else is taking up the servers port and forwarding the port correctly? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Sat 26 Sep '09 23:52 Post subject: |
|
|
anything in error log or Windows Event Viewer? |
|
Back to top |
|
myswordnu
Joined: 26 Sep 2009 Posts: 9
|
Posted: Sun 27 Sep '09 2:49 Post subject: |
|
|
glsmith wrote: | anything in error log or Windows Event Viewer? |
The php error log and apache error log show nothing, As far as I can see in the windows event log i get 2 errors at the same time when trying to start the apache server
Fist error is shows is
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Apache Service" />
<EventID Qualifiers="0">3299</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-09-27T00:45:43.000Z" />
<EventRecordID>3739</EventRecordID>
<Channel>Application</Channel>
<Computer>ADMINMASTER-PC</Computer>
<Security />
</System>
- <EventData>
<Data>The Apache service named</Data>
<Data />
<Data>reported the following error: >>></Data>
<Data><Directory> directive requires additional arguments</Data>
<Data />
<Data />
<Data />
<Data />
<Data />
</EventData>
</Event>
then it pops out another error just after it like so .
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Apache Service" />
<EventID Qualifiers="0">3299</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-09-27T00:45:43.000Z" />
<EventRecordID>3738</EventRecordID>
<Channel>Application</Channel>
<Computer>ADMINMASTER-PC</Computer>
<Security />
</System>
- <EventData>
<Data>The Apache service named</Data>
<Data />
<Data>reported the following error: >>></Data>
<Data>Syntax error on line 188 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf:</Data>
<Data />
<Data />
<Data />
<Data />
<Data />
</EventData>
</Event>
thats the only errors I see please help lol |
|
Back to top |
|
myswordnu
Joined: 26 Sep 2009 Posts: 9
|
Posted: Sun 27 Sep '09 2:57 Post subject: |
|
|
lmao ok now i got it , i guess i just didnt use my brain and eyes enough I see the error in my config file, I was trying to block a IP address which I failed at. some guy trying to spam me. |
|
Back to top |
|
|
|
|
|
|