Listen 8001 Listen 8002 WSGIDaemonProcess 0001%p processes=1 threads=1 maximum-requests=5000 WSGIProcessGroup 0001%p WSGIApplicationGroup %%{GLOBAL} WSGIPassAuthorization On WSGIScriptAlias / /path/to/bin/0001%p.wsgi What i am starting with is below. Many thanks. Regards, David Listen 8001 Listen 8002 <VirtualHost *:8001> WSGIDaemonProcess 00018001 processes=1 threads=1 maximum-requests=5000 WSGIProcessGroup 00018001 WSGIApplicationGroup %{GLOBAL} WSGIPassAuthorization On WSGIScriptAlias / /path/to/bin/00018001.wsgi </VirtualHost> <VirtualHost *:8002> WSGIDaemonProcess 00018002 processes=1 threads=1 maximum-requests=5000 WSGIProcessGroup 00018002 WSGIApplicationGroup %{GLOBAL} WSGIPassAuthorization On WSGIScriptAlias / /path/to/bin/00018001.wsgi </VirtualHost> --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx