Pages: 12Next
Current Page: 1 of 2
Apache won't start
Posted by: rob20 (---.dhcp.aldl.mi.charter.com)
Date: April 24, 2008 03:20AM

The path above is not correct because it should be g:/websites not g:\websites, I mean / not \
**********************

My mistake was in the post. The file is correct. Darn!

********************

Earlier in a post someone had me change this:

# onlineoffline tag - don't remove
Order Deny,Allow
# Deny from all <------------comment me out!
Allow from 127.0.0.1

Did not help
************************************


In an earlier post, I was told to change

#Listen 12.34.56.78:80
#I changed port to 8080
Listen 8080

I goofed in the line above. I left out 12.34.56.78:

When I change it to Listen 12.34.56.78:8080, the icon turns yellow again.
*******************************

Also, this morning I noticed this

ServerName localhost:80

Should this be 8080, also ??
***********************************

I think I've tried every combination.

Thanks to all who help.

Options: ReplyQuote
Re: Apache won't start
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: April 24, 2008 05:11AM

shouldnt use ip in listen


use


Listen 80
or

Listen 8080


and

Servername localhost




80 is the standard port so try it first.




# onlineoffline tag - don't remove
Order Deny,Allow
# Deny from all <------------comment me out!
Allow from 127.0.0.1



should be



Order Allow, Deny
Allow from 127.0.0.1
Deny from all

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Apache won't start
Posted by: rob20 (---.dhcp.aldl.mi.charter.com)
Date: April 24, 2008 03:37PM

My post from yesterday isn't here. Must have pressed wrong key.


Listen 80 brings up;\:

[localhost]

Firefox can't establish a connection to the server at localhost.

***************************

Listen 8080 brings up;\:

[localhost]

Firefox can't establish a connection to the server at localhost.

******************************

One of them used to come up Forbidden.

Now, neither MyPHPadmin & SqLite Manager quit working.

I used to click on "Restart All Services" and the icon would disappear and re-appear.

Not it stays on. !!!!!

Should I post the entire httpd.conf file or send it to someone????


Or, I could load it in by web site.

Thanks to all who help.



Edited 1 time(s). Last edit at 04/24/2008 03:41PM by rob20.

Options: ReplyQuote
Re: Apache won't start
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: April 24, 2008 03:51PM

if port 80 is not usable then change listen 80 to listen 8080


then connect using localhost:8080 in ur browser



again 80 is deafult so u never need to specify it in broswer but if using a different port :8080 must be on the end of the file



so if ur file is index.php for example

localhost:8080/index.php

will work




the reason forbidden came up was that ur dney allow was wrong



Order Allow, Deny
Allow from 127.0.0.1
Deny from all



it should be liek this

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Apache won't start
Posted by: rob20 (---.dhcp.aldl.mi.charter.com)
Date: April 24, 2008 11:48PM

I try to keep track of whats working. But, I don't know which modification stopped all services.

Icon is white

I made all mods in previous post.


[melendy-mi.us]

*******************************************

[localhost] error

forbidden


***********************

PHPMyAdmin brings up:


[localhost]

Options: ReplyQuote
Re: Apache won't start
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: April 25, 2008 12:37AM

#<Directory "g:/wamp/www/">
<Directory "g:/websites/">

why are u doing this?


ur server is on 8080


so u need localhost:8080 in every thing u type in the broswer

ie localhost:8080/phpmyadmin

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Apache won't start
Posted by: yfastud (Moderator)
Date: April 25, 2008 12:58AM

Quote

I try to keep track of whats working. But, I don't know which modification stopped all services.
I guess you mess too much w/ your server settings, so I suggest you should perform full backup right after reinstall wamp, and each individual file just right before editing a particular file ;-)

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Apache won't start
Posted by: rob20 (---.dhcp.aldl.mi.charter.com)
Date: April 25, 2008 04:31AM

I'm learning little by little.




Using 80, phpMyAdmin and SQLiteManager run from Wamp menu.


Using 8080 I have to manually type [localhost] phpMyAdmin or SQLiteManager to make them run.




Localhost doesn't work either way.


ApacheMonitor.exe is not running. I can manually start it, but Localhost still doesn't work.

*****************************

Since I installed Wamp on drive G this path does not exist:

<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin">

Nor does a similar path exist on G:\


In other words, "Apache Software Foundation/Apache2.2/cgi-bin" does not exist anywhere.

Thanks to all who help.

Options: ReplyQuote
Re: Apache won't start
Posted by: rob20 (---.dhcp.aldl.mi.charter.com)
Date: May 01, 2008 02:49PM

Hey guys, have u given up on me.

I still can't get Apache to run.

Thanks to all who help.

Options: ReplyQuote
Re: Apache won't start
Posted by: yfastud (Moderator)
Date: May 01, 2008 03:34PM

