Index: trunk/tools/mw-serve/mw-serve.sh |
— | — | @@ -5,11 +5,11 @@ |
6 | 6 | |
7 | 7 | echo "Starting mw-serve... " |
8 | 8 | # defaults to FastCGI, port 8899 on localhost, no daemonization |
9 | | -su -c "PYTHONPATH=/opt/mwlib/lib/python2.5/site-packages \ |
10 | | -PATH=/usr/bin:/bin:/opt/mwlib/bin \ |
11 | | -PYTHON_EGG_CACHE=/opt/mwlib/var/cache/python-eggs \ |
12 | | -/opt/mwlib/bin/mw-serve \ |
13 | | - -i bindery.wikimedia.org \ |
| 9 | +#su -c "PYTHONPATH=/opt/mwlib/lib/python2.5/site-packages \ |
| 10 | +#PATH=/usr/bin:/bin:/opt/mwlib/bin \ |
| 11 | +#PYTHON_EGG_CACHE=/opt/mwlib/var/cache/python-eggs \ |
| 12 | +#/opt/mwlib/bin/mw-serve \ |
| 13 | +su -c "/usr/bin/mw-serve \ |
14 | 14 | -p 8080 \ |
15 | 15 | -P http \ |
16 | 16 | -d \ |