Skip to content

Commit

Permalink
Fixing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JVerstry committed Jul 24, 2015
1 parent 5a186c4 commit b377788
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Empty file removed .openshift/markers/use_composer
Empty file.
2 changes: 1 addition & 1 deletion config/httpd.conf → conf/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ LoadModule version_module modules/mod_version.so
#SetEnv OPENSHIFT_RUNTIME_DIR ${OPENSHIFT_HOMEDIR}/app-root/runtime
#SetEnv PATH ${OPENSHIFT_RUNTIME_DIR}:${PATH}

Include ${OPENSHIFT_REPO_DIR}/config/httpd/*.conf
Include ${OPENSHIFT_REPO_DIR}/conf/httpd/*.conf
Include ${OPENSHIFT_TMP_DIR}/httpd_temp.conf

ServerAdmin root@localhost
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion misc/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This shell script will run before httpd starts.
# You can also change HTTPD_ARGUMENT to append something interesting.

export HTTPD_ARGUMENT="-f ${OPENSHIFT_REPO_DIR}/config/httpd.conf"
export HTTPD_ARGUMENT="-f ${OPENSHIFT_REPO_DIR}/conf/httpd.conf"

export OPENSHIFT_RUNTIME_DIR=${OPENSHIFT_HOMEDIR}/app-root/runtime

Expand Down
2 changes: 1 addition & 1 deletion misc/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
export OPENSHIFT_RUNTIME_DIR=${OPENSHIFT_HOMEDIR}/app-root/runtime
export ROOT_DIR=${OPENSHIFT_RUNTIME_DIR} #CARTRIDGE
export LIB_DIR=${ROOT_DIR}/lib
export CONF_DIR=${OPENSHIFT_REPO_DIR}/config
export CONF_DIR=${OPENSHIFT_REPO_DIR}/conf

export DIST_PHP_VER=5.6.11

Expand Down

0 comments on commit b377788

Please sign in to comment.