The httpd tag has no wiki summary.
2
votes
0answers
25 views
pointing a parked subdomain to a real subdomain
I have two registered domains. Say the domains are:
originaldomain.com , and parkeddomain.com
parkeddomain.com points to originaldomain.com
I also have a few subdomains in originaldomain.com, and I ...
2
votes
1answer
75 views
getting the user back where they came from with mod_form_auth
Using the mod_form_auth module in Apache HTTPD 2.4.3, I am looking for a way to have the user redirected to their original desired target after completing a login.
That is, if I have a
<Location ...
1
vote
0answers
42 views
connecting… for infinity time
I have website working fine before. But now its not able to connect to the server(I believe that is the problem). But its strange that the message not able to connect to the server is not coming and ...
5
votes
1answer
43 views
Adding a page indicating that a website is in maintenance
I use Spring MVC + Apache tomcat + Apache httpd and I am seeking for best practices in order to redirect all http requests to a page indicating to my users that the website is in maintenance. FYI, my ...
2
votes
1answer
486 views
How to tell google to stop crawling my website via IP?
After a database server migration, Ive noticed that GoogleBot started getting errors when trying to crawl my site.
The reason seems to be that its hitting my site via IP address (and due to my config ...
2
votes
2answers
194 views
Creating a Sub Domain on Dreamhost [closed]
I am trying to create a sub domain play.mink7.com
i went to Domains and Add Domain and added the Subdomain.
It created the DNS records.
Now when i go to the website http://play.mink7.com am getting ...
0
votes
1answer
27 views
httpd permissions while working
I'm previewing my site as I work on it using httpd, but I had to move it into the /var/www/html directory.
Now I have to log in as root every time I want to modify a file, and it's difficult to use ...
0
votes
1answer
95 views
what is a no-text[0-9] requests?
I have a bunch of requests coming through on my site which looks like the one below:
example.com/page/no-text-1154169030774935240
Is this hacking attempts or search engines?
EDIT: my question is ...
0
votes
1answer
176 views
Force hostname for request
I have a web server running Apache HTTPD 2.2 serving as a reverse proxy for my IIS 7.5 server.
This worked fine, until I wanted to use OpenID (using DotNetOpenAuth). Since DotNetOpenAuth throws an ...
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 ...