You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Stan Samolenkov <st...@w-trade.com> on 2000/05/26 18:25:51 UTC

general/6125: Loading modules failure

>Number:         6125
>Category:       general
>Synopsis:       Loading modules failure
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Fri May 26 09:30:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     stans@w-trade.com
>Release:        1.3.12
>Organization:
apache
>Environment:
Windows NT 4.0
>Description:
The loading DSO fails when server directory differs from one where Apache installed.
Suppose Apache installed in c:/program files/apache group/apache so the modules in
c:/program files/apache group/apache/modules. Then I installed my service
Apache.exe -i -n "MyServer" -d "c:/my_server". In this case if I place into httpd.conf
any LoadModule directive it couldn't be done because of Apache loads DSO dll-file
as c:/my_server/modules/mod_xxxx.dll in place of 
c:/program files/apache group/apache/modulesmod_xxxx.dll
>How-To-Repeat:
Do as I've written in description
>Fix:
The only way is to use Registry database where you have to save information of installed Apache location and use it information when loading modeles.
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]