Changes between Version 21 and Version 22 of InstallationGuidelines/Linux/Server/CherokeePostgreSQL
- Timestamp:
- 01/27/12 22:56:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Server/CherokeePostgreSQL
v21 v22 239 239 vserver!30!directory_index = index.html 240 240 vserver!30!document_root = /var/www 241 vserver!30!error_handler = error_redir 242 vserver!30!error_handler!503!show = 0 243 vserver!30!error_handler!503!url = /maintenance.html 241 244 vserver!30!error_writer!filename = /var/log/cherokee/cherokee.error 242 245 vserver!30!error_writer!type = file … … 249 252 vserver!30!match!nick = 0 250 253 vserver!30!nick = Production 254 vserver!30!rule!700!expiration = epoch 255 vserver!30!rule!700!expiration!caching = no-cache 256 vserver!30!rule!700!expiration!caching!must-revalidate = 1 257 vserver!30!rule!700!expiration!caching!no-store = 1 258 vserver!30!rule!700!expiration!caching!no-transform = 1 259 vserver!30!rule!700!expiration!caching!proxy-revalidate = 1 260 vserver!30!rule!700!flcache = forbid 261 vserver!30!rule!700!handler = common 262 vserver!30!rule!700!handler!allow_dirlist = 0 263 vserver!30!rule!700!handler!allow_pathinfo = 0 264 vserver!30!rule!700!match = fullpath 265 vserver!30!rule!700!match!fullpath!1 = /maintenance.html 251 266 vserver!30!rule!400!document_root = /home/web2py/applications/eden/static 252 267 vserver!30!rule!400!encoder!deflate = allow … … 365 380 366 381 cat << EOF > "/usr/local/bin/compile" 367 #!/bin/sh 382 #!/bin/bash 383 /etc/init.d/uwsgi stop 368 384 cd ~web2py 369 385 python web2py.py -S eden -R applications/eden/static/scripts/tools/compile.py 370 /etc/init.d/ cherokee restart386 /etc/init.d/uwsgi start 371 387 EOF 372 388 chmod +x /usr/local/bin/compile