Apache error: Could not reliably determine the server's fully qualified domain name

48 views
Skip to first unread message

sdx

unread,
Feb 13, 2009, 8:25:49 PM2/13/09
to wxJavaScript
Hi,

I am facing some problems in using mod_wxjs on windows. When I include
either of the following lines in my httpd.conf file, Apache 2.2.8
fails to start and reports a seemingly unrelated error "Could not
reliably determine the server's fully qualified domain name".

wxJS_Modules "c:/wxjs/bin/modules.js"
wxJS_RtSize 1M
wxJS_CtxSize 8K

Though FYI I do not have a domain name registered but I hope I will be
able to use mod_wxjs+apache without a domain name. Please let me know
if this is not possible.

My httpd.conf file does not differ much from the original excep for
the following lines...

#wxjs modules
LoadModule wxjs_module "C:/wxjs/bin/mod_wxjs.dll"
AddHandler wxjs .wxjs
#wxJS_Modules "c:/wxjs/bin/modules.js"
#wxJS_RtSize 1M
#wxJS_CtxSize 8K
LoadFile "C:/wxjs/bin/js.dll"
LoadFile "C:/wxjs/bin/nspr.dll"
LoadFile "C:/wxjs/bin/wxbase28u_net_vc_custom.dll"
LoadFile "C:/wxjs/bin/wxbase28u_odbc_vc_custom.dll"
LoadFile "C:/wxjs/bin/wxbase28u_vc_custom.dll"
LoadFile "C:/wxjs/bin/wxmsw28u_adv_vc_custom.dll"
LoadFile "C:/wxjs/bin/wxmsw28u_aui_vc_custom.dll"
LoadFile "C:/wxjs/bin/wxmsw28u_core_vc_custom.dll"
LoadFile "C:/wxjs/bin/wxmsw28u_html_vc_custom.dll"

The version reported by wxjs /version is: 0.9.75

All/any help will be greatly appreciated.

sdx

unread,
Feb 14, 2009, 5:18:47 AM2/14/09
to wxJavaScript
FYI I was finally able to get wxjs up and running though it was a
major hassle and its just a workaround. Wxjs did not load the
modules.js files for some reason hence I was not able to run the
sample wxjs_mod application (I guess omitting the wxJS_* directives
from the config file might have been the reason). But I was able to
get it running once I included the modules.js script in the sample
application.
Reply all
Reply to author
Forward
0 new messages