APACHE configure Information
APACHE Server Information
- dirs
– $ORACLE_HOME/Apache/.
– $APACHE_HOME: $ORACLE_HOME/Apache/Apache/.
- logs: $APACHE_HOME/logs/.
- main apache server config files
– $APACHE_HOME/conf/httpd.conf
– $APACHE_HOME/conf/oracle_apache.conf
- apachectl (version 9)
– in $APACHE_HOME/bin
– to check config: $APACHE_HOME/bin/apachectl configtest
– start: $APACHE_HOME/bin/apachectl start
– stop: $APACHE_HOME/bin/apachectl stop
- httpdsctl (version
– in $APACHE_HOME/bin
– httpdsctl help
– httpdsctl configtest
– httpdsctl stop: stop apache
– httpdsctl start: start apache
– httpdsctl startssl: start apache with SSL enabled
– httpdsctl restart
