RE: [users@httpd] mod_include

2012-04-23 Thread Grupo PF_Jorge Antonio Santiago Gonzalez
Hi, I can't upgrade apache because I'm not authorized to do that. I must work with this environment. Thanks for your reply. Regards, Jorge. -Mensaje original- De: Mark Montague [mailto:m...@catseye.org] Enviado el: lunes, 23 de abril de 2012 03:09 p.m. Para: users@httpd.apache.org CC:

Re: [users@httpd] PHP doesn't process pages

2012-04-23 Thread John Iliffe
On Sunday 22 April 2012 20:42:26 John Iliffe wrote: > On Sunday 22 April 2012 03:34:35 Noel Butler wrote: > > On Sun, 2012-04-22 at 00:41 -0400, John Iliffe wrote: > > > > AddType application/x-httpd-php .php > > > > > > I did this and get the same result as before. > > > > > > The complete PHP c

Re: [users@httpd] mod_include

2012-04-23 Thread Mark Montague
On April 20, 2012 20:02 , Grupo PF_Jorge Antonio Santiago Gonzalez wrote: I am trying to compile the mod_include.c to get the shared object (mod_include.so) and put it in the http.conf, but I get the next error. Command: # /herramientas/apache_1.3.27/bin/apxs -c mod_include.c && /herramienta

Re: [users@httpd] Disable Hot-linking Files

2012-04-23 Thread Mark Montague
On April 23, 2012 14:42 , luis medrano wrote: I'm using the following lines on my .htaccess: RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain.com(/)?.*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp|txt|pdf)$ - [F,NC] I'm using this lines to avoid links to a files from external websites but how c

RE: [users@httpd] Re: mod_include

2012-04-23 Thread Grupo PF_Jorge Antonio Santiago Gonzalez
Hi, Thanks for the reply. I searched the directory mods_available and the file include.load in /etc/apache directory but I didn't find them. Also I searched the mod_include.so, but it is a 32 bit file and I need the 64 bit file. find / -name mod_include.so /usr/apache/libexec/mod_include.so

RE: [users@httpd] Unable to build 2.4 because "Bundled APR not found" FreeBSD 9.0

2012-04-23 Thread Shuvalov Roman
Hi, Bernard, I had similar issue, though I tried to compile Apache 2.4.2 under CentOS 6.2 - see of these tips will be usefull to you: 1. For Apache 2.4.x - you need apr and apr-util 1.4.x or later (means most probably you do not have them yet in you OS repos and need manually download the

Re: [users@httpd] accessing named pipe files from apache web server

2012-04-23 Thread Mysterious Mose
Good morning everyone, This thread was a month ago, but I just thought I should follow up in case someone else runs into this later and has the same question. I was able to work around this with no real problem by just spawning off a new process and letting the parent die. I for some reas

[users@httpd] Unable to build 2.4 because "Bundled APR not found" FreeBSD 9.0

2012-04-23 Thread Bernard T. Higonnet
The exact error message during ./config_nice (of a working 2.2 installation on another machine) is Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packages to ./srclib/. I went to http://apr.apache.org/download.cgi and downloaded apr-1

[users@httpd] 2.4.1 responding very slow.

2012-04-23 Thread Harsimranjit singh Kler
Hi I have upgarde my setup from httpd-2.2.17,modjk 1.2.30 [worker mpm] to httpd 2.4.1,modjk 1.2.35 and openssl 1.0.1,[worker mpm]( i have enabled https only and disabled http traffic). My overall response time for particular request is very slow compare to old setup? Iis there any specific co

Re: [users@httpd] "Deny" directives silently ignored in config files

2012-04-23 Thread Matthieu Moy
Noel Butler writes: > Right, so have you changed it to Directory and does it now work? I tried , and it did not work. Anyway, the "RewriteRule . - [F]" did work in the same place, so the / are taken into account, it's really about the "Deny from all". Thanks anyway, -- Matthieu Moy http://www