Hi FreeVSD,

AGGHHHHH!
Its happening again.  Only this time, I cannot fix it...

------------------------------------------
[admin@sanjay home]$ su web

[web@sanjay /]$ /usr/sbin/httpd -t

Syntax OK

[web@sanjay home]$ /usr/sbin/httpd

[web@sanjay home]$ cat /home/httpd/shared/log/error_log
[Wed Jul 17 13:19:25 2002] [error] (2)No such file or directory: could not open mime 
types log file /conf/mime.types.

[web@sanjay home]$ date
Wed Jul 17 13:19:28 BST 2002

[web@sanjay /]$ /usr/sbin/httpd -V
Server version: Apache/1.3.20 (Unix)  (Red-Hat/Linux)
Server built:   Sep  5 2001 23:12:29
Server's Module Magic Number: 19990320:10
Server compiled with....
 -D EAPI
 -D EAPI_MM
 -D EAPI_MM_CORE_PATH="/var/run/httpd.mm"
 -D HAVE_MMAP
 -D HAVE_SHMGET
 -D USE_SHMGET_SCOREBOARD
 -D USE_MMAP_FILES
 -D USE_SYSVSEM_SERIALIZED_ACCEPT
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D HTTPD_ROOT="/etc/httpd"
 -D SUEXEC_BIN="/usr/sbin/suexec"
 -D DEFAULT_PIDLOG="/var/run/httpd.pid"
 -D DEFAULT_SCOREBOARD="/var/run/httpd.scoreboard"
 -D DEFAULT_LOCKFILE="/var/run/httpd.lock"
 -D DEFAULT_XFERLOG="/var/log/httpd/access_log"
 -D DEFAULT_ERRORLOG="/var/log/httpd/error_log"
 -D TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"
 -D ACCESS_CONFIG_FILE="conf/access.conf"
 -D RESOURCE_CONFIG_FILE="conf/srm.conf"

[web@sanjay /]$ /usr/sbin/httpd -f /etc/httpd/conf/httpd.conf

[web@sanjay /]$ tail /home/httpd/shared/log/error_log
[Wed Jul 17 15:20:59 2002] [error] (2)No such file or directory: could not open mime 
types log file /conf/mime.types.
[Wed Jul 17 15:21:33 2002] [error] (2)No such file or directory: could not open mime 
types log file /conf/mime.types.

[web@sanjay /]$
-------------------------------------

I am at a total loss as to what to do.  It is reading my httpd.conf
properly (as I can produce syntax error messages).  My httpd.conf has
the following in...
--------------------
ServerRoot /
...
LoadModule mime_module        /usr/lib/apache/mod_mime.so
...
AddModule mod_mime.c
...
<IfModule mod_mime.so>
TypesConfig etc/httpd/conf/mime.types
</IfModule>
...
--------------------
According to
http://httpd.apache.org/docs/mod/mod_mime.html#typesconfig, this all
seems fine!

And yes, /etc/httpd/conf/mime.types does exist and is readable by the
web user!! ;)

Any help or pointers in something resembling the right direction would
be great!

Cheers,
---

Kind Regards,

Ben Kennish
[EMAIL PROTECTED]

------------------------- The freeVSD Support List --------------------------
Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives:    http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------

Reply via email to