* [PATCHSET 2.6.7-rc2-ff3] Kernel webconfig
@ 2004-07-07 14:46 FabF
2004-07-28 16:52 ` Randy.Dunlap
0 siblings, 1 reply; 5+ messages in thread
From: FabF @ 2004-07-07 14:46 UTC (permalink / raw)
To: Roman Zippel; +Cc: linux-kernel
Roman,
Here's webconfig patchset #3 with 2 screenshots.It's almost read/only
ok.Could you tell me if it's taking the right direction this time ?
http://fabian.unixtech.be/kernel/webconfig/
Regards,
FabF
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCHSET 2.6.7-rc2-ff3] Kernel webconfig
2004-07-07 14:46 [PATCHSET 2.6.7-rc2-ff3] Kernel webconfig FabF
@ 2004-07-28 16:52 ` Randy.Dunlap
[not found] ` <1091049074.7462.1.camel@localhost.localdomain>
0 siblings, 1 reply; 5+ messages in thread
From: Randy.Dunlap @ 2004-07-28 16:52 UTC (permalink / raw)
To: FabF; +Cc: zippel, linux-kernel
On Wed, 07 Jul 2004 16:46:17 +0200 FabF wrote:
| Roman,
|
| Here's webconfig patchset #3 with 2 screenshots.It's almost read/only
| ok.Could you tell me if it's taking the right direction this time ?
|
| http://fabian.unixtech.be/kernel/webconfig/
Where did it go?
404 File Not Found
The requested URL was not found on the server.
--
~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCHSET 2.6.7-rc2-ff3] Kernel webconfig
[not found] ` <20040729100225.0e0b9aef.rddunlap@osdl.org>
@ 2004-07-29 17:43 ` FabF
2004-07-29 20:13 ` Randy.Dunlap
0 siblings, 1 reply; 5+ messages in thread
From: FabF @ 2004-07-29 17:43 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: lkml
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 :)
Regards,
FabF
On Thu, 2004-07-29 at 19:02, Randy.Dunlap wrote:
> On Wed, 28 Jul 2004 23:11:15 +0200 FabF wrote:
>
> | Randy,
> |
> | It's there again :)
> | http://fabian.unixtech.be/kernel/webconfig/
> |
> | Sorry for inconvenience but I removed it as I had 0 reaction.
>
> Hi Fabian,
>
> I've built it, but I don't know how to invoke it.
> I have apache2 running and I added your cgi activation comments
> to apache's local config file. How do I invoke 'wconf' from
> my browser?
>
> Thanks,
> ~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCHSET 2.6.7-rc2-ff3] Kernel webconfig
2004-07-29 17:43 ` FabF
@ 2004-07-29 20:13 ` Randy.Dunlap
2004-07-29 20:41 ` FabF
0 siblings, 1 reply; 5+ messages in thread
From: Randy.Dunlap @ 2004-07-29 20:13 UTC (permalink / raw)
To: FabF; +Cc: lkml
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.
Later,
--
~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCHSET 2.6.7-rc2-ff3] Kernel webconfig
2004-07-29 20:13 ` Randy.Dunlap
@ 2004-07-29 20:41 ` FabF
0 siblings, 0 replies; 5+ messages in thread
From: FabF @ 2004-07-29 20:41 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: lkml
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
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-07-29 20:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-07 14:46 [PATCHSET 2.6.7-rc2-ff3] Kernel webconfig FabF
2004-07-28 16:52 ` Randy.Dunlap
[not found] ` <1091049074.7462.1.camel@localhost.localdomain>
[not found] ` <20040729100225.0e0b9aef.rddunlap@osdl.org>
2004-07-29 17:43 ` FabF
2004-07-29 20:13 ` Randy.Dunlap
2004-07-29 20:41 ` FabF
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox