Re: [users@httpd] error: 'ap_document_root_check' undeclared

2013-07-12 Thread Mike Rumph
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

Re: [users@httpd] Can I block.crawlers from seeing files with certain suffixes, i.e. .php? Thanks.

2013-07-12 Thread bgould
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:

Re: [users@httpd] Can I block.crawlers from seeing files with certain suffixes, i.e. .php? Thanks.

2013-07-12 Thread D'Arcy J.M. Cain
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

[users@httpd] Can I block.crawlers from seeing files with certain suffixes, i.e. .php? Thanks.

2013-07-12 Thread mrl
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 -

[users@httpd] RE: Can't get redirect or redirectmatch working in Windows Apache 2.2 but ok on Linux

2013-07-12 Thread Stuart Irving
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

Re: [users@httpd] error: 'ap_document_root_check' undeclared

2013-07-12 Thread Mike Rumph
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

[users@httpd] error: 'ap_document_root_check' undeclared

2013-07-12 Thread Don Fike
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