Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    
    ...
        exit 1
        ;;
    esac
    
  2. or download this
    FastCGIExternalServer /var/www/run/myapp.fcgi -socket /var/www/run/mya
    +pp.sock
    # start it with:  /etc/init.d/MyApp start
    ...
      RewriteRule ^/favicon.ico /static/favicon.ico [L,R]
      RewriteRule ^/robots.txt /static/robots.txt [L,R]
    </VirtualHost>