Tagged Questions
4
votes
1answer
3k views
How to install mod_ssl for Apache
I have installed Apache httpd a while ago and have recently come back to it to try setup SSL and get it serving several different tomcat servers.
At the moment I have two completely separate tomcat ...
1
vote
2answers
1k views
Apache httpd Problem
I am getting intermittent issues with my site. Pages often hang with huge loading times and sometimes fail to load.
The httpd error logs contain the following:
[Wed Feb 23 06:54:17 2011] [debug] ...
2
votes
1answer
538 views
=~ (equal-sign tilde) and m“ … ” in .htaccess directive
I saw this bit of code on an old forum post:
SSLRequire %{HTTP_HOST} =~ m"\.secure\.powweb\.com"
And I was just wondering what the =~ and m" ... " meant. I've been searching online and in the ...