SSI Web: Apache doesn't seem to be running properly
Your answer
Please only use this to answer the original question. Otherwise please use comments.
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
2 Answers
+1 vote
you might want to check apache logs as well.. these should be located in
c:\users\XXXXXXX\AppData\Roaming\Sawtooth Software, Inc\SSI Web\LocalWeb\logs\
perhaps they can shed light on why apache shuts down.
By the way, do you have IIS or any other web server configured to listen on port 80? That could be a reason for apache to terminate I guess...
Thanks for the tip, I eventually will use your help!
Anyway, I can confirm that in 7.0.26 Apache doesn't work at all (not even with the cable unplugged...), which is tricky 'cause the key I'll use will be for this version. Not even changing the port (since by default version 8.0 uses 61501 and 7.0.26 uses 61499) makes it to function.
This is becoming a big mystery to me...
A slight improvement: I was able to replicate version 8.0 behaviour (with the network cable unplugged it works, plugged doesn't works) in version 7.0.26. What have I made? I've tried using again a Windows user account without international characters in the name. I've done this before, as I have mentioned in the previous posts, with no results, so I don't really know what (if anything) has changed in order to function this time.
Though, I'm still having issues when I'm connected to the web, and I don't really know why, since I'm accessing localhost. It seems related to the proxy present in this network, but I think that it is (at least) strange.
If anyone has a hint, please let me know.
Thank you all,
João
are you sure your browser does not have any proxy configuration? normally when defining a proxy in the browser, one would set the browser to bypass proxy for "localhost". perhaps this needs to be explicitly defined.
another thing is that on windows the whole system follows the network settings as defined by IE (if I recall correctly).
finally just open a command prompt and "ping localhost", what do you get?
Bahadir: many thanks for your reply, it finally solved my problem! :] I had already had changed proxy settings in Chrome before, with no success. The fact is, I didn't tried it since I got version 7.0.26 to work (cable disconnected) yesterday. I was just about to configure my wireless connection when I gave another try to the proxy settings.
Now it is finally working. I just unchecked "Automatically detect settings" option and checked both options inside the "Proxy server" box.
Thank you all for your replies,
João
(also, I had already tried before the ping localhost @ command prompt and it was working as expected)
Your comment on this answer:
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please log in or register.
0 votes
Make sure that the Apache program is ok to run in your firewall settings. Frequently Windows will prompt for processes to have access to ports. If your firewall is turned up to high or you have allowed Apache an exception in your firewall, this might be the problem.
Anyway, I can confirm that in 7.0.26 Apache doesn't work at all (not even with the cable unplugged...), which is tricky 'cause the key I'll use will be for this version. Not even changing the port (since by default version 8.0 uses 61501 and 7.0.26 uses 61499) makes it to function.
This is becoming a big mystery to me...