Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-14-2004, 05:54 PM   PM User | #1
dip
New to the CF scene

 
Join Date: Mar 2004
Location: india
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
dip is an unknown quantity at this point
Need help with Apache

Hi,
I am a linux newbie. I have a red hat 9 installation.
How do I check if I have whether do I have Apache
installed. Also, where do I download Apache from.

Regards dip
dip is offline   Reply With Quote
Old 03-14-2004, 09:47 PM   PM User | #2
missing-score
Senior Coder


 
missing-score's Avatar
 
Join Date: Jan 2003
Location: UK
Posts: 2,194
Thanks: 0
Thanked 0 Times in 0 Posts
missing-score is on a distinguished road
I dont know how to check if you have it installed... Try C:\Apache and see if it exists.

You can download apache from http://www.apache.org, also this useful link http://aesthetic-theory.com/showtut....ials&t=server1 for how to install Apache, PHP and MySQL if you are not familiar with it.. Helped me a bunch.

Thanks super kobs for the link

Hope this helps you.
missing-score is offline   Reply With Quote
Old 03-23-2004, 02:49 AM   PM User | #3
firepages
Super Moderator


 
Join Date: May 2002
Location: Perth Australia
Posts: 3,911
Thanks: 5
Thanked 80 Times in 79 Posts
firepages will become famous soon enough
hey missing score ,you wont find C:\Apache on most *NIX boxes

in a terminal type

which httpd
or
which apachectl

if you have apache it will tell you where .

if you dont have it & you are new to *NIX
google for `apache rpm mandrake` or similar , else download the source from apache.org , building apache on *NIX is mostly hassle free, the INSTALL file that comes with the source gives examples etc
__________________
resistance is...

MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
firepages is offline   Reply With Quote
Old 03-23-2004, 07:59 AM   PM User | #4
missing-score
Senior Coder


 
missing-score's Avatar
 
Join Date: Jan 2003
Location: UK
Posts: 2,194
Thanks: 0
Thanked 0 Times in 0 Posts
missing-score is on a distinguished road
Must have skipped the top line, the article is about windows aswell
missing-score is offline   Reply With Quote
Old 03-30-2004, 06:31 PM   PM User | #5
bcarl314
Mega-ultimate member


 
Join Date: Jun 2002
Location: Winona, MN - The land of 10,000 lakes
Posts: 1,855
Thanks: 1
Thanked 45 Times in 42 Posts
bcarl314 will become famous soon enough
If you did the default install for RH 9, you've got apache.

Additionally, it should start by default when you boot your computer.

If you want to check you can run this command (as root): (From the command like aka terminal)

Code:
$>checkconfig --list | grep httpd
this will show you which the default status for each runlevel (Run level 5 is the normal "graphic" runlevel.

To start / restart / stop apache just type (from root)
Code:
$>service httpd start

//or

$>service httpd restart

// or

$>service httpd stop
Hope this helps.
bcarl314 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:12 AM.


Advertisement
Log in to turn off these ads.