LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache on RedHat 8.0 (https://www.linuxquestions.org/questions/linux-software-2/apache-on-redhat-8-0-a-34191/)

margarita81184 10-30-2002 01:09 PM

Apache on RedHat 8.0
 
I'm very new to this whole Linux world, and my project for a school independant study is to set up an Apache server on my RedHat machine. I have this great little window that just has me typing in names and some other info, but I don't know what is what. Hostnames, servernames, e-mails...aaahhh:eek: . I've tried finding tutorials and other help pages, but none of them seem to be the right thing. Either they're 3 years old, and Apache is now set up differently, or it's all in techno babble that I don't understand. Sorry to be so needy, but HELP!

:newbie:

markus1982 10-30-2002 01:19 PM

Setting up apache is fairly simply task, fine-tuning the configuration is the task that takes up most of the time. I'd suggest you follow Apache v2.0 - Compiling and Installing

If you need more help Margarita just let me know!

BTW, are you born 08th November 1984? And where are you from? Europe? ;)

Mara 10-30-2002 01:19 PM

I guess you need a book about networking in general and then about Apache... My suggestions: "Network Administrator's Guide" (or a similar title) and "Apache" from O'Reilly (the "Network.." book can be downloaded for free for sure, the second one - I don't remember).

margarita81184 10-30-2002 04:13 PM

thanks both of you. the name is the other way around. august 11. :) i'm from the states. that link looks very helpful, as do the books sound. I'll be sure to post again if I have any more problems! (which I'm sure I will, I hope not, but I will!):p

markus1982 10-31-2002 01:26 AM

Whenever you come accross a problem with apache just post it here and I'll try to help you out ;)

Sorry for thinking that you're a european, just thought there should be a bit more girls from europe into computer stuff and you might have been one then :D


Oh and BTW, if you need help with the configuring proccess just type ./configure --help to see all options.

margarita81184 11-04-2002 12:17 PM

Still very lost with Apache
 
okay. I am sooo lost! it's not working. I can't figure out what to do! So far this is what I have:
RedHat 8.0 that has Apache on it:
Gnome menu - Server Settings - HTTP Server brings up this little box that I am supposed to be able to configure the server with.
What do I put into the fields?? I have a server name, and a web master e-mail, then something about available addresses. When I put i n the things that I think they should be, I still can't get that Apache test page. What else do I need to do to set this up? WHere do I put my HHTP files once this is going??? Ohhhh...I am soo lost! Sorry to ask so much...I'm off to try and find it myself...:study:

:cry: :confused:

HEY! NEVER MIND! I got it working. Now I have to figure out where to put my pages and stuff...hee hee hee... IT WORKS!!

trickykid 11-04-2002 12:56 PM

Re: Still very lost with Apache
 
Quote:

Originally posted by margarita81184
HEY! NEVER MIND! I got it working. Now I have to figure out where to put my pages and stuff...hee hee hee... IT WORKS!!
Usually by default it'll be setup to put your pages in /var/www but you can change this by editing the httpd.conf file and of course restarting the server for it to take effect.

margarita81184 11-04-2002 01:16 PM

thanks! I'll look in the httpd.conf file to see if i can put pages in there. hope this works...:Pengy:

margarita81184 11-06-2002 12:45 PM

Well...I figured out how to put in my pages. and it now works! :D
Now my task is to set up sendmail so we can have e-mail accounts on this machine as well. Anyone ever done this? I'm following this tutorial, but don't know where to download the file, and I always get an error at the ./config line:

http://devel-home.kde.org/~ksmt/ksendmail.html

the error is this - configure: error: no acceptable cc found in $PATH

help? :newbie:

markus1982 11-06-2002 01:24 PM

Margarita, please ask your last question in a SEPERATE (meaning = NEW) thread cause it has nothing related to your original question!
Quote:

the error is this - configure: error: no acceptable cc found in $PATH
This means cc (your c compiler) is not in the search path ... use a new thread to ask the question again plz!

Mara 11-07-2002 01:20 PM

Quote:

Originally posted by margarita81184

the error is this - configure: error: no acceptable cc found in $PATH

Try
export CC=gcc
and it should work now. Of course, make sure you have gcc installed in your system. If not, install it.

neo77777 11-07-2002 01:45 PM

You might not have gcc installed on your system, run
rpm -qa|grep gcc
and see what is returned.


All times are GMT -5. The time now is 02:19 PM.