| Author |
|
Blagui Newbie

Joined: 28 June 2004 Location: Tunisia
Online Status: Offline Posts: 12
|
| Posted: 12 March 2010 at 8:47am | IP Logged
|
|
|
Hi,
Trying to install APE on IIS 7 and getting this error:
--------
ERROR: this configuration cannot be used at this path. This happend when the section is locket at parent path?
--------
I tried to use APE FREEWARE. And didn't installed it on any other website this is the first website where I try to install IT.
Regards
M B
|
| Back to Top |
|
| |
Blagui Newbie

Joined: 28 June 2004 Location: Tunisia
Online Status: Offline Posts: 12
|
| Posted: 12 March 2010 at 9:09am | IP Logged
|
|
|
Fixed.
Had to enable AP on root OK. But now strugling ot enable GZIP. Used rule:
Include smart_gzip_compression.conf
Very smart rule ;-). But on Port 80 test page it still shows IIS 7 not a compressed page.
I'm using CFM.
Regards
M B
|
| Back to Top |
|
| |
Vyacheslav Admin Group

Joined: 02 July 2008 Location: Ukraine
Online Status: Offline Posts: 1542
|
| Posted: 12 March 2010 at 9:32am | IP Logged
|
|
|
Hello,
Could you please provide an example of non-working request. It would be great if I could see it online.
Thank you.
__________________ Slavik Shynkarenko,
Helicon Tech.
|
| Back to Top |
|
| |
Blagui Newbie

Joined: 28 June 2004 Location: Tunisia
Online Status: Offline Posts: 12
|
| Posted: 12 March 2010 at 9:38am | IP Logged
|
|
|
Hi,
Check here: test4554.eu-12.mediaxpert.net
Seem url rewriting not enabled too. While I activated this website and licenced it with one of the free avaible licences.
Enabled Gzip using:
Code:
Include smart_gzip_compression.conf
|
|
|
And added:
Code:
SetEnvIf mime text/javascript unset-cookie
SetEnvIf mime text/css unset-cookie
SetEnvIf mime application/x-javascript unset-cookie
SetEnvIf mime image/.* unset-cookie
Header unset Set-Cookie env=unset-cookie
|
|
|
Regards
M B
|
| Back to Top |
|
| |
Vyacheslav Admin Group

Joined: 02 July 2008 Location: Ukraine
Online Status: Offline Posts: 1542
|
| Posted: 12 March 2010 at 9:48am | IP Logged
|
|
|
Well, let�s make sure Ape works in general. Please try the following rule in .htaccess:
Code:
RewriteEngine on
RewriteRule .? - [G] |
|
|
If you get �410 Gone� response for any request�Ape works. Otherwise we�ll troubleshoot this.
__________________ Slavik Shynkarenko,
Helicon Tech.
|
| Back to Top |
|
| |
Blagui Newbie

Joined: 28 June 2004 Location: Tunisia
Online Status: Offline Posts: 12
|
| Posted: 12 March 2010 at 10:13am | IP Logged
|
|
|
Hi,
As you can See page moved !
http://test4554.eu-12.mediaxpert.net/
So APE is there working but unable to activate compression nor rewriting rules ( I had ISAPI Rewrite activated working fine and removed it ).
Regards
M B
|
| Back to Top |
|
| |
Vyacheslav Admin Group

Joined: 02 July 2008 Location: Ukraine
Online Status: Offline Posts: 1542
|
| Posted: 12 March 2010 at 11:14am | IP Logged
|
|
|
Hello,
If you still have ISAPI_Rewrite it may process the .htaccess and perform �410 Gone� response while Ape doesn�t work.
But if you don�t have ISAPI_Rewrite, please comment out your changes and try just this piece of code:
This will be enough to enable compression. Please also make sure LoadModule directives in httpd.conf are activated for mod_env, mod_gzip and mod_setenvif.
__________________ Slavik Shynkarenko,
Helicon Tech.
|
| Back to Top |
|
| |
Blagui Newbie

Joined: 28 June 2004 Location: Tunisia
Online Status: Offline Posts: 12
|
| Posted: 12 March 2010 at 12:10pm | IP Logged
|
|
|
Hi,
Done too and checked HTTPD.conf. See the URL Rewriting not working:
http://test4554.eu-12.mediaxpert.net/sejour/sejour-maroc.html
While:
http://test4554.eu-12.mediaxpert.net/
If I enable back URL it will work.
Regards
M B
|
| Back to Top |
|
| |
Vyacheslav Admin Group

Joined: 02 July 2008 Location: Ukraine
Online Status: Offline Posts: 1542
|
| Posted: 12 March 2010 at 2:10pm | IP Logged
|
|
|
Hello,
Is it possible to take a look on your system? I think there is a misconfiguration. You may send RDP access credentials to support@helicontech.com.
Thank you.
__________________ Slavik Shynkarenko,
Helicon Tech.
|
| Back to Top |
|
| |