Apache install on clean OELThis is a featured page

1) Add the lines below to the file: /etc/yum.conf

[EL5.2 DVD]
name = Enterprise Linux 5.2 DVD
baseurl=http://10.187.68.68/~fentontravers/el5dvd/Server/
gpgcheck=1
enabled=1

***NOTE: you'll have to have your dvd installed to a webserver like above for this to work. Grab your DVD copy from here:
http://kernel.us.oracle.com/isofs/EnterpriseLinux/EL5/i386/U2
of if you do not have direct access to Oracle's internal network, try getting it from http://linux.oracle.com/

2) rpm --import /usr/share/rhn/RPM-GPG-KEY-oracle

3) yum install -y httpd

4) chkconfig --level 345 httpd on

5) service httpd start

****NOTE: you might have firewalls turned on you can turn them off with:
chkconfig --del iptables
chkconfig --del ip6tables
service iptables stop
service ip6tables stop

or open up ports 80 and 443 (SSL) on them.


No user avatar
dreamszz
Latest page update: made by dreamszz , Feb 25 2009, 9:56 AM EST (about this update About This Update dreamszz included publicly accessible URLs - dreamszz

28 words added
1 word deleted

view changes

- complete history)
Keyword tags: None
More Info: links to this page
Started By Thread Subject Replies Last Post
dnichter commons-lang broken with OEL 5.2 0 Aug 18 2009, 1:12 PM EDT by dnichter
Thread started: Aug 18 2009, 1:12 PM EDT  Watch
an iAS 10.1.2.2.2 OC4J Java application was working with Linux V3, but after the servers was upgraded to OEL 5.2, the Java application throws an error about the commons-lang 2.1 lib. Can anyone tell me what is causing the broken commons-lang 2.1 call?
Do you find this valuable?    
Keyword tags: None
Showing 1 of 1 threads for this page