why do you skip app.yaml and index.yaml?

2009/7/31 Shawn A. <boris...@gmail.com>:
>
> Hi,
>
> I am just getting into google app engines. After pushing my app up to
> production i am getting a 500 error when i hit
> my application url. Nothing but requests show up in the logs. So i
> commented out everything but the bare essentials to get
> a hello world type example up. Still 500 error. FYI - it works fine on
> my local computer running it with the SDK
>
> app id:
> flgsoftheworld
>
> request that breaks:
> http://flgsoftheworld.appspot.com/
>
> app.yaml:
>
> application: flgsoftheworld
> version: 1
> runtime: python
> api_version: 1
>
> handlers:
> - url: /.*
>  script: flgs_database
>
> - url: /remote_api
>  script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
>  login: admin
>
> skip_files:
> - ^(.*/)?app\.yaml
> - ^(.*/)?app\.yml
> - ^(.*/)?index\.yaml
> - ^(.*/)?index\.yml
> - ^(.*/)?#.*#
> - ^(.*/)?.*~
> - ^(.*/)?.*\.py[co]
> - ^(.*/)?.*/RCS/.*
> - ^(.*/)?\..*
> - ^(.*/)?.*\.bak$
> - ^(.*/)?\.hg(/.*)?$
>
>
> I am probably missing something very simple here. Any insight would be
> great, thanks.
>
> -Shawn

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to