Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Linux OS Interviews:Awk ProgrammingBash Arithmetic ExpressionsDevice DriversGCC CompilerLinux AdministratorLinux CommandsLinux DebuggingLinux EnvironmentLinux GeneralLinux IPCLinux MakefileLinux OSLinux OS EditorsLinux OS ManagementLinux OS ShellLinux Proc FilesystemLinux Search PatternLinux Shared & Static LibrariesLinux Socket ProgrammingLinux Startup and ShutdownLinux SysfsLinux SystemsLinux ThreadsLinux UbuntuSignal HandlingSystem Calls
Copyright © 2018. All Rights Reserved
System Calls Interview Question:
How to configure http server on red hat linux4.0?
Submitted by: AdministratorSimple configuration
--------------------
Install apache: (get the rpm for apache)
# rpm -ivh httpd.rpm
# vi /etc/httpd/conf/httpd.conf
and change
ServerName your-domain.com
Start apache : service httpd start
Verify by pointing the browser to http://localhost/
Submitted by: Administrator
--------------------
Install apache: (get the rpm for apache)
# rpm -ivh httpd.rpm
# vi /etc/httpd/conf/httpd.conf
and change
ServerName your-domain.com
Start apache : service httpd start
Verify by pointing the browser to http://localhost/
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
