![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Microsoft: Informing Decision-Making for Customers in Server ... - TAXI Design Networ | iBot | UNIX and Linux RSS News | 0 | 08-24-2007 04:00 AM |
| making script | shary | Shell Programming and Scripting | 2 | 06-03-2007 01:16 PM |
| Making a mail server | ejbrever | UNIX for Dummies Questions & Answers | 1 | 08-20-2006 12:01 PM |
| making a boot server | BG_JrAdmin | SUN Solaris | 1 | 06-27-2006 03:06 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
making a server
Hello,
I would like to make a server by using my computer. I have installed red hat 7.3 and I'm always connected to the internet. So I want to know how can I make a worldwide web server in my computer? I blieve that it has to be with apache, but how? In addition can I make a server in a network client? Thanks. Creative
__________________
C/C++ Programmer |
| Forum Sponsor | ||
|
|
|
|||
|
To configure a server as web server using apache.
you need to install apache but since linux comes with apache you only need to configure httpd.conf file in /usr/local/apache/conf dirrectory. Apache may be install in a different directory on your server issue a find / -name httpd.conf to find the location of your httpd.conf file you need to configure the httpd.conf with server name, location of html file and some security setting. more details can be found on www.apache.org after configuring httpd.conf file you need to restart apache this can be restart by ./apachectl start finally issued ps -ef | grep httpd To make sure httpd is running |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|