help me plz


 
Thread Tools Search this Thread
Operating Systems Linux SuSE help me plz
# 1  
Old 11-06-2003
Data help me plz

hi all
i want use apache server in red hat and using php
but i don't know how i can do this
plz help me for this
ineed documentation....
can u help...Smilie
# 2  
Old 11-06-2003
what version of redhat do you use? are you sure apache isnt installed and running already? alot of distros have it installed and set it to run at boot by default. if its not installed you can most likely do so painlessly via redhats package manager.

come to think of it, if we determine that it is not installed at all, lets indoctrinate you immediately and i will help you with a source install. it will be easier for me to help you with that than with your package manager because i have never used redhat.
# 3  
Old 11-07-2003
thank u norsk hedensk
i have redhat 9
but my problem i am new in redhat...
so i need documents talk about redhat 9 using web server in general server..
i will see redhat site but no document about it just for user.

thx for help Smilie
# 4  
Old 11-07-2003
ok well lets see if apache is running already. run the following command on your machien:

telnet localhost 80

if you get :

> telnet localhost 80
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

then you have an httpd server running already.

if not its still possible that it is installed however not running. in that case try this:
/etc/init.d/apache start

now on my system services have init.d scripts that you can use to start stop and restart services. these are the same scripts that are run during boot.

i dont user redhat so you may have a different setup but try that out anyway and let us know whats going on.
# 5  
Old 11-08-2003
thank you norsk hedensk for your help
i will never forget
but you tell me you dont use redhat so what do u use?
thx norsk hedensk Smilie
# 6  
Old 11-08-2003
your welcome. so is apache running already? is it installed on your system? or do you have to install it? i use suse 8.2.
# 7  
Old 11-08-2003
Hello..
in redhat you could use the :
service httpd start / stop / restart

If it says [OK] when you issue the service httpd start command it should be up.. if it complains about service not found the apache webserver is not installed and needs to be installed.

if you want it to start at every boot issue the : chkconfig httpd on

When you install redhat 9 and the apache packages redhat will not start it for you. You need to use the chkconfig and service commands.

you can also issue the chkconfig --list to se what "services" you can start/stop with the service command

issue the : chkconfig <servicename> off
to not make it autostart at system bootup..

/Peter
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

plz help me

hi... i want to print the below format by using shell scripting...plz help me 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Thanking u in advance... regards ram (1 Reply)
Discussion started by: ram_pl
1 Replies

2. UNIX for Dummies Questions & Answers

PLZ help..!!

plz help me with this question : 1111 | aaaa | pppp | 23/9/87 3333 | dddd | oooo | 6/9/8 4444 | gggg | rrrr | 5/8/9 5555 | qqqq | eeee ans: 5555 | qqqq | eeee depending upon how many "|" are in the question be quick.. (8 Replies)
Discussion started by: adityamitra
8 Replies

3. Shell Programming and Scripting

plz help me

this script reads source.txt and move and random choice 6 files among 25 txt file and renmame it.. but it is not executed.. whats problem? #!/bin/ksh while read line do cd $line/radmin num=0 /bin/ls *.txt | while read file_nm ; do (( check = $RANDOM % 2 )) if ; then continue... (1 Reply)
Discussion started by: topic32428285
1 Replies

4. Solaris

can anyone help plz

hi I have been given a new Sun fire V120 which i had no use for but my firend wished to host a maple story sever on it so i was happy to let him use it but i have run in to the problem that i have no clue how to configure it so he can use it if anyone can help we would realy appreciate it. Am... (1 Reply)
Discussion started by: rdsars
1 Replies

5. Shell Programming and Scripting

Plz help

I am a newbie to Unix, I am using vi editor. I was able to print output to the screen using simple scripts. But when I tried a midlevel script I don't see anything on the screen and Cursor is just blinking when I type ./test11 filename. I have used chmod 755 also, but of no use. Any help would... (3 Replies)
Discussion started by: Mandab
3 Replies

6. UNIX for Dummies Questions & Answers

plz help me

how i can download the game plz tell me ????? ty :) :) :) (3 Replies)
Discussion started by: Sora21
3 Replies

7. Programming

plz help

alright, i just got this assignment. since im very new to unix programming, i would like to have some ideas about it. honestly, i dont even know what the hell he is asking for. plz see the attached pdf and help me out. thank you :( (2 Replies)
Discussion started by: ligerdave
2 Replies

8. Programming

plz help!

i'm pretty new to unix programming. i just wanna know how exactly fork(), waitpid() works. i have read some from the book, but it's still confusing. especially with those < 0 and == 0. plz help!!!! (1 Reply)
Discussion started by: ligerdave
1 Replies

9. UNIX for Dummies Questions & Answers

plz Help How should I configure cc compiler output file plz help???

i.e configuration of C compiler :confused: (4 Replies)
Discussion started by: atiato
4 Replies
Login or Register to Ask a Question