Re: [users@httpd] Unconfirmed BUG

2014-02-19 Thread Vincenzo D'Amore
Hi, maybe apache user haven't permissions to access to the file system located under NFS. Have you tried to double check apache user permission? You could also try 'su - apache' and through the shell move into the unreachable path. If you want directly debug apache process you should start it

Re: [users@httpd] Rewrite problem

2014-02-18 Thread Vincenzo D'Amore
Hi, I'm not sure I got your problem, but you could try to modify the HTML before return it to the user. There are at least a couple of module able to do it. I suggest take a look at mod substitute or maybe mod proxy HTML. Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 18/feb/2014,

Re: [users@httpd] Help Please

2013-12-11 Thread Vincenzo D'Amore
> Srinivas > > > > > > Srinivasa Rao Katta(System Administrator), > skatt...@hotmail.com, > > > > > CC: users@httpd.apache.org > From: v.dam...@gmail.com > Date: Wed, 11 Dec 2013 00:44:10 +0100 > To: users@httpd.apache.org > Subject: Re: [users@httpd

Re: [users@httpd] Help Please

2013-12-10 Thread Vincenzo D'Amore
What kind of problems are you experiencing? -- Vincenzo D'Amore skype: free.dev mobile: +39 349 8513251 > On 10/dic/2013, at 16:06, Srinivasa Rao Katta wrote: > > Vincen, > > Thanks for the response to my email. > > When I copied old libs to /usr/local/lib,Whic

Re: [users@httpd] Help Please

2013-12-10 Thread Vincenzo D'Amore
Hi, may be I can help you, but I'm not sure what's you problem. Since you successfully compiled after you copied into /usr/local/lib OpenSSL libraries. Are you afraid to use this version of OpenSSL libraries? Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 10/dic/2013, at 02:45,

Re: [users@httpd] Apache Virtual Host Config issue

2013-10-16 Thread Vincenzo D'Amore
Hi Ammar, please see my answer inline. -- Vincenzo D'Amore skype: free.dev mobile: +39 349 8513251 > On 16/ott/2013, at 02:15, Ammar Hassan wrote: > > Hi Vincenzo, > > Thanks for the tip, the firewall was up, but even when I disabled that, there > was still the same r

Re: [users@httpd] Apache Virtual Host Config issue

2013-10-15 Thread Vincenzo D'Amore
rg > For additional commands, e-mail: users-h...@httpd.apache.org > > ТÐÐ¥Fò > Vç7V'67&–&R RÖÖ –â W6W'2×Vç7V'67&–&T ‡GG Bæ 6†Ræ÷&pФf÷" FF—F–öæ  > 6öÖÖ æG2 RÖÖ –â W6W'2Ö†VÇ ‡GG Bæ 6†Ræ÷&pÐ > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Vincenzo D'Amore email: v.dam...@gmail.com skype: free.dev mobile: +39 349 8513251

Re: [users@httpd] Apache Virtual Host Config issue

2013-10-14 Thread Vincenzo D'Amore
Hi Ammar, usually you don't put "Listen" directive inside your vhost configuration. And you cannot have an IP address like 123.45.6.789. "IP Addresses are canonically represented in dot-decimal notation, which consists of four decimal numbers, each ranging from 0 to 255" ( http://en.wikipedia.or

Re: [users@httpd] Is it alive?

2013-09-17 Thread Vincenzo D'Amore
ing, but > it has several quirks. > > ps ax | grep http > > what does that tell? > > -- > http://function2form.nethttp://peter-kuehnlein.net > > "As Yasuda Ukyo said about offering the last wine cup, only the end of things > is important. One's whole life

Re: [users@httpd] Logs analyse

2013-07-26 Thread Vincenzo D'Amore
Hi, I like AWStats. http://awstats.sourceforge.net/ Cheers, Vincenzo 2013/7/26 > Hi, > > ** ** > > Can anyone tell me the name of apache logs analyzer tool which is free and > easily available. > > ** ** > > Regards, > > vitthal > > >

Re: [users@httpd] rewrite rule on apache2 .htaccess file (SOLVED)

2013-07-22 Thread Vincenzo D'Amore
orks :( > > > > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Vincenzo D'Amore email: v.dam...@gmail.com skype: free.dev mobile: +39 349 8513251

Re: [users@httpd] rewrite rule on apache2 .htaccess file

2013-07-21 Thread Vincenzo D'Amore
Hi, IMHO the first rewrite doesn't match because regex is wrong. The URL your rewrite should match is something like this: /css/path/filename.css so your regex should first match the first / character. Then, don’t confuse alternation with a character class. If you want express an alternation

Re: [users@httpd] Issue with URL Rewriting

2013-07-09 Thread Vincenzo D'Amore
egards, >> Jens >> >> >> ------**--**- >> To unsubscribe, e-mail: >> users-unsubscribe@httpd.**apache.org >> For additional commands, e-mail: users-h...@httpd.apache.org >> >> > > --**--**- > To unsubscribe, e-mail: > users-unsubscribe@httpd.**apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Vincenzo D'Amore email: v.dam...@gmail.com skype: free.dev mobile: +39 349 8513251

Re: [users@httpd] Issue with URL Rewriting

2013-07-09 Thread Vincenzo D'Amore
-- > To unsubscribe, e-mail: > users-unsubscribe@httpd.**apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Vincenzo D'Amore email: v.dam...@gmail.com skype: free.dev mobile: +39 349 8513251

Re: [users@httpd] htpasswd permissions

2013-07-04 Thread Vincenzo D'Amore
htpasswd file itself. > > Thanks, > Dave > > From: Vincenzo D'Amore [mailto:v.dam...@gmail.com] > Sent: Wednesday, July 03, 2013 1:49 PM > To: users@httpd.apache.org > Cc: users@httpd.apache.org > Subject: Re: [users@httpd] htpasswd permissions > > Hi,

Re: [users@httpd] htpasswd permissions

2013-07-03 Thread Vincenzo D'Amore
Hi, May be you should double check what MPM are you using and if the User directive is supported. http://httpd.apache.org/docs/2.2/mod/mpm_common.html#user I don't know exactly why you're experiencing this problem but if you grant the execute permission to others at config directory this should

Re: [users@httpd] Check if external url exists with standard Apache directives

2013-05-21 Thread Vincenzo D'Amore
e-proxies > > I am guessing from your question that you can't even change that much on > the 'destination' server. > I have also looked for a way to do this and come up empty. > > - Y > > > On Tue, May 21, 2013 at 4:17 AM, Vincenzo D'Amore wrote: >

Re: [users@httpd] Authenticating with subfolders

2013-05-21 Thread Vincenzo D'Amore
- 13, rue du Chatellier - CS 92803 - 29228 Brest Cedex 2, FRANCE > - Phone: +33 2 98 22 17 49 - Email: bruno.tregu...@shom.fr > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additi

Re: [users@httpd] Authenticating with subfolders

2013-05-21 Thread Vincenzo D'Amore
/21 Miguel González > > > > On 21/05/2013 12:27, Vincenzo D'Amore wrote: > >> Hi Bruno, >> >> may be you're right, I read long time ago, but actually don't remember >> exactly the RFC. >> So now I have just implemented such configuration

Re: [users@httpd] Authenticating with subfolders

2013-05-21 Thread Vincenzo D'Amore
on header quite simple. It don't even specify the realm, only type and credential: Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ== So I'm not sure it is possible have multiple realm. Best, Vincenzo 2013/5/21 Vincenzo D'Amore > Hi Bruno, > > may be you're rig

Re: [users@httpd] Authenticating with subfolders

2013-05-21 Thread Vincenzo D'Amore
third directory with different credential, every thinks works like a charm :) Best, Vincenzo 2013/5/21 Bruno Tréguier > Le 21/05/2013 à 11:07, Vincenzo D'Amore a écrit : > > Hi Miguel, > > > > yes it is possible, you could add a couple of file in each directory > >

Re: [users@httpd] Authenticating with subfolders

2013-05-21 Thread Vincenzo D'Amore
rs-unsubscribe@httpd.**apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Vincenzo D'Amore email: v.dam...@gmail.com skype: free.dev mobile: +39 349 8513251

[users@httpd] Check if external url exists with standard Apache directives

2013-05-21 Thread Vincenzo D'Amore
Hi all, I'm moving a big directory of images from an HTTP server to another and I cannot change any configuration. I would like my users don't even suppose there is a moving in progress. So I thought to add a new Apache httpd server 2.2 configured as reverse proxy in front of both of those servers

Re: [us...@httpd] Re: Apache lstat performance problem

2010-07-09 Thread Vincenzo D'Amore
gt; This is normally seen when you have .htaccess usage turned on (all >> subdirectories have to be checked for the presence of .htaccess). Do you >> have AllowOverride set to off? >> >> Joost >> >> >> -------

Re: [us...@httpd] Re: Apache lstat performance problem

2010-07-09 Thread Vincenzo D'Amore
- > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Vincenzo D'Amore email: v.dam...@gmail.com msn: free...@hotmail.com skype: free.dev mobile: +39 349 8513251

Re: [us...@httpd] Apache lstat performance problem

2010-07-09 Thread Vincenzo D'Amore
-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Vincenzo D'Amore email: v.dam...@gmail.com msn: free...@hotmail.com skype: free.dev mobile: +39 349 8513251

[us...@httpd] Apache lstat performance problem

2010-07-08 Thread Vincenzo D'Amore
Hello All, I have a performance problem with an Apache/PHP5 Configuration under heavy load the website becomes too slow. Using strace I found what appears to me a strange behavior. The strange behavior I want point out is related to a sequence of tentative httpd does in order to read an file. In

Re: [us...@httpd] RE: Where should I start Logging..... ?

2010-06-14 Thread Vincenzo D'Amore
rs-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Vincenzo D'Amore email: v.dam...@gmail.com msn: free...@hotmail.com skype: free.dev mobile: +39 349 8513251

[us...@httpd] mod_cache and mod_cband used together

2010-06-14 Thread Vincenzo D'Amore
t; > > But after I added mod_cache, it seems mod_cband is overridden. All requests are server with all available bandwidth. > Any idea in order to define the order of execution (I suppose first mod_cache and after mod_cband)? > Thanks Vincenzo D'Amore

Re: [us...@httpd] RE: Where should I start Logging..... ?

2010-06-14 Thread Vincenzo D'Amore
Hello guys, I have a problem using mod_cache and mod_cband together. I use mod_cband in order to limit bandwidth for some virtual host I have. CBandSpeed 256 max max After I decided to enhance the performance for all virtual host adding to apache httpd configuration mod_cache. Load