![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Intranet Server | Simelane | HP-UX | 1 | 12-16-2005 10:00 AM |
| Intranet Server | Simelane | HP-UX | 0 | 11-18-2005 01:28 AM |
| Sending mail outside the intranet | victorvvk | UNIX for Advanced & Expert Users | 8 | 05-24-2005 09:41 PM |
| Remote access to Intranet | robsebastian | UNIX for Dummies Questions & Answers | 1 | 03-13-2002 01:35 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
intranet web site
hello
I would like to create an internal web site, but how do i make it with Aix ? I must to install apache and send my http pages in the declared repertory ? There are some configuration files to modify ?? thank you |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
install appache download from
http://www.bullopensource.org/downlo...e-1.3.31.0.bff create the required user ( freeware group frec ) smitty install CHANGE vi /usr/local/config/httpd.conf Configure the httpd.conf The normal location this will install to is /usr/local To change this mount point a new filesystem of your choice can be mounted over the top off /usr/local and the remounted some where else. • mkdir /usr/local/apache/conf • cp /usr/local/conf/httpd.conf /usr/local/apache/conf/httpd.conf • edit the httpd.conf file and change the following o ServerAdmin your@email.address o DocumentRoot “/YOUR http” o <Directory “/YOUR http” > Start /usr/local/bin/apachectl start Stop /usr/local/bin/apachectl stop HIS IS THE VERY BASIC SETUP TO GET YOU STARTED |
|
#3
|
|||
|
|||
|
thank you very much !
|
|||
| Google The UNIX and Linux Forums |