I have followed this to the T and still am unable to get a working password protect directory Apache was installed using:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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
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.
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.
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
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
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:
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开发
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.