I have 2 questions about Apache Modules
1. Is it possible to write an apache module in Delphi 7 using web services toolkit?
2. Can web services toolkit generate multiple web services on same apache server, ie use more than one apache module ;
eg:
<Location /wst>
SetHandler wst-handler
</Location>
<Location /wst2>
SetHandler wst2-handler
</Location>
Kind Regards,
Robert Gilland.