Deploy Dash on apache server [solved!]

My problem has been solved. (Deploy Dash on apache server [solved!])

*.conf is the following.

ProxyPass /myapp/ http://localhost:8050/myapp/
ProxyPassReverse /myapp/ http://localhost:8050/myapp/

And I set url_base_pathname to /myapp/.