I'm still in the process of debianizing my application. So far, I had a
script that added my application settings to /etc/wt/wt_config.xml
I didn't really like that solution, as the file belongs to the libwt
package.
So, I found out that I can specify my own wt_config.xml file through the
environment variable WT_CONFIG_XML
Below is what I'm trying, but it still reads the settings
from /etc/wt/wt_config.xml. 
It's more of an apache configuration question, but people here might
know how to do it propperly.

***** content of /etc/apache2/sites-available/flightpred.local : 

Alias /flightpred /usr/share/flightpred/www_docroot

SetEnv WT_CONFIG_XML /etc/flightpred/wt_config_flightpred.xml

<Directory /usr/share/flightpred/www_docroot>
        Allow from all
        Options ExecCGI FollowSymLinks MultiViews Indexes
        DirectoryIndex flightpred_web.fcgi
        AllowOverride None
        Order allow,deny
</Directory>

*************************

Rgds
Richard


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to