Skip to content

Commit

Permalink
Merge pull request #1423 from christinerogers/CentOSreadmeApacheNotes
Browse files Browse the repository at this point in the history
CentOS Readme - updating Apache notes
  • Loading branch information
driusan committed Nov 19, 2015
2 parents 5166631 + 4e915db commit c49bfe4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.CentOS6.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,14 @@ just configured with an appropriate user.

## 1.3 Apache

A sample apache configuration file is in `docs/config/apache2-site.conf`.
You can copy this file to `/etc/httpd/conf.d` and update the paths and
settings as appropriate for your server. Ensure that the DocumentRoot
is pointing to the htdocs/ directory under your LORIS root (usually
`/var/www/loris/htdocs`)
A sample apache configuration file is in `docs/config/apache2-site`.
You can copy this file to the apache configuration directory (`/etc/httpd/conf.d/`), adding the appropriate suffix:

```bash
cp docs/config/apache-site /etc/httpd/conf.d/apache-site.conf
```

Update the paths and settings in this new file as appropriate for your server, ensuring that all placeholders (`%LORISROOT%`, `%PROJECTNAME%`, `%LOGDIRECTORY%`) are populated. Ensure that the DocumentRoot is pointing to the htdocs/ directory under your LORIS root (usually `/var/www/loris/htdocs`).

You'll have to create a `smarty/templates_c/` directory under the LORIS
root and assure that it's writable by Apache.
Expand Down

0 comments on commit c49bfe4

Please sign in to comment.