# log files $LockFile = "logs/httpd.lock"; # lock file for the server $ErrorLog = "logs/error_log"; # Error logs $PidFile = "logs/httpd.pid"; # stores process ID for httpd
指定されたパスが見つかりません。 (22)Invalid argument: <Perl>:Invalid command 'AccessLog' perhaps mis-spelled or defined by a module not included in the server configuration
エラーまでの一連の作業工程はこういったものです。 # cd mod_perl-1.26 # perl Makefile.PL APACHE_SRC=../apache_1.3.23/src \ DO_HTTPD=1 USE_APACI=1 USE_DSO=1 PREP_HTTPD=1 EVERYTHING=1 # make # cd ../apache_1.3.23/ # ./configure --activate-module=src/modules/perl/libperl.a \ --enable-module=most --enable-shared=max # make # cd ../mod_perl-1.26 # make test
その辺の解説ページにあるように、httpd.confの最終行に Include /usr/local/tomcat/conf/mod_jk.conf-auto を加えて、tomcatのサンプルページ /examples/servlet/SessionExample を表示し、投稿を行うと、
Not Found (404) Original request: /examples/servlet/SessionExample%3bjsessionid=s19i3cbb51 Not found request: /examples/servlet/SessionExample%3bjsessionid=s19i3cbb51
>827 該当時刻に再起動をかけるのはapacheのhttpdだけです。 エラーログをチェックしてみると、シグナルを送った直後に Cannot remove module mod_hoge.c : not foud in module list というようにモジュールを取り除けないというエラーが並んでいます。
Include directive Syntax: Include file-path|directory-path Context: server config Status: Core Compatibility: Include is only available in Apache 1.3 and later. This directive allows inclusion of other configuration files from within the server configuration files.
New in Apache 1.3.13 is the feature that if Include points to a directory, rather than a file, Apache will read all files in that directory, and any subdirectory, and parse those as configuration files.
FreeBSD4.5-Rで1.3.22をpkg_addして http://www.planet-green.com/linux/mod_gzip.html を参考にmod_gzip使おうとしましたが、起動できませんでした # /usr/local/sbin/apachectl start Syntax error on line 205 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/mod_gzip.so into server: Shared object "libc.so.6" not found /usr/local/sbin/apachectl start: httpd could not be started
* Fix the security vulnerability noted in CAN-2002-0061 (mitre.org) regarding the escaping of command line args on Win32. * Prevent invalid client hostnames from appearing in the log file.
New features
The main new features in 1.3.24 (compared to 1.3.23) are:
* Various mod_proxy improvements, such as the new ProxyIOBufferSize directive. * The new ''IgnoreCase' keyword to the IndexOptions directive.
New features that relate to specific platforms:
* Added the module mod_log_nw to handle log rotation under NetWare.
Bugs fixed
The following bugs were found in Apache 1.3.23 (or earlier) and have been fixed in Apache 1.3.24:
* mod_rewrite's 'rnd' was broken and has been fixed. * The '-S' option of 'apxs' was not able to handle quotes; also 'apxs' is now rebuilt when options are changed. * proxy now correctly handles Cookies and X-Cache headers.
The following bugs relate to specific platforms:
* Fixed a problem in TPF when we were using the wrong subpool when opening the error log. * pthread accept() mutexes on Solaris were broken (since we were not linking against pthread)