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: problem, starting apache |
|
Author |
|
sara
Joined: 08 Sep 2012 Posts: 3
|
Posted: Sun 09 Sep '12 9:05 Post subject: problem, starting apache |
|
|
I am using windows 7. I have installed Apache 2.2.23. The installation was successful. But when I run the command -k start to start Apache, it gives me error.
C:\apache2\Apache2\bin>httpd -k start
httpd: Syntax error on line 61 of C:/apache2/Apache2/conf/httpd.conf: Cannot loa
d C:/apache2/modules/mod_actions.so into server: The specified module could not
be found.
I am following the link, http://www.vbforums.com/showthread.php?651571-Installing-PHP-5.3-and-Apache-HTTP-Server-on-Windows-7
Anyone please tell me what should I do to successfully start Apache on my system. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sun 09 Sep '12 9:58 Post subject: |
|
|
Look at your folder structure
You have httpd in
C:/apache2/Apache2/
And try to load modules in
C:/apache2/modules/
Steffen |
|
Back to top |
|
sara
Joined: 08 Sep 2012 Posts: 3
|
Posted: Sun 09 Sep '12 10:19 Post subject: |
|
|
OK. I got it. Now the command has run successfully. But there is another problem now.
When I type http://localhost/ in the browser, it shows "Oops! Google Chrome could not connect to localhost".
I should mention here that I have first installed IIS on the system but then I turned it off by going to "Turn windows features on or off", in the control panel. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sun 09 Sep '12 10:31 Post subject: |
|
|
Any clue in the Apache error.log and/or Windows Event Viewer ?
Check also in a Command window with:
>httpd.exe -t |
|
Back to top |
|
sara
Joined: 08 Sep 2012 Posts: 3
|
Posted: Sun 09 Sep '12 12:24 Post subject: |
|
|
C:\apache2\bin>httpd.exe -t
httpd.exe: Could not reliably determine the server's fully qualified domain name
, using fe80::49d7:b1f2:f0be:9948 for ServerName
Syntax OK
Also, when I type httpd -k start, it shows the same statement. But the link I mentioned says to ignore the message.
So again, when I type http://localhost/, it says "Oops! Google Chrome could not connect to localhost" |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
|
Back to top |
|
|
|
|
|
|