You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1996/06/25 17:09:36 UTC

Re: WWW Form Bug Report: "Warning message even though lines are commented out." on SunOS 4.x

I'm skeptical....


char *handle_command (cmd_parms *parms, void *config, char *l)
{
    char *args, *cmd_name;
    command_rec *cmd;
    module *mod;

    ++parms->config_line;
    if((l[0] == '#') || (!l[0])) return NULL;
	


> 
> >Submitter: geoffw@v-site.net
> >Operating system: SunOS 4.x, version: 
> >Version of Apache Used: 1.1b4
> >Extra Modules used: 
> >URL exhibiting problem: 
> >
> >Symptoms:
> >--
> >tarnover# ./httpd
> >Warning: DocumentRoot [/home/trianon/WebFabric/hosts/machale.com] does not exist
> >tarnover# 
> >
> >now if we look at my httpd.conf file...
> >
> ># <VirtualHost 204.188.120.144>
> ># ServerAdmin geoffw@v-site.net
> ># DocumentRoot /home/trianon/WebFabric/hosts/machale.com
> ># ServerName www.machale.com
> ># ErrorLog /home/tarnover/httpd/logs/machale.com/error_log
> ># TransferLog /home/tarnover/httpd/logs/machale.com/access_log
> ># </VirtualHost>
> > 
> >
> >
> >The scanner should be smart enough to know that this is a comment line.
> >--
> >
> >Backtrace:
> >--
> >
> >--
> 
> 
> -- 
> Rob Hartill (robh@imdb.com)
> The Internet Movie Database (IMDb)  http://www.imdb.com/
>            ...more movie info than you can poke a stick at.