我做了一个网上学生选课系统
是B/S模式的,但我在设置apache服务器时总不能
起动?
我配置了apache服务器#装载选课应用模块
LoadModule xuanke_module modules/mod_xuanke.dll
<Location/scripts>
SetHandler mod_xuanke-handler
</Location>#新建虚拟目录XK
Alias /xk "URL....../Xk">
<Directory "URL....../Xk">
Options FollowSymLinks MultiViews IncludesNoExec
   AddOutputFilter Includes html
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>#设置默认字符集为GB2312
AddDefaultCharset GB2312以上是所设置的。
是不是以上有问题?请高手指教!