Re: [PATCHSET 2.6.7-rc2-ff3] Kernel webconfig

From: FabF
Date: Thu Jul 29 2004 - 15:49:53 EST


On Thu, 2004-07-29 at 22:13, Randy.Dunlap wrote:
> On Thu, 29 Jul 2004 19:43:30 +0200 FabF wrote:
>
> | Randy,
> |
> | You're absolutely right ! I forgot to talk about that mandatory point :
> |
> | Here's httpd.conf additions :
> |
> | ScriptAlias /cgi-bin/ "/usr/src/linux-2.6.7-rc2-ff1/"
> |
> | <Directory "/usr/src/linux-2.6.7-rc2-ff1/">
> | AllowOverride None
> | Options None
> | Order allow,deny
> | Allow from all
> | </Directory>
> |
> | i.e. http://localhost/cgi-bin/wconf is mapped to wconf binary which is
> | generated in linux tree root.
> |
> | Note that we could work another way around e.g.
> | -Have CGI in apache original cgi-bin path
> | -Place some conf file with kernel tree.
> | ... That said, it's only in proto state :)
>
> Hi again,
>
> I still can't get it (the web server) to work, and I've spent
> too much time on it already, so I'll have to drop it for now.
> I think it's a neat idea, though.
You might want to look at apache log see if it's not access
relevant.wwwrun has to be linux-tree authoritative (eg brutal -R 777)

Regards,
FabF

>
> Later,
> --
> ~Randy
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/