[us...@httpd] httpd module that is mod_cache alternative?

2009-07-02 Thread Developer
El jue, 02-07-2009 a las 00:26 +0200, André Warnier escribió: So far, I think the score is more like mod_cache 10 / Developer 0 What is this? Thanks a lot. Thanks for your help. if (r-method_number != M_GET) { return DECLINED; } -- -- -- Publicidad y Servicios http

[us...@httpd] mod_cache alternative?

2009-07-01 Thread Developer
Hello, mod_cache is very bad for caching. For some unknown reason (for me) it caches script (all request are mod_rewrite in one php script) and not request URI response of server. One requested URI should generate one server response, but mod_cache see all as same php script (WRONG, I think that

[us...@httpd] About: NameVirtualHost ... has no VirtualHosts

2009-04-05 Thread Developer
Hello, I have config file like this: ... Listen [fec0::40]:80 NameVirtualHost myhost.com:80. VirtualHost myhost.com:80 ServerName myhost.com. ... /VirtualHost All work fine, but I get error message like: NameVirtualHost myhost.com has no

Re: [EMAIL PROTECTED] cgi pl on apache ?

2006-01-05 Thread Software Developer
Apache 2.0.55 uses /usr/local/apache2/conf/httpd.conf file default path of html files is /usr/local/apache2/httpdocs and cgi files go to /usr/local/apache2/cgi-bin directory. --- Mehmet Fatih AKBULUT [EMAIL PROTECTED] wrote: hi all, Apache/2.0.55 (Debian) PHP/5.0.5-3 mod_perl/2.0.1

Re: [EMAIL PROTECTED] Premature end of script - Kylix CGI

2005-12-18 Thread Software Developer
Hi Joshua, What exact error do you get when you try to run it at the console? - Segmentation fault Are the permissions correct? - Yes --- Joshua Slive [EMAIL PROTECTED] wrote: On 12/17/05, Software Developer [EMAIL PROTECTED] wrote: I have developed some cgi files using Kylix3