If you don't have perl add-on, you don't have to worry about cgi-bin

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Apache won't start
Posted by: rob20 (---.dhcp.aldl.mi.charter.com)
Date: May 01, 2008 04:54PM

I sure appreciate the help given.

I may add Perl at a later date.

Huh!

What does cgi-bin got to do with apache running??

Nothing was said about my path(S) in previous post.

**********************************************************

Using 8080 caused more problems. So, I left it at 80, default.

Testing port 80, works.

myPHP admin comes up ok.

Sqlitemanager comes up with an error "localhost cannot find http:/localhost/sqlitemanager" and then the browser opens up and theres Sqlitemanager, normal. To me, there is a path problem here.

apache_log, no errors


apache error_log:[Thu May 01 13:19:59 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu May 01 13:19:59 2008] [notice] Child 3952: Exit event signaled. Child process is ending.
[Thu May 01 13:20:00 2008] [notice] Child 3952: Released the start mutex
[Thu May 01 13:20:01 2008] [notice] Child 3952: All worker threads have exited.
[Thu May 01 13:20:01 2008] [notice] Child 3952: Child process is exiting
[Thu May 01 13:20:01 2008] [notice] Parent: Child process exited successfully.
[Thu May 01 13:20:01 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.5 configured -- resuming normal operations
[Thu May 01 13:20:01 2008] [notice] Server built: Jan 18 2008 00:37:19
[Thu May 01 13:20:01 2008] [notice] Parent: Created child process 4216
[Thu May 01 13:20:02 2008] [notice] Child 4216: Child process is running
[Thu May 01 13:20:02 2008] [notice] Child 4216: Acquired the start mutex.
[Thu May 01 13:20:02 2008] [notice] Child 4216: Starting 64 worker threads.
[Thu May 01 13:20:02 2008] [notice] Child 4216: Starting thread to listen on port 80.
[Thu May 01 13:20:21 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu May 01 13:20:21 2008] [notice] Child 4216: Exit event signaled. Child process is ending.
[Thu May 01 13:20:22 2008] [notice] Child 4216: Released the start mutex
[Thu May 01 13:20:23 2008] [notice] Child 4216: All worker threads have exited.
[Thu May 01 13:20:23 2008] [notice] Child 4216: Child process is exiting
[Thu May 01 13:20:23 2008] [notice] Parent: Child process exited successfully.
[Thu May 01 13:20:40 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.5 configured -- resuming normal operations
[Thu May 01 13:20:40 2008] [notice] Server built: Jan 18 2008 00:37:19
[Thu May 01 13:20:40 2008] [notice] Parent: Created child process 4584
[Thu May 01 13:20:40 2008] [notice] Child 4584: Child process is running
[Thu May 01 13:20:40 2008] [notice] Child 4584: Acquired the start mutex.
[Thu May 01 13:20:40 2008] [notice] Child 4584: Starting 64 worker threads.
[Thu May 01 13:20:40 2008] [notice] Child 4584: Starting thread to listen on port 80.
[Thu May 01 13:21:09 2008] [error] [client 127.0.0.1] client denied by server configuration: G:/websites/
[Thu May 01 13:26:26 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu May 01 13:26:26 2008] [notice] Child 4584: Exit event signaled. Child process is ending.
[Thu May 01 13:26:27 2008] [notice] Child 4584: Released the start mutex
[Thu May 01 13:26:28 2008] [notice] Child 4584: All worker threads have exited.
[Thu May 01 13:26:28 2008] [notice] Child 4584: Child process is exiting
[Thu May 01 13:26:28 2008] [notice] Parent: Child process exited successfully.
[Thu May 01 13:26:30 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.5 configured -- resuming normal operations
[Thu May 01 13:26:30 2008] [notice] Server built: Jan 18 2008 00:37:19
[Thu May 01 13:26:30 2008] [notice] Parent: Created child process 5664
[Thu May 01 13:26:30 2008] [notice] Child 5664: Child process is running
[Thu May 01 13:26:30 2008] [notice] Child 5664: Acquired the start mutex.
[Thu May 01 13:26:30 2008] [notice] Child 5664: Starting 64 worker threads.
[Thu May 01 13:26:30 2008] [notice] Child 5664: Starting thread to listen on port 80.


**************************************************

I thought the URL to my httpd.conf would let u c the whole picture.

I use Crimson Editor a lot. It numbers the lines.

It might make it a lot easier and less confusion for both if u included line numbers with your suggestions etc.

[melendy-mi.us]

***********************************************************

I read about adding the path to PHP dir to windows environmental variables. Should I do this??

If so, Is that:
G:\wamp\apps\phpmyadmin2.11.5 ????


All information here is based on the current http.conf I uploaded to web site.

Thanks to all who help.



Edited 4 time(s). Last edit at 05/01/2008 07:34PM by rob20.

Options: ReplyQuote
Re: Apache won't start
Posted by: italianice (---.mhzcomputer.com)
Date: May 01, 2008 08:26PM

I'm also having issues. Apache will start but its getting an error 403. thats if i turn off the httpd-vhost link and paste it directly in the bottom.

localhost also gets the 403 error.

errorlog says:
[Thu May 01 14:22:13 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu May 01 14:22:13 2008] [notice] Child 2200: Exit event signaled. Child process is ending.
[Thu May 01 14:22:14 2008] [notice] Child 2200: Released the start mutex
[Thu May 01 14:22:15 2008] [notice] Child 2200: All worker threads have exited.
[Thu May 01 14:22:15 2008] [notice] Child 2200: Child process is exiting
[Thu May 01 14:22:15 2008] [notice] Parent: Child process exited successfully.
[Thu May 01 14:22:16 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.5 configured -- resuming normal operations
[Thu May 01 14:22:16 2008] [notice] Server built: Jan 18 2008 00:37:19
[Thu May 01 14:22:16 2008] [notice] Parent: Created child process 5956
[Thu May 01 14:22:16 2008] [notice] Child 5956: Child process is running
[Thu May 01 14:22:16 2008] [notice] Child 5956: Acquired the start mutex.
[Thu May 01 14:22:16 2008] [notice] Child 5956: Starting 64 worker threads.
[Thu May 01 14:22:16 2008] [notice] Child 5956: Starting thread to listen on port 80.
[Thu May 01 14:23:00 2008] [error] [client 127.0.0.1] client denied by server configuration: D:/Documents/public_html/jilliancardarelli/

httpd.conf --> [italian-ice.ws]



Edited 1 time(s). Last edit at 05/01/2008 08:26PM by italianice.

Options: ReplyQuote
Re: Apache won't start
Posted by: yfastud (Moderator)
Date: May 01, 2008 09:32PM

When uncomment that line, make sure there is no blank space in front of that line and no trailing blank space in the line before that line

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Apache won't start
Posted by: italianice (---.mhzcomputer.com)
Date: May 01, 2008 09:55PM

there isnt. i've attached my httpd.conf so you can take a look and see if there is any glaring errors.

Options: ReplyQuote
Re: Apache won't start
Posted by: rob20 (---.dhcp.aldl.mi.charter.com)
Date: May 01, 2008 10:14PM

italianice, you have taken over my post above and now mine didn't get answered.

Please start your own post.

Also, here is another post for similar problem I'm watching and you could to.

[forum.wampserver.com]

Thanks to all who help.



Edited 1 time(s). Last edit at 05/01/2008 10:20PM by rob20.

Options: ReplyQuote
Re: Apache won't start
Posted by: italianice (---.mhzcomputer.com)
Date: May 01, 2008 11:18PM

rob20 Wrote:
-------------------------------------------------------
> italianice, you have taken over my post above and
> now mine didn't get answered.
>
> Please start your own post.
>
> Also, here is another post for similar problem
> I'm watching and you could to.
>
> [forum.wampserver.com]


if you hadnt noticed, mine didnt get answered too. i assumed that because we had a similar issue we might get more of an answer with more than one example. ive read all the threads relating to this issue or similar issue on the first couple pages and nothing seems to help.

i'm not trying to do it externally, just internally.

Options: ReplyQuote
Re: Apache won't start
Posted by: rob20 (---.dhcp.aldl.mi.charter.com)
Date: May 02, 2008 12:22AM

I sure appreciate the help given.

I may add Perl at a later date.

Huh!

What does cgi-bin got to do with apache running??

Nothing was said about my path(S) in previous post.

**********************************************************

Using 8080 caused more problems. So, I left it at 80, default.

Testing port 80, works.

myPHP admin comes up ok.

Sqlitemanager comes up with an error "localhost cannot find http:/localhost/sqlitemanager" and then the browser opens up and theres Sqlitemanager, normal. To me, there is a path problem here.

apache_log, no errors


apache error_log:[Thu May 01 13:19:59 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu May 01 13:19:59 2008] [notice] Child 3952: Exit event signaled. Child process is ending.
[Thu May 01 13:20:00 2008] [notice] Child 3952: Released the start mutex
[Thu May 01 13:20:01 2008] [notice] Child 3952: All worker threads have exited.
[Thu May 01 13:20:01 2008] [notice] Child 3952: Child process is exiting
[Thu May 01 13:20:01 2008] [notice] Parent: Child process exited successfully.
[Thu May 01 13:20:01 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.5 configured -- resuming normal operations
[Thu May 01 13:20:01 2008] [notice] Server built: Jan 18 2008 00:37:19
[Thu May 01 13:20:01 2008] [notice] Parent: Created child process 4216
[Thu May 01 13:20:02 2008] [notice] Child 4216: Child process is running
[Thu May 01 13:20:02 2008] [notice] Child 4216: Acquired the start mutex.
[Thu May 01 13:20:02 2008] [notice] Child 4216: Starting 64 worker threads.
[Thu May 01 13:20:02 2008] [notice] Child 4216: Starting thread to listen on port 80.
[Thu May 01 13:20:21 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu May 01 13:20:21 2008] [notice] Child 4216: Exit event signaled. Child process is ending.
[Thu May 01 13:20:22 2008] [notice] Child 4216: Released the start mutex
[Thu May 01 13:20:23 2008] [notice] Child 4216: All worker threads have exited.
[Thu May 01 13:20:23 2008] [notice] Child 4216: Child process is exiting
[Thu May 01 13:20:23 2008] [notice] Parent: Child process exited successfully.
[Thu May 01 13:20:40 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.5 configured -- resuming normal operations
[Thu May 01 13:20:40 2008] [notice] Server built: Jan 18 2008 00:37:19
[Thu May 01 13:20:40 2008] [notice] Parent: Created child process 4584
[Thu May 01 13:20:40 2008] [notice] Child 4584: Child process is running
[Thu May 01 13:20:40 2008] [notice] Child 4584: Acquired the start mutex.
[Thu May 01 13:20:40 2008] [notice] Child 4584: Starting 64 worker threads.
[Thu May 01 13:20:40 2008] [notice] Child 4584: Starting thread to listen on port 80.
[Thu May 01 13:21:09 2008] [error] [client 127.0.0.1] client denied by server configuration: G:/websites/
[Thu May 01 13:26:26 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu May 01 13:26:26 2008] [notice] Child 4584: Exit event signaled. Child process is ending.
[Thu May 01 13:26:27 2008] [notice] Child 4584: Released the start mutex
[Thu May 01 13:26:28 2008] [notice] Child 4584: All worker threads have exited.
[Thu May 01 13:26:28 2008] [notice] Child 4584: Child process is exiting
[Thu May 01 13:26:28 2008] [notice] Parent: Child process exited successfully.
[Thu May 01 13:26:30 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.5 configured -- resuming normal operations
[Thu May 01 13:26:30 2008] [notice] Server built: Jan 18 2008 00:37:19
[Thu May 01 13:26:30 2008] [notice] Parent: Created child process 5664
[Thu May 01 13:26:30 2008] [notice] Child 5664: Child process is running
[Thu May 01 13:26:30 2008] [notice] Child 5664: Acquired the start mutex.
[Thu May 01 13:26:30 2008] [notice] Child 5664: Starting 64 worker threads.
[Thu May 01 13:26:30 2008] [notice] Child 5664: Starting thread to listen on port 80.


**************************************************

I thought the URL to my httpd.conf would let u c the whole picture.

I use Crimson Editor a lot. It numbers the lines.

It might make it a lot easier and less confusion for both if u included line numbers with your suggestions etc.

[melendy-mi.us]

***********************************************************

I read about adding the path to PHP dir to windows environmental variables. Should I do this??

If so, Is that:
G:\wamp\apps\phpmyadmin2.11.5 ????

Thanks to all who help.

Options: ReplyQuote
Re: Apache won't start
Posted by: wamper (---.ssv2.iit.edu)
Date: May 02, 2008 01:09AM

rob20 Wrote:
-------------------------------------------------------
> italianice, you have taken over my post above and
> now mine didn't get answered.
>
> Please start your own post.
>
> Also, here is another post for similar problem
> I'm watching and you could to.
>
> [forum.wampserver.com]


I started that thread and solved my problem by switching to xampp. I don't think that thread will be seeing anymore replies. Good luck getting youe problem solved. I still don't know why apache runs fine in phpdev and xampp but not wampserver.

Options: ReplyQuote
Re: Apache won't start
Posted by: italianice (---.hsd1.ma.comcast.net)
Date: May 02, 2008 03:46AM

my problem is solved. i didnt comment out the deny, allow line. and when i added it back in as allow, deny the space broke apache. my server admin took a look at it for me. its all fixed now. but that error WILL BREAK apache.

you can also load the apache service from the apache folder, from there is a way to cmd line start it and see any errors.

Options: ReplyQuote
Re: Apache won't start
Posted by: rob20 (---.dhcp.aldl.mi.charter.com)
Date: May 05, 2008 12:54AM

It would be courteous to at least say why you stopped helping. If u don't want to answer here, PM me.

Options: ReplyQuote
Pages: 12Next
Current Page: 1 of 2


Sorry, only registered users may post in this forum.