Re: [users@httpd] mod_rewrite: External RewriteMap program never gets input

2011-06-24 Thread Mike F. @ LabJack
Eric Covener wrote: > > I know the manual says using a map in per-dir context works [in > general] when you defined it at proper scope, but can you try using > your self-defined map in the context you defined it? Maybe it just > doesn't work for non-internal maps? > I had tried putting this

Re: [users@httpd] mod_rewrite: External RewriteMap program never gets input

2011-06-24 Thread Eric Covener
On Fri, Jun 24, 2011 at 5:25 PM, Mike F. @ LabJack wrote: > > > Eric Covener wrote: >> >> Are you 100% sure your request is handled by this virtual host? >> > > Yes. No other virtual hosts point to that directory. When I had other rules > in the .htaccess file, they worked as expected. > > I've al

Re: [users@httpd] mod_rewrite: External RewriteMap program never gets input

2011-06-24 Thread Mike F. @ LabJack
Eric Covener wrote: > > Are you 100% sure your request is handled by this virtual host? > Yes. No other virtual hosts point to that directory. When I had other rules in the .htaccess file, they worked as expected. I've also tried RewriteMap lower int:tolower, and that worked. -- View this m

Re: [users@httpd] mod_rewrite: External RewriteMap program never gets input

2011-06-24 Thread Eric Covener
> My /etc/apache2/sites-available/mynewsite looks like this: Are you 100% sure your request is handled by this virtual host? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

[users@httpd] mod_rewrite: External RewriteMap program never gets input

2011-06-24 Thread Mike F. @ LabJack
I am attempting to use an external program in RewriteMap. It seems that no matter what I do, data never makes it to my program. I'm on an Ubuntu 11.04 machine, running Apache 2.2.17. My /etc/apache2/sites-available/mynewsite looks like this: RewriteEngine On RewriteLock "/var/run/rewrite-lock.l

Re: [users@httpd] unistall apache 2

2011-06-24 Thread julio peppe
i will be deleted a forder and be happy FINALLY reboot TANKS FOR HELP. 2011/6/24 Sander Temme > On Jun 24, 2011, at 12:18 PM, julio peppe wrote: > > > i undestud , but and other files in file system same : > > > > /etc/init.d/apache2 ... ??? exist other files in other folders?? > > Th

Re: [users@httpd] unistall apache 2

2011-06-24 Thread Sander Temme
On Jun 24, 2011, at 12:18 PM, julio peppe wrote: > i undestud , but and other files in file system same : > > /etc/init.d/apache2 ... ??? exist other files in other folders?? The init.d stuff etc. was added by the 'apache2' Debian package. The default Apache installation does not install st

Re: [users@httpd] unistall apache 2

2011-06-24 Thread julio peppe
i undestud , but and other files in file system same : /etc/init.d/apache2 ... ??? exist other files in other folders?? or same /usr/loca/apache2 ?? if unic folder is /usr/local/apache2 , that's easy :) tahnksfor now :) 2011/6/24 Sander Temme > > On Jun 24, 2011, at 11:30 AM, julio

Re: [users@httpd] unistall apache 2

2011-06-24 Thread Sander Temme
On Jun 24, 2011, at 11:30 AM, julio peppe wrote: > I try this first , but file "uninstall" dont be in folder.. > > mistery. > > any help??? We don't have an uninstall target in our Makefiles. If you just did ./configure; make; make install, your Apache installation will be under

Re: [users@httpd] unistall apache 2

2011-06-24 Thread julio peppe
I try this first , but file "uninstall" dont be in folder.. mistery. any help??? 2011/6/24 Sharl.Jimh.Tsin > On 2011年06月24日 23:06, julio peppe wrote: > >> HI everyone , i install apache 2 in my debian 6 , but , how i havee >> UNISTALL apache 2 ? >> >> i dont use apt-ge install , i use

Re: [users@httpd] unistall apache 2

2011-06-24 Thread Sharl.Jimh.Tsin
On 2011年06月24日 23:06, julio peppe wrote: HI everyone , i install apache 2 in my debian 6 , but , how i havee UNISTALL apache 2 ? i dont use apt-ge install , i used to install ./configure | make \ make install version of package. please help . -- Júlio S. Peppe. Programador cd to your

Re: [users@httpd] Re: apache2 or mod_perl2 oddball error (RESOLVED)

2011-06-24 Thread William Bulley
According to Carmel on Thu, 06/23/11 at 17:45: > > On a FreeBSD-8.2/amd64 system, after updating Perl, I had to rebuild > everything that depended on Perl, including it modules. After that, all > worked well. That is _exactly_ what I did on June 9 and afterwards apache2 would not launch. At the

Re: [users@httpd] HTTPS Forms

2011-06-24 Thread Torsten Förtsch
On Friday, June 24, 2011 15:54:31 Hugo Gomes wrote: > I have a site that is used with https, and i have a form that > uploads some information about the users, and sometimes the users > need to upload some files, but i almost of the times gives me an > error: > > > "The requested

[users@httpd] mod_deflate: an unknown filter was not added: INFLATE

2011-06-24 Thread GOUIN Fabrice (EXT STERIA)
Hi all, I'm trying to use mod_deflate to decompress a compressed request from a client on my reverse-proxy. First, I'm confused with the Apache documentation http://httpd.apache.org/docs/2.2/mod/mod_deflate.html#enable. In fact, for input decompression, the doc tells to use "SetInputFilter DEFLAT

[users@httpd] unistall apache 2

2011-06-24 Thread julio peppe
HI everyone , i install apache 2 in my debian 6 , but , how i havee UNISTALL apache 2 ? i dont use apt-ge install , i used to install ./configure | make \ make install version of package. please help . -- Júlio S. Peppe. Programador

Re: [users@httpd] HTTPS Forms

2011-06-24 Thread Hugo Gomes
On Fri, 2011-06-24 at 14:32 +, Igor Galić wrote: > > - Original Message - > > Hi all, > > > > I have a site that is used with https, and i have a form that > > uploads > > some information about the users, and sometimes the users need to > > upload > > some files, but i almost

Re: [users@httpd] HTTPS Forms

2011-06-24 Thread Igor Galić
- Original Message - > Hi all, > > I have a site that is used with https, and i have a form that > uploads > some information about the users, and sometimes the users need to > upload > some files, but i almost of the times gives me an error: > > > "The requested resourc

[users@httpd] HTTPS Forms

2011-06-24 Thread Hugo Gomes
Hi all, I have a site that is used with https, and i have a form that uploads some information about the users, and sometimes the users need to upload some files, but i almost of the times gives me an error: "The requested resource /path_to_script/index.php does not allow reques

[users@httpd] Re: Http Client gets struck

2011-06-24 Thread Aditya bajaj
Hello All, > > We are experiencing a strance problem , if i download a huge file from the > server , the client gets struck after 72%. > > Occasionally it completely downlands. > > When the client get struck , if i start one more download it works. > > So the question is why the struck one does no

RE: [users@httpd] installing an Apache module after Apache is up and running

2011-06-24 Thread John Fitzgibbon
Hi, Thanks Ashwin. You were 100% correct. I am using Red Hat Linux and the module files were in a different folder to where I was looking. They were in /etc/httpd/modules. Regards John -Original Message- From: Ashwin Kesavan [mailto:ashwi...@yahoo-inc.com] Sent: 22 June 2011 07:11 To: