apache2-module
Not able to create a password protected directory with .htaccess
I have followed this to the T and still am unable to get a working password protect directory Apache was installed using:[详细]
2023-03-28 10:49 分类:问答Where can I find good reference/tutorial on writing Apache modules (in C)? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-04 18:49 分类:问答How can I run my own apache module on Ubuntu 10.10
I want to play with my own apache module (in C or C++, maybe python), but I cannot find any solution for it. I missing apache header files (I have no httpd folder in /etc/apache2/ which contain includ[详细]
2023-02-01 02:35 分类:问答Is this ok to use COM in Apache module
I need t开发者_JAVA技巧o write a module for Apache. The server will be running under Windows and it looks that I will need to utilize some functionality which is implemented as COM.[详细]
2023-01-30 19:31 分类:问答Apache module in C: how to write data to client socket?
I have created a simple mod_perl module, which writes a 0-terminated string to the Flash-clients connecting to the port 843. It works ok, but uses 20m per httpd-child at my CentOS 5 Linux machine.[详细]
2023-01-21 09:39 分类:问答How can my Apache 2 module tell if it is being called via an SSL request?
I have a module that needs to return a reference URI in its payload. If called via an SSL connection, I need to build a URI that has the https prefix. I can easily get the port number from the request[详细]
2023-01-14 20:28 分类:问答Can an Apache module inject configuration in runtime?
I wonder if it\'s possible for an Apache module to change global config structures. What I want to achieve is injecting new vhosts without Apache restart. Of course I\'m aware that the changes would[详细]
2022-12-30 19:42 分类:问答Apache Module: Output Keeps Growing on Each Request
I have an idea for a project based on the Apache module API.So, I am writing my first Apache module to learn the API- just a simple hostname lookup:[详细]
2022-12-16 23:25 分类:问答Authentication Module Issues with Apache 2 and Perl
I am SharePoint Developer trying to get a Perl module to work with Subversion, but I think something is wrong with my syntax.I just need to get the username and password, pass it into the webservic开发[详细]
2022-12-16 14:24 分类:问答How to enable mod_proxy_ajp for Apache 2.2.14?
I have Apache 2.1.14 installed and running in production - due to a new requirement, I need to start using the module mod_proxy_ajp.[详细]
2022-12-15 05:29 分类:问答