[Lxr-general] Re : no index.htm (etc) file
Brought to you by:
ajlittoz
From: andre-littoz <pag...@ya...> - 2014-12-28 14:04:02
|
Hi Perry, Could you better explain your problem? There seems to be a misunderstanding in your post about what LXR does. LXR does not generate "static" pages during genxref time. LXR output is "dynamic", meaning the HTML is generated "on the fly" after the request in the URL has been parsed. LXR is a set of CGI scripts which are executed in response to URL reception by the web server. The script reads the requested file, uses information from a database (created by genxref) about functions and variables and sends back to the browser a "decorated" HTML stream representing the requested file. As a consequence, there is neither index.htm file, nor HTML template for the result (though the script can be considered as a template from a theoretical point of view). For correct operation, your web server must be told that LXR pages are not "static" as is the common case but are the result of some script execution. This is taken care of by a configuration file (apache-lxrserver.conf) which must be copied into Apache configuration directory. This configuration file is tailored by interactive script configure-lxr.pl to match your computer configuration. If apache-lxrserver.conf is not copied to the adequate location, you end up with a screen display of the internal LXR source program. Is this what you're experiencing? To be able to help you efficiently, I need the LXR version number and what steps you followed to install LXR. Best season wishes, ajl |