[google-appengine] Re: ERROR IN my app.yaml?

2018-05-20 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
When you run 'dev_appserver.py', the local development server will now run 
and listen for requests on port *8080*. Port 8000 is your admin server as 
per your attached image.

INFO 2018-05-20 17:12:53,171 dispatcher.py:255] Starting module 
"default" *running* at: *http://localhost:8080*
INFO 2018-05-20 17:12:53,187 admin_server.py:152] Starting admin server 
at: http://localhost:8000




-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f72fabe8-8af4-45c8-a7d9-ed6113a4c62a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: ERROR IN my app.yaml?

2018-05-20 Thread Richard Bernstein
well, I was trying to open localhost:8080 when I should have been using 
localhost:8000. So now it is opening to this page. Where is my app though?




On Sunday, May 20, 2018 at 6:44:13 AM UTC-4, Richard Bernstein wrote:
>
>
> I got the dev_appserver.py to run. But when I type in localhost in the 
> browser I get "ERR_CONNECTION_REFUSED". 
>
> runtime: php55
> api_version: 1
>
>
> handlers:
> - url: /
>   script: Configure.php
>
> - url: /index\.html
>   script: Configure.php
>   
> - url: /Subit_backend\.html
>   script: Subit_backend.php
>
> - url: /stylesheets
>   static_dir: stylesheets
>
> - url: /(.*\.(gif|png|jpg))$
>   static_files: static/\1
>   upload: static/.*\.(gif|png|jpg)$
>
> - url: /admin/.*
>   script: admin.php
>   login: admin
>
> - url: /.*
>   script: not_found.php
>   
> # Serve php scripts.
> - url: /(.+\.php)$
>   script: \1  
>
> HERE IS THE START.CMD
>
> dev_appserver.py c:\xampp\htdocs\sub_crud\application\controllers 
> --log_level=debug
> gcloud beta emulators datastore start
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/70312fee-4ad1-49d3-8492-97c693c8c3f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.