Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. paupyette

    How to modify the request uri and query?

    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
  2. paupyette

    error starting Apache 2.0

    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...
  3. paupyette

    libhttpd.so ????

    Hi, I just compiled the Apache 2.0.40 version (under unix) and there is no libhttp.so !!! I need it to compile my module !!!! How can I get it ??? THX
  4. paupyette

    Cgi scprits don't work when my Apache module is loaded

    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...
  5. paupyette

    Migration Module from apache1.3 to apache2.0 ?

    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 &quot;httpd.h&quot; #include &quot;http_config.h&quot; #include...
  6. paupyette

    Script don't work when my filter is installed !

    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...

Part and Inventory Search

Back
Top