Greetings,I'm running NetBSD 4.0. I used pkg_add to install apache-2.2.8, but had mod_ssl.c compiled in and wanted that to start. I would rather not deal with SSL just now: I don't need it, so I downloaded the source, configured a different httpd and put it in /usr/local (pkg_add had put the httpd in /usr/pkg). I've got the server up and seemingly running well: no error messages, and according to the access log, it's serving the pages just fine. The problem is: I'm not getting good stuff out of it. For html pages, it displays nothing. For directory listings (where there's not an index file), it shows a garbled file name of a mixed character set (tildes, accents, umlauts, graves, mixed cases, etc.), for example:
http://linden/dev/%8bG%04%83%c4%10%3bE%f4u%d41%c0%8de%f8%5e_%c9%c3%8dv Of course this does not find the file. For images, it just prints the URL of the image file, for example: http://linden/fh/images/leaves.gifThe headings for the directory listings, error messages, and status-info and server-info display just fine. I've checked the entries in httpd-languages.conf: I didn't change them, but they look fine to me.
Here's the top part of server-info: *Server Version:* Apache/2.2.8 (Unix) *Server Built:* May 11 2008 09:51:39 *Module Magic Number:* 20051115:11 *Hostname/port:* linden:80 *Timeouts:* connection: 300 keep-alive: 300 *MPM Name:* Prefork *MPM Information:* Max Daemons: 256 Threaded: no Forked: yes *Server Architecture:* 32-bit *Server Root:* /usr/local/apache2 *Config File:* /usr/local/apache2/conf/httpd.conf *Server Built With:* -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses disabled) -D APR_USE_SYSVSEM_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D HTTPD_ROOT="/usr/local/apache2" -D SUEXEC_BIN="/usr/local/apache2/bin/suexec" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf"I'm at a loss as to what is happening here: can anyone tell me? Or ask me? I can provide more information as asked.
Thanks, Frank Huddleston --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx