I used the connector wizard to configure my apache/jrun. The wizard inserted the following into my httpd.conf: The path is a valid path to the jrun dll LoadModule jrun_module "C:\Applications\JRun\connectors\apache\intel-win\mod_jrun136.dll" When I tried to start apache, I would get an error saying it could not load Syntax error on line 987 of c:/applications/apache/conf/httpd.conf: Cannot load c:/applications/apache/C:\Applications\JRun\connectors\apache\intel-win\mod_ jrun136.dll into server: Note the errors or messages above, and press the <ESC> key to exit. 28... 1) I tried escaping my LoadModule slashes LoadModule jrun_module "C:\\Applications\\JRun\\connectors\\apache\\intel-win\\mod_jrun136.dll" That did not work either. 2) I used the "short path name" LoadModule jrun_module "C:\APPLIC~1\JRun\CONNEC~1\apache\INTEL-~1\MOD_JR~3.DLL" That did not work either. 3) This worked! I copied mod_jrun136 into the modules directory of apache and changed the LoadModule to the following and it works: LoadModule jrun_module modules/mod_jrun136.dll Phillip Rhodes [EMAIL PROTECTED] Alcoa eCommerce https://www.ALCOADIRECT.COM 826B Two Allegheny Center Pittsburgh, PA 15212 (412) 553-4900 (phone) (412) 553-2484 (fax) ------------------------------------------------------------------------------ Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
