Just a few thoughts from the top of my head...

* Mohammed obaidan <blue4...@gmail.com> [2009-02-14 14:53]:
> What I really aiming at is complete portable administration tool for
> Apache. I am heading for this goal step by step and the first step is
> the GUI for configuring Apache.

So you want to write a complete admin tool with a GUI, that means a
GUI item for every single httpd directive (or it's possible values, if
restricted)? Seems like an awful lot of knobs to turn?
Also what does complete with regard to the supported modules and their
respective config options mean? Is this tool complete, iff it has a
knob for every directive that's available when doing `configure &&
make && make`? How about distribution's and other packaged versions
and their modules? Whom are you targetting? All of them?

You said this would possibly run on MS-Windows and other OSes, so it
will be standalone desktop application? And it's output/result of
using that GUI would be what?  A single httpd.conf file? What if my
OS/distribution uses split config files (or does not use those)?
Does that mean I cannot use the file, produced by your GUI tool?
Or will I have to ssh to $server and hack at this file with $EDITOR
to make the neccessary changes?

Or will it somehow interact with httpd? Push the config file on some
server (preferrably via secure protocols) or check the config file
into a VCS? How will httpd learn of the changes? Automatic reloading?
Might need a full restart, though. After doing syntax checks
(e.g. `apachectl -t`)? Who will parse the output of the syntax checks?

I'm sure this could all be solved, given the resources.
I'm not so sure if these resources would be spent wisely, though.

cheers,
-peter

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to