Web Hosting Talk







View Full Version : Zend Accelerator GUI not accessable :-(


Domenico
11-15-2001, 04:00 PM
Hello,

We decided to install Zend Acelerator 2.0 (trial version) and see what kind of speed difference it can bring us.

We installed it and phpinfo says that it is running but we can't access the GUI.

When we try to access the GUI at www.mydomain.com/ZendAccelerator it just gives us;
Not Found
The requested URL /ZendAccelerator was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


Our Serverroot is set at /usr/local/apache
Zend Accelerator is installed in /usr/local/apache/htdocs/ZendAccelerator

It is installed on a Linux 7.1 server with Cpanel.
Any suggestions?

Thank you!
Domenico

Domenico
11-16-2001, 01:14 PM
Anybody ?

jks
11-16-2001, 07:26 PM
Originally posted by Domenico
Anybody ?

Did you follow their installation manual?

Did you remember to restart the Apache server?

Domenico
11-16-2001, 11:37 PM
Yes, I did all that. Nothing seems to work. Even Zend helpdesk doesn't know :-(

jks
11-17-2001, 10:52 AM
Originally posted by Domenico
Yes, I did all that. Nothing seems to work. Even Zend helpdesk doesn't know :-(

Did you try with the IP address instead of www.domain.com ?

JTY
11-17-2001, 02:11 PM
how about server.host.name/ZendAccelerator

Domenico
11-18-2001, 09:21 AM
Nope, it seems that nothing in the document root (/usr/local/apache/htdocs) shows up so it's not a ZendAccelerator problem I suppose.

Varun Shoor
11-18-2001, 10:30 AM
Domenico,
I talked to Zeev directly about this and here is what he has to say

<Zeev> plot they're probably missing a trailing /
<Zeev> i.e., use www.mydomain.com/ZendAccelerator/

So try it with the trailing slash :)

Domenico
11-18-2001, 11:06 AM
Nope, even that doesn't work :-(

I think it has something to do with the server config because I just found out other files I put in the document root (/usr/local/apache/htdocs) can't be accessed either.

How strange. I hope someone knows why the document root can't be accessed.
Hmmm, the directory ZendAccelerator is owned by root and most files aren't chmodded 755 including index.php. This doesn't seem right I guess.

Thanks for trying to help me guys!


btw. host.mydomain.com brings me the same as www.mydomain.com
Is this right?

Domenico
11-18-2001, 03:18 PM
Case closed!

Some stupid httpd.conf entry for host.mydomain.com was to blame.

oh well, I learned a lot more again ;-)

Thanks!