Windows x32、Apache 2.2、Resin 3.0.14がインストールされたPCがあり、ResinでApacheを構成する必要があります。私はすでに記事http://www.caucho.com/resin-3.0/install/cse-apache.xtpを赤くしましたが、それでも問題があります。これがApacheからの設定です
LoadModule mod_caucho "c:/Program Files/resin-3.0.14/win32/apache-2.0/mod_caucho.dll"
ResinConfigServer localhost 6802
<VirtualHost *:80>
ServerName myapp.com
ResinConfigServer localhost 6802
DocumentRoot C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/myapp.com/webapps/ROOT
DirectoryIndex default.htm index.jsp redirect.jsp index.html
<Location /caucho-status>
SetHandler caucho-status
</Location>
</VirtualHost>
Apacheを再起動すると、次のように表示されます
httpd.exe: Syntax error on line 494 of C:/Program Files/Apache Software Foundati
on/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/resin-3.0.14/win32/ap
ache-2.0/mod_caucho.dll into server: The specified module could not be found.
Note the errors or messages above, and press the <ESC> key to exit.
私はResin4.0.32からApache2.2用のmod_caucho.dllを取得し、それを自分のResinフォルダーに配置しましたが、この場合、別のエラーが発生します
httpd.exe: Syntax error on line 494 of C:/Program Files/Apache Software Foundati
on/Apache2.2/conf/httpd.conf: Can't locate API module structure `mod_caucho' in
file C:/Program Files/resin-3.0.14/win32/apache-2.2/mod_caucho.dll: No error
Note the errors or messages above, and press the <ESC> key to exit.
誰かがそのような問題に直面しましたか?それを機能させる方法は?