Show More
@@ -454,12 +454,11 b' http://wiki.pylonshq.com/display/pylonsc' | |||||
454 | Apache as subdirectory |
|
454 | Apache as subdirectory | |
455 | ---------------------- |
|
455 | ---------------------- | |
456 |
|
456 | |||
457 |
|
||||
458 | Apache subdirectory part:: |
|
457 | Apache subdirectory part:: | |
459 |
|
458 | |||
460 |
<Location / |
|
459 | <Location /<someprefix> > | |
461 |
ProxyPass http://127.0.0.1:5 |
|
460 | ProxyPass http://127.0.0.1:5000/<someprefix> | |
462 |
ProxyPassReverse http://127.0.0.1:5 |
|
461 | ProxyPassReverse http://127.0.0.1:5000/<someprefix> | |
463 | SetEnvIf X-Url-Scheme https HTTPS=1 |
|
462 | SetEnvIf X-Url-Scheme https HTTPS=1 | |
464 | </Location> |
|
463 | </Location> | |
465 |
|
464 | |||
@@ -474,6 +473,8 b' Add the following at the end of the .ini' | |||||
474 | prefix = /<someprefix> |
|
473 | prefix = /<someprefix> | |
475 |
|
474 | |||
476 |
|
475 | |||
|
476 | then change <someprefix> into your choosen prefix | |||
|
477 | ||||
477 | Apache's example FCGI config |
|
478 | Apache's example FCGI config | |
478 | ---------------------------- |
|
479 | ---------------------------- | |
479 |
|
480 |
General Comments 0
You need to be logged in to leave comments.
Login now