Hello Don,
ap_document_root_check is declared in httpd-2.2.25/include/http_main.h
This was introduced in httpd 2.2.17.
You have several include directories ahead of
/sw/sources/httpd-2.2.25/include.
Perhaps one of these has an older version of http_main.h.
Thanks,
Mike Rumph
On 7/12/2013 7:2
An ideal way to do so would be to check the user agent of the crawler in your
index page and then link to static content that you want the crawler to see.
Minimizes cpu cycles as well as reduces the error they are seeing.
--Original Message--
From: mrl
To: users@httpd.apache.org
ReplyTo:
On Fri, 12 Jul 2013 15:34:22 + (UTC)
mrl wrote:
> Is there a way to block .php from being indexed by crawlers, but
> allow other type files to be indexed? When the crawlers access the
> php files, they are executed, creating lots of error messages (and
> taking up cpu cycles). Thanks.
Goog
Is there a way to block .php from being indexed by crawlers, but allow other
type files to be indexed? When the crawlers access the php files, they are
executed, creating lots of error messages (and taking up cpu cycles). Thanks.
- Mark
-
We were able to get this working just by changing the first line to Redirect /
https://..ca/ . It appears that this line was always firing but
because IE checks before substituting the URL in the gui it always appeared as
if it wasn't working. We had to use chrome to see that it was ap
Hello Don,
What configure options are you using?
Thanks,
Mike Rumph
On 7/12/2013 5:53 AM, Don Fike wrote:
Using 2.2.25, when running make I get the following error, would like
help resolving this,
Thanks,
/sw/build-1/libtool --silent --mode=compile gcc -pthread -fPIC
-DLINUX=2 -D_REENTRA
Using 2.2.25, when running make I get the following error, would like
help resolving this,
Thanks,
/sw/build-1/libtool --silent --mode=compile gcc -pthread -fPIC
-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I/sw/apps/mysql/include/mysql
-I/sw/apps/apache2/include -I/sw/apps/python/include/python2.7