mod-guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mod-guile-devel] Questions ...


From: rm
Subject: [Mod-guile-devel] Questions ...
Date: Tue, 6 Aug 2002 15:17:52 +0200
User-agent: Mutt/1.3.24i

Hi Dale,

just diggin' my ways through mod_guile.c again. 
What is the rationale behind the following defines:

#define HANDLERS 0
#define GBRL     1
#define CHILD    1
#define CONFIG   1

it looks to me as if at least CHILD and CONFIG could/should
be activated all the time.

Your version of 'make install' (that i copied over to
'Makefile.in' makes the DSO module executable - why?

You declare your Apache configuration commands as type
'OR_ALL', saying that such configuration options can show
up _anywhere_ in the configuration file. I'd suggest to make
them RSRC_CONF which would declare them to be valid only in
server global places (i.e. _not_ in <Location> or <File> sections).

I currently work on a mg_guile_handler that takes a module and
an (optional) handler name that can be configured on a per-
File or per-Location basis. Since this will cause a growth of
line of codes i'm thinking about splitting up mod_guile.c into
several files. What do you think about moving the req_record stuff
into a seperate file (and possibly into its own module) ? 

 Ralf 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]