I am using Virtual Hosts a have the libl defined in each host

NameVirtualHost Prod.mydomain.org:80
NameVirtualHost Test.mydomain.org:80

<VirtualHost Prod.mydomain.org:80>
ServerName Prod.mydomain.org
DocumentRoot /www/myweb/Prod
SetEnv QIBM_CGI_LIBRARY_LIST "QTEMP;QGPL;PRODDATA;PRODPGM"
<Directory /www/myweb/Prod>
Order Allow,Deny
Allow From all
</Directory>
</VirtualHost>

<VirtualHost Test.mydomain.org:80>
ServerName Test.mydomain.org
DocumentRoot /www/myweb/Test
SetEnv QIBM_CGI_LIBRARY_LIST "QTEMP;QGPL;TESTDATA;TESTPGM;PRODPGM"
<Directory /www/myweb/Test>
Order Allow,Deny
Allow From all
</Directory>
</VirtualHost>


Brgds
Helge


-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of John Allen
Sent: Saturday, February 06, 2010 4:06 PM
To: MIDRANGE-L@xxxxxxxxxxxx
Subject: Library list of HTTP Server job

I have been searching the web for the answer to this and have not found an
answer

So I thought I would just post a message here and probably get an answer in
a few minutes



How do I set the library list for a specific HTTP Server instance on the i?

Our existing ones all set the library list from within the program.



I would like the library list for each HTTP server instance to be set when
it is started.



John










This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.