Description:
Apache web server configuration issues.
|
|
|
Apache is on 2 hard drives on a mac with personal web sharing, want 1 web site
|
| |
I have 2 hard drives on my computer. One is for testing and the other for production. I have a back up copy of my web site on drive 2 with the real web site on drive 1 but I would like to have only one web site served from either drive and the site to always be live. I have Leopard apache server on both. How can I write a directive to have... more »
|
|
.htaccess file
|
| |
I have this rewrite within my .htaccess file which resides in the root of a web store i'm hoping to get up soon. ... # RewriteRule ^search-results/find-(.*)/all- words-(on|off)/page- ([0-9]+)/?$ # index.php?SearchResults&Search String=$1&AllWords=$2&Page=$3 [L] # RewriteRule ^search-results/find-?(.*)/all -words-(on|off)/?$... more »
|
|
Matthew McCullough to Speak on Dividing and Conquering Hadoop at GIDS 2010
|
| |
Great Indian Developer Summit 2010 – Gold Standard for India's Software Developer Ecosystem Bangalore, January 04, 2010: Moore's law has finally hit the wall and CPU speeds have actually decreased in the last few years. The industry is reacting with hardware with more cores and software that can leverage "grids" of distributed computing resources. Hadoop is a suite... more »
|
|
htaccess Rewite Referer HELP!
|
| |
Hi there, I have 2 files, an exe and a zip located in my /software/ directory. I want to have my server redirect requests to them to the a webpage unless the request comes from my own site... i.e. othersite.com links to mysite.com/software/app.exe and is redirected to mysite.com/index.html BUT mysite.com/index.html is allowed to link to mysite.com/software/... more »
|
|
Incorrect Rewrites
|
| |
All my rewrites are working except the index rules. They are as follows can any one help?? RewriteCond %{THE_REQUEST} ^GET\ .*/index\.(php|html?)\ HTTP RewriteRule ^(.*)index\.(php|html?)$ $1 [R=301,L] When i'm at a department, category or on a product page the index link reverts to the wrong place. instead of redirecting to [link]... more »
|
|
Blocking unwanted redirects
|
| |
I haven't found a definitive answer to this so I hope someone reading this will able to help. My site got hit by malware, they included a redirect to googlebestanalytics.eu is there a way though .htaccess file to basically block all outgoing requests when a page is being parsed from accessing this site. The general idea is that even if the site was... more »
|
|
Newbie WebDAV security problem.
|
| |
I've got the following section in the httpd-dav.conf configuration file of an Apache22 server running on FreeBSD. <Directory "/usr/local/www/mywebsite"> Dav On Order Allow,Deny Deny from all AuthType Digest AuthName DAV-MyWebSite # You can use the htdigest program to create the password... more »
|
|
file does not exist in log despite 404 redirect
|
| |
Hi I have a ErrorDocument 404 /cgi-bin/error404.pl which is a Perl program which works fine and redirects to another page. However I still get in my /var/log/apache2/error_log a 'file does not exist'. Is this normal since I am aware of the situation and have a redirect? Regards John
|
|
Global Warming and what you can do to against it
|
| |
Dear All, As you know global warming is endangering the future of life on the planet. It will also affect us; rising sea levels, dwindling water supplies, mass deaths due to heat waves, stoppage of the gulfstream, which brings milder climate to north of Europe, super hurricanes, less food due to droughts are some of the effects.... more »
|
|
Problems wih SSL performance?
|
| |
Hi, I have a Plone CMS instance accessible directly over http and also accessible via Apache (2.2.8 on RedHat Enterprise Linux 5.2) reverse proxy with SSL enabled. If I try to download a page with lots of images, JS, CSS, etc (approximately 50 requests) everything works fine over http, but over https, I'll always have 3 or 4 JS or CSS... more »
|
|
|