Navigate
Home
ArticleWiki
Forum
Journal
Search
Newsletter
Links
Tech News
expertsrt.com
Welcome Guest.
Username:

Password:

Remember me

Apache Not Working.............
Welcome, Guest. Please login or register.
December 04, 2008, 12:23:53 AM
11307 Posts in 1250 Topics by 500 Members
Latest Member: jkkjkjjfhyaasass
Experts Round Table Network  |  Webservers  |  Apache  |  Apache Not Working............. « previous next »
Pages: [1]
Author Topic: Apache Not Working.............  (Read 546 times)
anznor

Offline Offline

Posts: 2


« on: December 24, 2006, 09:25:41 AM »

I installed Apache 2.0.59 yesterday...
I didn't install it as a service,just to run when started manually....
when I open any browser and type locahost:8080 it gives an error saying address is unsupported.....
I checked host file for 127.0.0.1 localhost.
it was there....
I also set IE never to dial a connection.....
I'm stuck......
Plz help..........
Logged
VGR
Mentor

Offline Offline

Posts: 682



WWW
« Reply #1 on: December 25, 2006, 12:21:01 AM »

1) is the Port (bind and listen) directoives in htpd.conf correct ? (ie, port 8080 is being listened at ; 80 is the default)

2) deactivate any firewall the time to test at least ONE connection.

3) you should see the default htdocs conetns unless you also changed the documentroot directive.

regards
Logged

techie overlord, answers all kind of questions on http://www.europeanexperts.org
anznor

Offline Offline

Posts: 2


« Reply #2 on: December 25, 2006, 12:39:48 AM »

I saw this in the file httpd.conf :
Listen 12.34.56.78:80
Listen 8080

Also i havent made any modifications to folder htdocs ......
I have installed in E:/Webserver folder..........

I have tried ur second suggestion but to no avail......

Normally i do it the foll way:-
I first run apache in console and then allow firewall to allow apache..
then i start opera and type localhost:8080 but it saya addreass type is unsupported.....
am i doing it correct or i have to shut down the console window and then type it in the browser.......

Plz do not get upset with me coz i'm a total newbie
Logged
VGR
Mentor

Offline Offline

Posts: 682



WWW
« Reply #3 on: December 25, 2006, 01:06:07 AM »

ok... delete the first line 12.34.56.78:80 it's dummy

then ensure you've :
Listen 80
BindAddress *

save file httpd.conf, restart Apache (I guess it's a service, not the console version)

then try with Opera : http://localhost/
and if it doesn't work right :
http://127.0.0.1/

alternatively try with a real browser you don't pay for ;-)))
http://www.spreadfirefox.com/?q=affiliates&id=72675&t=75

then... your DocumentRoot is probably wrong if you changed it, and I don't know if you didn't.

You may find some more help by visiting www.apache.org and http://www.europeanexperts.org

Regards ;-)
Logged

techie overlord, answers all kind of questions on http://www.europeanexperts.org
Pages: [1]
« previous next »
    Jump to: