Apache
httpd...>process
ps -ef | grep httpd .............>to verify that apache process is running or not.
main configuration file in the apache is "httpd.conf"
Document root
rewrite conditions /rules
virtual hosts(ip based ,name based)
web logic forwarding information
ssl certs........>will load certs here. example :/apps/apache/certs
ssl cipher scripts ..........>
TLS protocols ..............>example TLSV 1.0 TLSV 2.0
CLUSTER ADDRESS
EXAMPLE <ms01 listen address:root>
<ms02 listen address:root>
we load the modules from weblogic to apache .
module : mod_wl22.so
ps -ef | grep httpd .............>to verify that apache process is running or not.
main configuration file in the apache is "httpd.conf"
Document root
rewrite conditions /rules
virtual hosts(ip based ,name based)
web logic forwarding information
ssl certs........>will load certs here. example :/apps/apache/certs
ssl cipher scripts ..........>
TLS protocols ..............>example TLSV 1.0 TLSV 2.0
CLUSTER ADDRESS
EXAMPLE <ms01 listen address:root>
<ms02 listen address:root>
we load the modules from weblogic to apache .
module : mod_wl22.so
Comments
Post a Comment