I finally got everything working on my machine running Mandrake 7.1 
which was great relief. Then I started adding virtual domains to 
Apache through the Linuxconf interface in DrakConf. Apparently it 
didn't like that, since now whenever I try and launch apache (it's 
doesn't successfully launch itself) I get the following error message:

Syntax error on line 232 of /etc/httpd/conf/httpd.conf:
TransferLog takes one argument, the filename of the access log

That line falls within this area:

># 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]
># AddModule mod_mmap_static.c
>AddModule mod_env.c
>AddModule mod_log_config.c
>AddModule mod_log_agent.c
>AddModule mod_log_referer.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
># AdModule mod_include_xssi.c
>AddModule mod_autoindex.c
>AddModule mod_dir.c
>AddModule mod_cgi.c
>AddModule mod_asis.c
>AddModule mod_imap.c
>AddModule mod_actions.c
># AddModule mod_speling.c
>AddModule mod_userdir.c
>AddModule mod_proxy.c
>AddModule mod_alias.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_auth_db.c
>AddModule mod_digest.c
># AddModule mod_cern_meta.c
>AddModule mod_expires.c
>AddModule mod_headers.c
>AddModule mod_usertrack.c
># AddModule mod_example.c
># AddModule mod_unique_id.c
>AddModule mod_so.c
>AddModule mod_setenvif.c
>
># ServerAdmin: Your address, where problems with the server should be
># e-mailed.
>
>ServerAdmin [EMAIL PROTECTED]
>NameVirtualHost XXX.XXX.XXX.XXX

Obviously I changed the email address and IP address in the two lines 
immediately above.

Any ideas why I'm getting that error message?

Thanks,

Philip Trauring

Reply via email to