Unfortunately, Zope does not show up like mod_php, mod_perl, or java on an apache server. Netcraft really only notices the http server, so it will not accurately count zope run as a CGI. A site only counts as a zope site if it is running zserver, so that makes it difficult to track. Anyone want to write a mod_zope that merely puts the zope name in the server string for those of us using apache in front :) Troy
-----Original Message----- From: Brendon Grunewald [mailto:brendon@70south.com] Sent: Monday, September 10, 2001 4:02 PM To: zope@zope.org Subject: Re: [Zope] What's up with netcraft?
I tested it with my site that IS ZOPE based, but Apache front ended, and got the following result:
"The site www.70south.com is running Apache/1.3.17 (Unix) (SuSE/Linux) mod_fastcgi/2.2.2 mod_perl/1.24 on Linux."
Hence it seems that even if you run Zope, if Apache is at the front end Zope is not counted :-(
On Mon, 10 Sep 2001, Farrell, Troy wrote:
Unfortunately, Zope does not show up like mod_php, mod_perl, or java on an apache server. Netcraft really only notices the http server, so it will not accurately count zope run as a CGI. A site only counts as a zope site if it is running zserver, so that makes it difficult to track. Anyone want to write a mod_zope that merely puts the zope name in the server string for those of us using apache in front :)
mmm.. i don't agree with this, i have a site using zope and netcraft show it running Zserver, however it is run behing apache, for example: http://www.netcraft.com/whats?host=www.engendro.com and http://www.netcraft.com/whats?host=www.tiendalinux.com show zope and apache running, and if you do a: asterix!nestor:~$ host tiendalinux.com tiendalinux.com A 216.72.218.173 asterix!nestor:~$ host engendro.com engendro.com A 216.72.218.173 you get the above :) Then answer is that i use the ProxyPass directive. Bye. -- nestor a. diaz ingeniero de desarrollo engendro.com - soluciones especializadas en linux mailto:nestor@engendro.com - call:voip.engendro.com http://www.engendro.com/Nosotros/Personal/Nestor
On Mon, Sep 10, 2001 at 05:38:50PM -0500, Nestor Diaz wrote:
Then answer is that i use the ProxyPass directive.
Appears to work fine with my mod_rewrite setup, too. It's just you second-class citizens who are running Zope as a CGI that are the problem (yes, that's a joke). -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
participants (3)
-
Farrell, Troy -
Mike Renfro -
Nestor Diaz