<VirtualHost xxx.xxx.xxx.xxx> ServerName aa.bb User test Group test DocumentRoot /home/test/public_html/aabb ErrorLog /var/log/httpd-aabb.error_log CustomLog /var/log/httpd-aabb.access_log common </VirtualHost>
<VirtualHost xxx.xxx.xxx.xxx> ServerName www.aa.bb User test Group test DocumentRoot /home/test/public_html/aabb ErrorLog /var/log/httpd-aabb.error_log CustomLog /var/log/httpd-aabb.access_log common </VirtualHost>
<VirtualHost xxx.xxx.xxx.xxx> ServerName www.aa.bb ServerAlias aa.bb # ← User test Group test DocumentRoot /home/test/public_html/aabb ErrorLog /var/log/httpd-aabb.error_log CustomLog /var/log/httpd-aabb.access_log common </VirtualHost>
Syntax error on line 331 of /usr/local/apache/conf/httpd.conf: Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration /usr/local/apache/bin/apachectl start: httpd could not be started
http://www.cert.org/advisories/CA-2002-17.html >Upgrade to the latest version >The Apache Software Foundation has released two new versions of >Apache that correct this vulnerability. System administrators >can prevent the vulnerability from being exploited by upgrading >to Apache version 1.3.25 or 2.0.39. The new versions of Apache >will be available from their web site at
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 という意味不明な事態がおきてしまいます。 なんで、立ち上がらないのでしょうか?