apache2
How to hide the 'server' parameter in the apache2 http response header?
My 开发者_Python百科question is posed in the title. But I ask also, instead of hiding it, isn\'t it possible to replace it by a custom value? Maybe over php or by editing the apache2 config?[详细]
2023-03-31 20:14 分类:问答Read header into environment variable in Apache 2.2?
I want to process a request header using a custom rewrite map. The开发者_C百科refore I want to have the content of the header in an environment variable.[详细]
2023-03-31 14:48 分类:问答Mystery redirect of domain.com to https://www.domain.com - what could be causing it?
I am using apache on Centos and whenever I use domain.com it gets redirected to https://www.domain.com[详细]
2023-03-31 09:35 分类:问答How do I implement a mod_python style authenhandler/authzhandler using mod_wsgi?
I have a simple mod_python script that provides authentication and authorization for a large static website.We\'re migrating from CentOS 4 to Scientific Linux 6 and I discover that mod_python isn\'t b[详细]
2023-03-31 07:40 分类:问答mod_rewrite subdirectories as variable
I am trying to rewrite \"/products/MFG/date/SKU.html\" to \"MFG-SKU.html\" Our current rewrite below only rewrites to \"SKU.html\".[详细]
2023-03-30 21:33 分类:问答Apache2 Subversion committed files location
Where would I configure or find out where the committed files to开发者_运维百科 the repository is located on the server so that I can view/edit them there?You cannot edit the files in the repo. They a[详细]
2023-03-30 21:28 分类:问答NameVirtualHost *:80 has no VirtualHosts
I have two domain names, two ssl certs and two ip addresses. I am trying to configure my apache virtualhost files for them.[详细]
2023-03-30 18:54 分类:问答Https Issues With Yii Module
I have a module up and running in Yii.I can access the module at http://url/module without any problems.I can not get a secure connection to work, however.[详细]
2023-03-30 16:36 分类:问答Using mod_evasive on a specific directory
I\'m trying to limit requests to an API on an internal site I\'ve managed to implement mod_evasive 开发者_JS百科to successfully block requests after a specific amount in a specific time.[详细]
2023-03-30 12:29 分类:问答How do I create a persistent connection handle (for MySQL and memcached) under mod_perl2 for each child process of Apache2?
I\'m at my wit\'s end. My current (failed) implementation of small MySQL-backed webpage heavily relies on a module Project::Connection that stores two package-scoped (our\'d) handles (mysql_handle and[详细]
2023-03-30 11:29 分类:问答