From Bugzilla Helper: User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.9-31 i686) Description of problem: The help file that apacheconf is looking for /usr/share/doc/apacheconf-0.8/html/apacheconf-basic-settings.html cannot be found by the netscape browser Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.launch apacheconf 2.press the Help button 3. Actual Results: Netscape was launched and it reported: Netscape is unable to find the file or directory named /usr/share/doc/apacheconf-0.8/html/apacheconf-basic-settings.html Expected Results: Netscape should be looking at the appropriate help page Additional info: To fix this temorarily I changed directory to /usr/share/doc, and provide a symbolic link from the existing directory apacheconf-0.8.1 to apacheconf-0.8 which allows it to work. # cd /usr/share/doc;ln -s apacheconf-0.8.1 apacheconf-0.8 checking out the source code for RedHat 7.2, all the help calls come from the file: /usr/src/redhat/SOURCES/apacheconf-0.8.1/src/ApacheConf.py checking out the source code for RedHat 7.3, all the help calls come from the file: /usr/src/redhat/SOURCES/apacheconf-0.8.2/src/ApacheConf.py possibly a post install link to the current apacheconf version would be the easiest fix.
*** This bug has been marked as a duplicate of 64633 ***