Syntax error on line 205 of /usr/local/etc/apache/conf/httpd.conf: Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration とおこられます。
>>502 ./configure するときに --enable-module=so つけて、DSO を on にすれ
504 :名無しさん@お腹いっぱい。 :02/06/19 12:20
httpd: module "mod_charset_lite.c" is not compatible with this version of Apache. Please contact the vendor for the correct version.
これの原因わかるかたいらっしゃいましたら教えてください。
505 :502 :02/06/19 12:35
>>503 それで、Moduleのエラーはでなくなりました。 しかし、 # /usr/local/etc/apache/bin/apachectl start /usr/local/etc/apache/bin/apachectl start: httpd could not be started という意味不明な事態がおきてしまいます。 なんで、立ち上がらないのでしょうか?
tomcat3.2.3と連携をしているのですが 1.3.23から1.3.26へアップしたところ Starting httpd: Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk2.conf: API module structure `jk_module' in file /etc/httpd/libexec/mod_jk.so is garbled - perhaps this is not an Apache module DSO? と出て起動できなくなりました。 httpd.confの最後に Include /usr/local/tomcat/conf/mod_jk2.conf としています。
Apacheで同時アクセス数を制限するのは # # MaxKeepAliveRequests: The maximum number of requests to allow # during a persistent connection. Set to 0 to allow an unlimited amount. # We recommend you leave this number high, for maximum performance. # MaxKeepAliveRequests 60
# Limit on total number of servers running, i.e., limit on the number # of clients who can simultaneously connect --- if this limit is ever # reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW. # It is intended mainly as a brake to keep a runaway server from taking # the system with it as it spirals down... # #最大実行サーバプロセス数(≒同時接続可能なクライアント数) MaxClients 150
The site www.mext.go.jp is running Apache/1.3.12 (Unix) on Solaris The site www.pref.osaka.jp is running Microsoft-IIS/4.0 on Linux The site www.opas.gr.jp is running Apache/1.3.26 (Unix) on Solaris 8 The site www.city.osaka.jp is running Netscape-Enterprise/3.6 on Solaris The site www.city.sakai.osaka.jp is running Apache/1.3.23 (Unix) on FreeBSD
www.pref.osaka.jpって GET / HTTP/1.0 すると、Apache/1.3.20 (Unix)なんだけど、 GET / HTTP/1.1 すると、Microsoft-IIS/4.0なんですね。 DQNな質問で申し訳ないですが、これってどういうことなんでしょうか?