![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Intranet Server | Simelane | HP-UX | 1 | 12-16-2005 01:00 PM |
| Intranet Server | Simelane | HP-UX | 0 | 11-18-2005 04:28 AM |
| Sending mail outside the intranet | victorvvk | UNIX for Advanced & Expert Users | 8 | 05-25-2005 01:41 AM |
| Remote access to Intranet | robsebastian | UNIX for Dummies Questions & Answers | 1 | 03-13-2002 04:35 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 |
|
|||||
|
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 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|