root/software/525.743/code/web/README @ 97986aa6
| 45c4b73a | dsorber | 1. Install apache and mod_wsgi.
|
||
2. Add this line to your apache config file
|
||||
| 5a52f49b | dsorber | WSGIScriptAlias /bfcs /path/to/web/folder/app.wsgi
|
||
| 45c4b73a | dsorber | |||
| 7bde117f | dsorber | 3. Restart apache and you should be able to see BCFS web display at "/bfcs".
|
||
For htdocs folder:
|
||||
Add this to your apache config file:
|
||||
Alias /htdocs /path/to/htdocs
|
||||
<Directory /path/to/htdocs>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|