This is a discussion on Apache 2.0.47 on XP within the Windows Web Servers forums, part of the Web Server and Related Forums category; I've just installed MySQL 4.0.15 and Apache 2.0.47 onto my windows XP computer as per ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I've just installed MySQL 4.0.15 and Apache 2.0.47 onto my windows XP
computer as per instructions included with the CD. It says I should get the Apache default web page when I enter http://localhost/ in my IE browser. Well it doesn't load anything or report an error it just sits there trying to do something. I entered localhost and localdomain as my server info during installation. Service Monitor appears ok, green light by Apache 2 name. What am I doing wrong??? |
|
|||
|
mitel wrote:
> I've just installed MySQL 4.0.15 and Apache 2.0.47 onto my windows XP > computer as per instructions included with the CD. It says I should > get the Apache default web page when I enter http://localhost/ in my > IE browser. Well it doesn't load anything or report an error it just > sits there trying to do something. I entered localhost and localdomain > as my server info during installation. Service Monitor appears ok, > green light by Apache 2 name. What am I doing wrong??? What does the "Listen" directive line in your httpd.conf file say? --Bill Davidson |
|
|||
|
Bill Davidson <billdav@cox.nospam.net> wrote in message news:<53qEc.4188$151.259@fed1read02>...
> mitel wrote: > > I've just installed MySQL 4.0.15 and Apache 2.0.47 onto my windows XP > > computer as per instructions included with the CD. It says I should > > get the Apache default web page when I enter http://localhost/ in my > > IE browser. Well it doesn't load anything or report an error it just > > sits there trying to do something. I entered localhost and localdomain > > as my server info during installation. Service Monitor appears ok, > > green light by Apache 2 name. What am I doing wrong??? > > What does the "Listen" directive line in your httpd.conf file say? > > --Bill Davidson #Listen localhost:80 Listen 80 I have macromedia FTP RDS server on my pc with localhost as the root directory, will that have an effect on the apache installation? |
|
|||
|
mitel wrote:
> #Listen localhost:80 > Listen 80 Hmm. That should work on all interfaces. > I have macromedia FTP RDS server on my pc with localhost as the root > directory, will that have an effect on the apache installation? It depends. I'm not familiar with that server but if it is using port 80 then you have a problem. Try "Listen 8080" and go to http://localhost:8080 and see if that works. --Bill Davidson |
|
|||
|
Bill Davidson <billdav@cox.nospam.net> wrote in message news:<02rFc.7925$151.2718@fed1read02>...
> mitel wrote: > > #Listen localhost:80 > > Listen 80 > > Hmm. That should work on all interfaces. > > > I have macromedia FTP RDS server on my pc with localhost as the root > > directory, will that have an effect on the apache installation? > > It depends. I'm not familiar with that server but if it is > using port 80 then you have a problem. > > Try "Listen 8080" and go to http://localhost:8080 and see > if that works. > > --Bill Davidson No change....Have also removed the Macromedia FTP/ RDS server application. I have copied an index.html file to the htdocs folder and can open it from the folder but nothing via the address bar in IE, page not found error. It's just not locating the files within the htdocs folder. Any ideas? |
|
|||
|
mitel wrote:
> No change....Have also removed the Macromedia FTP/ RDS server > application. I have copied an index.html file to the htdocs folder and > can open it from the folder but nothing via the address bar in IE, > page not found error. It's just not locating the files within the > htdocs folder. > Any ideas? Not really. Is your DocumentRoot set correctly? |