Local Mirror *away* from server root
Hi, I modified the universe_wsgi.ini file as below, based on the FAQ input # ---- HTTP Server ---------------------------------------------------------- [server:main] use = egg:Paste#http port = 8080 host = 127.0.0.1 use_threadpool = true threadpool_workers = 10 # ---- Galaxy Web Interface ------------------------------------------------- #[app:main] [composite:main] use=egg:Paste#urlmap[[BR]] /galaxy/=galaxy [app:galaxy] # Specifies the factory for the universe WSGI application paste.app_factory = galaxy.web.buildapp:app_factory log_level = DEBUG ...rest same However I get the following error: LookupError: Entry point 'urlmap[[BR]] /galaxy/=galaxy' not found in egg 'Paste' (dir: /var/www/html/galaxy_dist/eggs/py2.5-noplatform/Paste-1.5.1-py2.5.egg; protocols: paste.app_factory, paste.composite_factory, paste.composit_factory; entry_points: ) What is wrong with my modification of universe_wsgi.ini Thanks in anticiaption Sm
Suraj Mukatira wrote:
Hi, I modified the universe_wsgi.ini file as below, based on the FAQ <http://g2.trac.bx.psu.edu/wiki/FAQ> input
Hi Suraj, This FAQ entry was out of date. Please use the instructions here: http://g2.trac.bx.psu.edu/wiki/HowToInstall/ApacheProxy Thanks, --nate
participants (2)
-
Nate Coraor
-
Suraj Mukatira