Hi,
I'm developing an apache1.3 module and I would like to modify the uri (path) and the query of a request. Is there any API function to do that. I tried to use some of them but it didn't work : "uri not valid" "invalid response from the server" ...
THX
JC
Hi,
When I start my Apache 2.0 web server (under win XP) i've got these errors :
[Wed Aug 21 17:22:23 2002] [notice] Parent: Created child process 2384
[Wed Aug 21 17:22:23 2002] [notice] Child 2384: Child process is running
[Wed Aug 21 17:22:24 2002] [crit] (32538)Parent: WSADuplicateSocket...
hi,
I developped my own apache module under win XP and when I'm loading it, cgi scripts are not working !
Here my .conf file:
LoadModule my_module modules/mymodule.dll
<Location />
SetHandler my-handler
</Location>
If I change the <Location /> by <Location /test/> all cgi scripts, which are...
hi,
I developed a module under Apache1.3 and now I'm trying to migrate it to Apache 2.0 (under win XP)
The Module doesn't want to load (thanks to the LoadModule directive) when the server starts. Here is the source code
#include "httpd.h"
#include "http_config.h"
#include...
hi,
I installed my apache module (Apache1.3 under win XP)like follows :
LoadModule filter_module modules/test.dll
<Location />
SetHandler response-handler
</Location>
My module must be applied on the root (/) of the web site, that include the folder called cgi-bin. Like this, scripts are not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.