Tenon Intersystems Please see text links at bottom of page for navigation
Please see text links at bottom of page for navigation

Search tenon.com

Thanks to:

iTools

config problem

To: itools@xxxxxxxxxxxxxxx
Subject: config problem
From: Andreas Steinmann <lasso@xxxxxxxxxx>
Date: Wed, 23 Apr 2003 16:54:15 +0200
Something went wrong in my config file: iTools will not restart, "configuration broken"

running apachectl configtest shows:

Syntax error on line 2 of /etc/httpd/httpd.conf:
Invalid command 'd/mod_status.so', perhaps mis-spelled or defined by a module not included in the server configuration


But I can not find the error in the line

LoadModule status_module libexec/httpd/mod_status.so

removing some spaces before "libexec..." changes the error to:

Invalid command 'd_status.so'


Anybody has an idea?


Full list of modules below.

iTools 6.5.7, MacOS 10.2.3

Thanks,
Andreas Steinmann



#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Please read the file README.DSO in the Apache 1.3 distribution for more
# details about the DSO mechanism and run `httpd -l' for the list of already
# built-in (statically linked and thus always available) modules in your httpd
# binary.
#
# Note: The order in which modules are loaded is important.  Don't change
# the order below without expert advice.
#
# Example:
# LoadModule foo_module libexec/mod_foo.so
#LoadModule vhost_alias_module libexec/httpd/mod_vhost_alias.so
#LoadModule env_module         libexec/httpd/mod_env.so
LoadModule config_log_module  libexec/httpd/mod_log_config.so
#LoadModule mime_magic_module  libexec/httpd/mod_mime_magic.so
LoadModule mime_module        libexec/httpd/mod_mime.so
LoadModule negotiation_module libexec/httpd/mod_negotiation.so
LoadModule status_module      libexec/httpd/mod_status.so
LoadModule info_module        libexec/httpd/mod_info.so
LoadModule includes_module    libexec/httpd/mod_include.so
LoadModule autoindex_module   libexec/httpd/mod_autoindex.so
LoadModule dir_module         libexec/httpd/mod_dir.so
LoadModule cgi_module         libexec/httpd/mod_cgi.so
LoadModule fastcgi_module         /usr/libexec/httpd/libfastcgi.so
LoadModule perl_module        /usr/libexec/httpd/libperl.so
LoadModule apple_hfs_module    /usr/libexec/httpd/mod_hfs_apple.so
LoadModule apple_macbinary_module /usr/libexec/httpd/mod_macbinary_apple.so
LoadModule apple_sherlock_module /usr/libexec/httpd/mod_sherlock_apple.so
#LoadModule mmap_static_module /usr/libexec/httpd/mod_mmap_static.so
LoadModule asis_module        libexec/httpd/mod_asis.so
#LoadModule imap_module        libexec/httpd/mod_imap.so
LoadModule action_module      libexec/httpd/mod_actions.so
#LoadModule speling_module     libexec/httpd/mod_speling.so
LoadModule userdir_module     libexec/httpd/mod_userdir.so
LoadModule alias_module       libexec/httpd/mod_alias.so
#Begin: Added by Lasso 6 Installer
LoadModule lasso_module /usr/libexec/httpd/LassoConnectorforApache.so
#End: Added by Lasso 6 Installer
LoadModule php4_module  /usr/libexec/httpd/libphp4.so
LoadModule rewrite_module     libexec/httpd/mod_rewrite.so
LoadModule access_module      libexec/httpd/mod_access.so
LoadModule auth_module        libexec/httpd/mod_auth.so
#LoadModule anon_auth_module   libexec/httpd/mod_auth_anon.so
LoadModule dbm_auth_module    libexec/httpd/mod_auth_dbm.so
#LoadModule digest_module      libexec/httpd/mod_digest.so
LoadModule proxy_module       libexec/httpd/libproxy.so
#LoadModule cern_meta_module   libexec/httpd/mod_cern_meta.so
#LoadModule expires_module     libexec/httpd/mod_expires.so
#LoadModule headers_module     libexec/httpd/mod_headers.so
#LoadModule usertrack_module   libexec/httpd/mod_usertrack.so
#LoadModule unique_id_module   libexec/httpd/mod_unique_id.so
LoadModule setenvif_module    libexec/httpd/mod_setenvif.so
<IfDefine SSL>
LoadModule ssl_module         /usr/libexec/httpd/libssl.so
</IfDefine>
<IfDefine SSL>
LoadModule ssl_module         /usr/libexec/httpd/libssl.so
</IfDefine>
<IfDefine SSL>
LoadModule ssl_module         /usr/libexec/httpd/libssl.so
</IfDefine>
<IfDefine SSL>
LoadModule ssl_module         /usr/libexec/httpd/libssl.so
</IfDefine>
#LoadModule dav_module         libexec/httpd/libdav.so
#LoadModule ssl_module         libexec/httpd/libssl.so

#  Reconstruction of the complete module list from all available modules
#  (static and shared ones) to achieve correct module execution order.
#  [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]
ClearModuleList
#AddModule mod_vhost_alias.c
#AddModule mod_env.c
AddModule mod_log_config.c
#AddModule mod_mime_magic.c
AddModule mod_mime.c
AddModule mod_negotiation.c
AddModule mod_status.c
AddModule mod_info.c
AddModule mod_include.c
AddModule mod_autoindex.c
AddModule mod_dir.c
AddModule mod_cgi.c
AddModule mod_fastcgi.c
AddModule mod_perl.c
AddModule mod_hfs_apple.c
AddModule mod_macbinary_apple.c
AddModule mod_sherlock_apple.c
#AddModule mod_mmap_static.c
AddModule mod_asis.c
#AddModule mod_imap.c
AddModule mod_actions.c
#AddModule mod_speling.c
AddModule mod_userdir.c
AddModule mod_alias.c
#Begin: Added by Lasso 6 Installer
AddModule LassoConnectorforApache.c
#End: Added by Lasso 6 Installer
AddModule mod_php4.c
AddModule mod_rewrite.c
AddModule mod_access.c
AddModule mod_auth.c
#AddModule mod_auth_anon.c
AddModule mod_auth_dbm.c
#AddModule mod_digest.c
AddModule mod_proxy.c
#AddModule mod_cern_meta.c
#AddModule mod_expires.c
#AddModule mod_headers.c
#AddModule mod_usertrack.c
#AddModule mod_unique_id.c
AddModule mod_so.c
AddModule mod_setenvif.c
<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
#AddModule mod_dav.c
#AddModule mod_ssl.c


-- N A T F I L M F E S T I V A L -------------------------------- St. Kannikestr. 6 DK-1169 Copenhagen K Denmark Tel. +45 3312 0005 Fax +45 3312 7505 -------------------------------- <mailto:as@xxxxxxxxxx> <http://www.natfilm.dk> --------- Tenon Intersystems' iTools Mailing List To unsubscribe: send mail to itools-request@xxxxxxxxxxxxxxx with the body only containing: unsubscribe Find the searchable mailing list archives at: http://itools.blackpepper.co.nz/

<Prev in Thread] Current Thread [Next in Thread>

| Tenon Home | Products | Order | Contact Us | About Tenon | Register | Tech Support | Resources | Press Room | Mailing Lists |

Powered By iTools

Copyright©2003 Tenon Intersystems, 232 Anacapa Street, Suite 2A, Santa Barbara, CA 93101. All rights reserved.
Questions about our website - Contact: webmaster@tenon.com.


Tenon Home  Tenon Home  Tenon Home  Tenon Home Product Info  Tenon Ordering Contact About Register Support Resources Press Mailing Lists