/[dgee]/dgee/QUICKSTART
ViewVC logotype

Diff of /dgee/QUICKSTART

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by csmith, Sat Mar 29 11:45:39 2003 UTC revision 1.5 by csmith, Sun Sep 21 11:10:59 2003 UTC
# Line 49  make install (as root) Line 49  make install (as root)
49  The build will fail the apache module if apxs is not where specified.  The build will fail the apache module if apxs is not where specified.
50    
51    
52    You might need to add the location of libgc.so and other pnet delivered
53    libraries to /etc/ld.so.conf and run ldconfig having installed pnet, as dgee
54    needs to find them at runtime.  Also you should add the dgee libs to
55    ld.so.conf as well - so assuming both pnet and dgee have been installed in
56    /usr/local, add the following to /etc/ld.so.conf and run ldconfig:
57    /usr/local/lib
58    /usr/local/lib/pnet
59    
60    
61  5. Setup your environment  5. Setup your environment
62    
63  The DGEE needs some environment variables set for it to find its resources,  The DGEE needs some environment variables set for it to find its resources,
64  and to help this an env script is provided that should be sourced by the  and to help this an env script is provided that should be sourced as required.
65  .profile of the dgee 'user'.  
66    If you use the DGEE supplied commands (dgadmin, dgeestart, csdgmx, dginstallws,
67    dgremovews etc) to administer the system then the environment will not need
68    setting manually.  However if you need to change the runtime configuration
69    file at any time then the environment will need setting. See the FAQ for
70    further details.
71    
72    If you want to sent the environment perminantly for a user then the env script
73    should be sourced by the .profile of the dgee 'user'.
74    
75  By default the DGEE runs as the nobody user which does not have a home  By default the DGEE runs as the nobody user which does not have a home
76  directory, starting the dgee as root will see it switching to the configured  directory, starting the dgee as root will see it switching to the configured
# Line 96  apache src directory contains an example Line 113  apache src directory contains an example
113  LoadModule dgee_module     /usr/local/libexec/dgee/mod_dgee.so  LoadModule dgee_module     /usr/local/libexec/dgee/mod_dgee.so
114  AddModule mod_dgee.c  AddModule mod_dgee.c
115    
116  AddHandler dgee-handler .dgmx  include /usr/local/etc/mod_dgee.conf
 DGEEConfig /usr/local/etc/dgeeconf.bin  
117    
118  # Optional 'directory' based DGEE association  # Optional 'directory' based DGEE association
119  # allows http://url/dgee/test in addition to the default  # allows http://url/dgee/test in addition to the default
120  # http://url/test.dgmx  # http://url/test.dgmx
121  #  #
122  <Location /dgee>  <Location /dgee>
123    SetHandler dgee-handler    include /usr/local/etc/mod_dgee.conf
   DGEEConfig /usr/local/etc/dgeeconf.bin  
124  </Location>  </Location>
125    
126    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26