You don't have permission to access /dummy.htm on this server. ----------------------------------------------------- Apache/1.3.22 Server at www.dumy.or.jp Port 80 <-この部分
---------------------------- UserDir public_html <Directory /home/*/public_html> AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec ExecCGI <Limit GET POST OPTIONS PROPFIND> Order allow,deny Allow from all </Limit> <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK> Order deny,allow Deny from all </Limit> </Directory> ----------------------------
# 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