Seema Alevoor wrote: > > This can be done by passing a configuration parameter during server startup. > e.g., apachectl can be modified to pass 64bit config parameter. > $HTTD -D64bit $ARGV > > And httpd.conf file can be modified to include the 64 bit specific > directives only > when this parameter is defined.
That sounds much better than duplicating entire config files, good to hear. > This config parameter ( 64bit ) should be passed explicitly by the user if > 64-bit "httpd" is > invoked directly (not through apachectl). Remember calling httpd directly is not a supported interface so you don't need to worry about that. As long as I can correctly start either 32 or 64 via smf or apachectl, that covers it. -- Jyri J. Virkki - jyri.virkki at sun.com - Sun Microsystems
