denisem Posted March 4, 2003 Share Posted March 4, 2003 Hi. I have downloaded Apache 2.0 for windows. And I ran the .msi file. When it asked to fill in my server and domain I didn\'t know what to do. Because I don\'t have one and I just want to use it on my computer to make cgi and SSI. So I entered some website to this field and it installed. Then I read the Help and it says that I have to install Apache by typing in command prompt: apache -k install I did it but it says Error cant bind to 0.0.0.0:80, no listening sockets. And I don\'t know waht to do. I have changed the httpd.conf file that line LISTENING 127.0.0.1:80 But it aint working. Because I just want to run the server on my computer and I want to create own site like: C:My_siteindex.html How can I do it? Please help me and if I am saying a nonsence than tell me the right way to do it. Maybe I need my own domain? But how to configure the Apache 2.0 on that. Thank you for any help. And please note that I just stureted. So please tell it all in steps how to do it. Not in sience language. Quote Link to comment Share on other sites More sharing options...
effigy Posted March 4, 2003 Share Posted March 4, 2003 i\'ve never tried running a simple localhost... try using this in the config file: Listen 127.0.0.1:80 ServerName localhost:80 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.