Apache Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationApache Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old October 12th, 2001, 08:29 PM
ClearWater ClearWater is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 6 ClearWater User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Newbie help

Hi all,

I've done a bit of programming in PHP on a machine that is already configured with Apache, PHP and MySQL, but never actually have I gone through the installation and setup process of such a system. Now, I purchased a computer at home and I wanted to set up Apache here. I downloaded version 1.3 and installed it, but when I go to http://localhost, IE tells me that the page is not found.

I have gone through the httpd.conf file and read the comments and uncommented/added what I thought would help, but still nothing.

I'd greatly appreciate if I can get some help from a more knowledgable person out there. Thanks a lot.

Kind regards, ClearWater

Reply With Quote
  #2  
Old October 12th, 2001, 10:11 PM
4wzdr|X 4wzdr|X is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Location: oShaWa
Posts: 52 4wzdr|X User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
start apache

to start apache
prompt

apachectl start

have to have apache console open and in the tray I believe for windows

Reply With Quote
  #3  
Old October 12th, 2001, 10:22 PM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
>> but when I go to http://localhost, IE tells me that the page is not found

You may use IE all you wanted, but don't use it for testing/troubleshooting. If Apache is not running, you would get "Connection refused" (the appropriate response).

>> I gone through the installation and setup process of such a system

If it was installed on Windows, you need to tell us that. Or else, it's always assumed to be on UNIX.

Reply With Quote
  #4  
Old October 12th, 2001, 10:44 PM
ClearWater ClearWater is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 6 ClearWater User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Yeah, it is installed on Windows.

Reply With Quote
  #5  
Old October 12th, 2001, 11:07 PM
ClearWater ClearWater is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 6 ClearWater User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
And by the way, I am not getting a "Connection Refused" error, I'm getting a "Cannot Find Server" error. There must be something that I have not configured properly and that is why the computer is not able to see Apache.

Reply With Quote
  #6  
Old October 12th, 2001, 11:19 PM
4wzdr|X 4wzdr|X is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Location: oShaWa
Posts: 52 4wzdr|X User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
so when you start apache and the prompt appears and says apache
started do you just minimize that so it stays in the tray?



did you use the msi pack


cause apache should work right out of the box

Reply With Quote
  #7  
Old October 13th, 2001, 12:49 AM
ClearWater ClearWater is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 6 ClearWater User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Yes, I did download the MSI. In particular, the following one:

http://httpd.apache.org/dist/httpd/...2-win32-src.msi

Also, I don't get any icon in the tasktray, which I also find to be strange. When I click on the "Start Apache in Console" icon, I get a text window that tells me that "Apache/1.3.22 (Win32) running...". That is the only message it has.

Reply With Quote
  #8  
Old October 13th, 2001, 12:53 AM
4wzdr|X 4wzdr|X is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Location: oShaWa
Posts: 52 4wzdr|X User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
when that window pops up


do you minimize it


don't kill it that has to be open


for apache to run


at least that is what i had to do for it when I used windows


thank god for slak

Reply With Quote
  #9  
Old October 13th, 2001, 12:56 AM
ClearWater ClearWater is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 6 ClearWater User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
OK you were right, I got it to work with the window just minimized... But is there no way that I can remove it and only keep it in the tasktray or something? Thanks a lot anyway.

Reply With Quote
  #10  
Old October 13th, 2001, 12:56 AM
4wzdr|X 4wzdr|X is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Location: oShaWa
Posts: 52 4wzdr|X User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
when you go to


start apache the (text window) prompt appears


don't X it


- it

so it sits down there


then type in your browser 127.0.0.1

Reply With Quote
  #11  
Old October 13th, 2001, 12:59 AM
4wzdr|X 4wzdr|X is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Location: oShaWa
Posts: 52 4wzdr|X User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
cool it little tricky


but


i ain't know much bout window$

use slak myself


i'd reccomend considering some kind of *nix

but that be my opinion
=D

Reply With Quote
  #12  
Old October 13th, 2001, 01:04 AM
ClearWater ClearWater is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 6 ClearWater User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Yeah, I'm starting to migrate to Mandrake, but being a Windows "expert", I don't know too much about Linux. I've installed Mandrake on one of the slower machines on my network (P200) and still in the learning curve. So by no means am I good enough to go anywhere close to a Linux box as a web server.

Reply With Quote
  #13  
Old October 13th, 2001, 01:30 AM
4wzdr|X 4wzdr|X is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Location: oShaWa
Posts: 52 4wzdr|X User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
easier man

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationApache Development > Newbie help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |