[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 Ser

[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 u

[us...@httpd] mod_rewrite + mod_cache

2009-05-01 Thread Developer
Hello, After read this: http://www.mail-archive.com/d...@httpd.apache.org/msg35300.html http://www.mail-archive.com/users@httpd.apache.org/msg32767.html ... I am trying to use http accelerator, at this point I have this options: -Squid, problems with IP based auth in Apache. -mod_cache, I think b

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

2009-04-06 Thread Developer
El dom, 05-04-2009 a las 09:18 -0700, J. Greenlees escribió: > if you have NameVirtualHost *:80 the error goes away Now ,like before changes, all virtual host works fine but without httpd warnings: Listen [fce0::40]:80 ... NameVirtualHost *:80 ... ServerName foo1.com ... ... ServerName foo

[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. > > ServerName myhost.com. > ... > All work fine, but I get error message like: > NameVirtualHost myhost.com has no VirtualHosts on start. myhost.com is nam

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 > Perl

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: > &g

[EMAIL PROTECTED] Premature end of script - Kylix CGI

2005-12-17 Thread Software Developer
I have developed some cgi files using Kylix3 on Fedora Core 3. Everything works with my apache 2.0.50. But when I deploy my cgi files to another linux box it fails raising premature end of script. CGI executables do not work in console either. I tried all known methods.. Please help me to solve it.