|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Hi,
I have installed apache 2 (and the patch) on my win ME machine, when I click on start apache in console it opens for a second and closes again. The tutorial I downloaded says it should stay open. Can anyone help? Thanks Michelle |
|
#2
|
|||
|
|||
|
which article are you referring to?
also the apache window should close under normal circumstaces, so why do you need it open. ![]()
__________________
Apache Expert |
|
#3
|
|||
|
|||
|
hi thanks for your reply
It wasn't an article I read here, when I click on the apache monitor it says no services installed and I can only click on ok or exit. So I really think I have gone wrong somewhere... perhaps I should get a more reliable tutorial..know any good ones? michelle |
|
#4
|
|||
|
|||
|
Quote:
your best advice would be to uninstall apache 2+ and install apache 1.3.27. it can be found here at http://apache.secsup.org/dist/httpd/binaries/win32/ i haven't ran across that problem using apache 2 but try the other version, and tell me if you get any errors? |
|
#5
|
|||
|
|||
|
asp_man advice to uninstall apache 2+ and install apache 1.3.27 is good, but if you will do this your first time i give you 100% that you will meet some problems (whit loadmodule)
. Ofcorse i talking about httpd.conf, when it does happens you can ask for help here or read the forum about Bens article where asp_man likt you. |
|
#6
|
|||
|
|||
|
Hi again, I have decided to keep trying with apache 2 before trying the previous version.
I have tried to run it from the command prompt so that I get to see the error. It is as follows: [crit] (os 10038)Socket operation on non-socket: make_sock: for address 0.0.0.0:80, apr_socket_opt_set: (SO_KEEPALIVE) no listening sockets available, shutting down Unable to open logs I have edited the conf file to make my server name the local host going to port 80.. Anyone have any ideas that might help? Thanks Shelly |
|
#7
|
||||
|
||||
|
If I'm not mistaken depending on your setup of your lan, whether its behind a firewall or not, depends on the server name you would use.. for example, my domain nitwitz.org resides behind a couple of NAT firewalls, so instead of using a FQDN I just use the servername.. for example, say the machine is named websvr1, and since Im behind a firewall I dont assign it to a specific IP address under the Listen portion of the httpd.conf file.. Of course, I've never run apache under anything but linux.. so I'm not sure what the config would be like for windows.. BUT... it should be similar I would think
I have the ServerType set to standalone Do you have the ip address assigned under the Listen portion of the config? also, do you run DHCP or are you using a static address? If static, you may want to try assigning a specific value to the listen portion so that it maps to that port.. IE: Code:
# # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, in addition to the default. See also the <VirtualHost> # directive. # #Listen 3000 Listen 12.34.56.78:80 from what you put below, it seems like it's not mapping the port correctly |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > Apache window won't stay open |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|