Topic: Apache is not running
I'm using WOS Portable II but when I start WOS I receive this message " Apache is not Running / MySQL is running" How I start Apache? I use Windows XP service pack 3.
This is the official forum for MoWeS (www.mowes.chsoftware.net). Post your questions here!
You are not logged in. Please login or register.
Pages 1
I'm using WOS Portable II but when I start WOS I receive this message " Apache is not Running / MySQL is running" How I start Apache? I use Windows XP service pack 3.
Be sure you have downloaded and are running the latest version. Your reference to WOS (the old name) for Mowes makes me think you might not have the latest. In any event (even if you have the latest), I would download again and re-install. This program works wonderfully and it should be working for you too.
I have the same problem, wit hthe latest package files. I also extracted them twice, still only MySQL working. Using Windows XP Pro Service Pack 3.
I had the same issue and mine turned out to be a missing 'logs' folder in the apache2 folder. Just create the logs folder and try again.
Apache cannot run for many reasons (SEE: http://www.moweswiki.chsoftware.net/ind need_HELP)
If its "Skype" problem(Skype is using port 80 and the same port is defined by default to Apache, therefore conflict occurs), then you have three choices:
*everytime before starting apache, check that Skype is closed (opening Skype after is ok)
*Redefine the port 80 to something else in apache conf (from CMD with command 'netstat -a' you can see which ports are beeing used by what programs)
*Redefine Skype ports.
I have the same problem here and just reinstaled apache package. It worked for me, but I like to have another solution.
Indeed my issue was Skype hogging port 80. I had no idea that this was in fact happening. Why skype wants port 80 I have no idea, i'm not too happy with it atm.
Skype blocks this port in the standard setting (I have no clue why) but you can change it easily: in skype go to actions->options->advanced->connection and there disable "Use ports 80 and 443 as alternative ports for incoming connections" and restart skype to make it work
A new problem and his solution.
With the teamviewer program, isn´t work the apache mowes.
Only it is necessary to deactivate the teamviewer and to working with the Apache without problems.
Regards.
i have the same problem i tried reinstalling but still it doesnt run
and i get this is the error log files
(OS 10022)An invalid argument was supplied. : Child 3188: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
[crit] Parent: child process exited with status 3 -- Aborting.
Last edited by Aaixo (2010-05-04 06:28:11)
Aaixo try this one:
https://issues.apache.org/bugzilla/show
i?id=31765
Seems like a windows bug
I'm using WOS Portable II but when I start WOS I receive this message " Apache is not Running / MySQL is running" How I start Apache? I use Windows XP service pack 3.
I encountered same problem. This is a port conflict. Save yourself a lot of grief. Use the procedure in the wiki to change the listening port for your apache2 server. This is found in the http config file in the config directory of the apache2 folder.
I am running Windows 7
Lloyd Goethals
13/05/2010
I have a problem with starting apache on WinXP.
Using cmd with httpd -t produces:
G:\apache2\bin>httpd -t
httpd: Syntax error on line 141 of G:/apache2/conf/httpd.conf: Cannot load G:/apache2/modules/mod_actions.so into server: Unzulässiger Zugriff auf einen Speicherbereich.
Message in english should be "Invalid access to memory location".
When commenting this line out the error resumes on the next line with the next .so module (mod_alias.so). So i suspect there is a prolem with loading the .so files not with mod_actions.so itself.
Has anyone a hint where i should look at to fix this problem?
It is simple (for me was this a solution) - you cannot use this part of httpd.conf (at the end):
LoadModule php5_module "C:/MoWeS II/php5/php5apache2_2.dll"
PHPIniDir "C:/MoWeS II/php5"
use instead this dll module
LoadModule php5_module "C:/MoWeS II/php5/php5apache2.dll"
PHPIniDir "C:/MoWeS II/php5"
Of course you must modify the paths to your configuration.
From the previous post - it solved only temporarily crash of apache by start, but then after while it was in the state of "not running".
After some tryings I solved the problem with combination of apache 2.2.11 with php 5.2.10 (the problematic combination was apache 2.2.11 with php 5.3.0).
Apache cannot run for many reasons (SEE: http://www.moweswiki.chsoftware.net/ind need_HELP)
If its "Skype" problem(Skype is using port 80 and the same port is defined by default to Apache, therefore conflict occurs), then you have three choices:
*everytime before starting apache, check that Skype is closed (opening Skype after is ok)
*Redefine the port 80 to something else in apache conf (from CMD with command 'netstat -a' you can see which ports are beeing used by what programs)
*Redefine Skype ports.
very well thankyou, this is my problem!!!!
1. I do not have Skype.
2. I use winXP sp3.
3. MoWeS: PHP5, APACHI2, MYSQL5.
4. file "httpd.conf" changed ports.
all the same "APACHI IS NOT RUNNING..."
What to do? Ж(
Use cmd with httpd -t produces (see above) and post output
Pages 1
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.