RE: [EMAIL PROTECTED] file preprocessing

2006-01-25 Thread Садреев Айрат Алмазович
> > On 1/25/06, Садреев Айрат Алмазович > <[EMAIL PROTECTED]> wrote: > > I set up mod_rewrite so that certain files downloaded via > mod_proxy from other websites. Now I need to process the > downloaded files via external program and return to client. > > > > The ideal scenario is: > > > > 1.

Re: [EMAIL PROTECTED] Unable to install apache_2.0.55-win32-x86-no_ssl.msi

2006-01-25 Thread Wanna
Hi William, I've actually logged in as Administrator. Regards, Wanna Khan Sowanna Hanoi University of Civil Engineering E-mail: [EMAIL PROTECTED] Website: www.icambo.com - Original Message From: "William A. Rowe, Jr." <[EMAIL PROTECTED]> To: users@httpd.apache.o

[EMAIL PROTECTED] Yet another Redirect/ RedirectMatch question

2006-01-25 Thread Mukarram Syed
 All,I have been researching on this for the past 2 hours and haven't found a solution.Here is my issue.  I want to redirect http://maxim-toastmaster.com to http://www.esalton.comThis is what I have tried so far:1.  ServerName maxim-toastmaster.com  RedirectMatch permanent ^/$ http://www.esalton.co

Re: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support

2006-01-25 Thread Prepaid
Thanks for the help, that did help get apache compiled with authnz_ldapHowever when I try to setup a directory to be LDAP protected I get:[Wed Jan 25 14:42:07 2006] [error] Internal error: pcfg_openfile() called with NULL filename [Wed Jan 25 14:42:07 2006] [error] [client em] (9)Bad file number: C

[EMAIL PROTECTED] GET Returns Status 104

2006-01-25 Thread Steve
One of our files consistently returns a status of 104 when a GET is performed on it. I cannot find what a status of 104 means (it is not listed in httpd.h in the apache source). I even did a grep on the source code and didn't see any hardcoded return values of 104. I am able to copy it with ftp or

[EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start -RESOLVED, THANKS!

2006-01-25 Thread Kermit Short
Kermit Short System Administrator CCN-DC-1 D-Div ph: 7-6360 pg: 4-5165 em: [EMAIL PROTECTED] -Original Message- From: Joost de Heer [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 10:15 AM To: [EMAIL PROTECTED]; users@httpd.apache.org Subject: >I'm having trouble getting

Re: [EMAIL PROTECTED] Trouble migrating Apache server to another instance: setsid errors

2006-01-25 Thread Mukarram Syed
It works now.I changed the port number and that did the trick. Port 80 is already being used.Mukarram Syed <[EMAIL PROTECTED]> wrote:  Hi folks,I am trying to create another Apache instance on the same server.   I am getting the following error in my httpd log file:setsid: Not ownerhttpd: setsid fa

[EMAIL PROTECTED] Problems with Apache 2.0.55 with fastcgi and SpecWeb99

2006-01-25 Thread Bianchi, Melanie
Title: Message Hello all,   I'm attempting to run SpecWeb99 with fastcgi against Apache on a Dell 1750 with Linux without much success. For the past three weeks, I've been hitting my head against a brick wall. I would be so grateful if someone could just point me in the right direction or tel

Re: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support

2006-01-25 Thread Ricardo Stella
Not sure where you put the ldap libraries, but just in case, you might want to 'help' apache find them. I had problems using the mozilla libs with timeout, so switching back to openldap libs, and configure kept on finding and trying to link to them... Also, in case it finds first Sun's stock lib

[EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support

2006-01-25 Thread Prepaid
HelloSo I am attempting to build apache with mod_authnz_ldap on Solaris 10. I use the following configure command:  $ ./configure  --with-ldap --enable-authnz-ldap --with-ldap-sdk=openldapThe configure goes fine, and the make goes fine for a while too, but dies with the following error: make[1]: En

[EMAIL PROTECTED] Trouble migrating Apache server to another instance: setsid errors

2006-01-25 Thread Mukarram Syed
 Hi folks,I am trying to create another Apache instance on the same server.   I am getting the following error in my httpd log file:setsid: Not ownerhttpd: setsid failedsetsid() failed probably because you aren't running under a process management tool like daemontoolsThis is what I have done so fa

Re: [EMAIL PROTECTED] Unable to install apache_2.0.55-win32-x86-no_ssl.msi

2006-01-25 Thread William A. Rowe, Jr.
Wanna wrote: Hi everybody, My system info: Win XP SP2. Previously, I have Apache2.0.4X installed. Due to the lost of Uninstaller file, I removed all Apache info from Registry in order to be able to install a newer version. After successfully removing previous version, I always get this alert

[EMAIL PROTECTED] secure site

2006-01-25 Thread jay
Hello all,   I am running Apache on a Mac server. I have one public site and one virtual private one. I would like to somehow allow some people (remote users) to access the private one with some sort of authentication, if possible. Anyone have any suggestions?   Thanks, Jay

RE: [EMAIL PROTECTED] How to execute cgi on a proxied host ?

2006-01-25 Thread Axel-Stéphane SMORGRAV
In Apache 1.3 the order in which the modules are executed depends on the order in which they are added by AddModule. What you need to do is change the ordering of the AddModule directives so that mod_cgi is executed after mod_proxy. To achieve this I believe that the AddModule concerning mod_

[EMAIL PROTECTED] STDERR put in the wrong log with cgid threaded apache

2006-01-25 Thread Artem Kuchin
Hi! I am running Apache/2.0.55 (FreeBSD) PHP/5.1.1 on FreeBSD 6.0-STABLE Apache is compiled with threads (worker MPM, cgid). There i have a main config file (httpd.conf) with main error and main access log like this: User www Group www ServerAdmin [EMAIL PROTECTED] ServerName 84.21.226.213:

[EMAIL PROTECTED] Filter Module

2006-01-25 Thread William
Hi I want to create a sort of Bayesian filter module to use in Apache 2.0.55. Can anyone tell me where I can find a good code example of one that will give me a start. - The official User-To-User support forum of the Apache

Re: [EMAIL PROTECTED] How to execute cgi on a proxied host ?

2006-01-25 Thread David Wolever
I think I've done exactly this with one of my web pages... It does not use vhosts, but a (probably un-holy) mix of mod_rewrite and mod_proxy. This is on Apache 1.3.33 ### # Forward requests for /fs/ to localhost:9090 ### ProxyPassReverse /fs http://${HTTP_HOST}:9090/fs RewriteEn

Re: [EMAIL PROTECTED] file preprocessing

2006-01-25 Thread Joshua Slive
On 1/25/06, Садреев Айрат Алмазович <[EMAIL PROTECTED]> wrote: > I set up mod_rewrite so that certain files downloaded via mod_proxy from > other websites. Now I need to process the downloaded files via external > program and return to client. > > The ideal scenario is: > > 1. Client requests fi

[EMAIL PROTECTED] file preprocessing

2006-01-25 Thread Садреев Айрат Алмазович
I set up mod_rewrite so that certain files downloaded via mod_proxy from other websites. Now I need to process the downloaded files via external program and return to client. The ideal scenario is: 1. Client requests file 2. Caching module (mod_cache?) looks whether the requested file was upda

RE: [EMAIL PROTECTED] Large SSL Form Proxy Problem with 2.0.55 - REPOST

2006-01-25 Thread Mark Jackson
I did but didn't find it.  That would be it though, thanks for the link!>>> [EMAIL PROTECTED] 01/25/06 2:00 AM >>> Have you searched http://issues.apache.org/bugzilla ??http://issues.apache.org/bugzilla/show_bug.cgi?id=37145-ascsFrom: Mark Jackson [mailto:[EMAIL PRO

Re: [EMAIL PROTECTED] mod_auth_ldap TLS Authoriztion

2006-01-25 Thread Ricardo Stella
Muthu wrote: > Hi, > > I am trying to use only TLS. I am using the openldap 2.2.28 > libraries. Do I need to have ssl supported libraries even if I need > only TLS support.? > > I am following through the document > http://info.ccone.at/INFO/Apache/mod/mod_auth_ldap.html#AuthLDAPStart

Re: [EMAIL PROTECTED] suexec and apache 2.0.54-5 on sarge

2006-01-25 Thread Joshua Slive
On 1/25/06, Mario Ohnewald <[EMAIL PROTECTED]> wrote: > The error i get now is the following: > --- > [error] [client 192.168.1.201] Premature end of script headers: test.php > [error] [client 192.168.1.201] Error in suphp.c on line 2

Re: [EMAIL PROTECTED] htpasswd in cgi (shell script)

2006-01-25 Thread Marty Landman
At 11:11 AM 1/24/2006, Rodrigo Monteiro wrote: I'm using the httpd authentication (.htaccess and .htpasswd) for an cgi-bin/test dir. What I'm trying to do is another cgi (in shell script) that changes this file (cgi-bin/test/.htpasswd). I'm using the -m parameter in htpasswd to create the users.

Re: [EMAIL PROTECTED] suexec and apache 2.0.54-5 on sarge

2006-01-25 Thread Mario Ohnewald
Hi, On Tue, 2006-01-24 at 13:22 -0500, Joshua Slive wrote: > On 1/24/06, Mario Ohnewald <[EMAIL PROTECTED]> wrote: > > > When i tried to write a file to my homedir with php´s fwrite i got > > permission denied. So i guess its like you already told me. > > Php is not using the suexec yet. > > > >

RE: [EMAIL PROTECTED] rewrite rule

2006-01-25 Thread Boyle Owen
> -Original Message- > From: Kailash Vyas [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 25. Januar 2006 14:17 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] rewrite rule > > Hi > > RewriteRule ^property/(.*)$http://example.com/index/$1 > > I have written this rule. T

Re: [EMAIL PROTECTED] rewrite rule

2006-01-25 Thread Kailash Vyas
Hi RewriteRule ^property/(.*)$http://example.com/index/$1 I have written this rule. This redirects the page to index and is handled by index page. It works for this page But I want all the requests to be handled by index page I wrote this rule for it RewriteRule ^(.*)$http://example.com/

Re: [EMAIL PROTECTED] path

2006-01-25 Thread info . raa
Mr. Owen, Hello. I really thank you for your time writing this important point of view. I'm fresh to all that stuff but working hard to accomplish and undertanding how this fine software works. Now it is time for me to research as i need a log in system for my aplication writen in php. I know t

Re: [EMAIL PROTECTED] path

2006-01-25 Thread info . raa
Joshua, Tks for the reply. I get it, and ur right. i'll try someother solution for thar matter. See you soon. Kbl_master On 24 de Jan de 2006, at 5:15 PM, Joshua Slive wrote: On 1/24/06, info. raa <[EMAIL PROTECTED]> wrote: Thanks for the reply. It is really a security measure, since i'm de

RE: [EMAIL PROTECTED] rewrite rule

2006-01-25 Thread Boyle Owen
> -Original Message- > From: Kailash Vyas [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 25. Januar 2006 12:08 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] rewrite rule > > hi all, > > I am working on rewrite rule for a website and need some help on it. > I need all the request

[EMAIL PROTECTED] rewrite rule

2006-01-25 Thread Kailash Vyas
hi all, I am working on rewrite rule for a website and need some help on it. I need all the requests for php pages to be handled by index page. for example urls http://example.com/xyz/1/2/3 http://example.com/abc/1/2/3 should be handled by http://example.com/index.php thanks, kailash -

Re: [EMAIL PROTECTED] How to execute cgi on a proxied host ?

2006-01-25 Thread Annie Dumont
Hi Axel-Stéphane, Sorry, i forget to give the apache version : 1.3.31 :-( I don't know if this answer your question, but when i put in a browser http://10.10.10.10/cgi-bin/subrep/file.cgi (host where the cgi-script i want to execute are) it works. When i put http://distant.machine.univ-reunion

AW: [EMAIL PROTECTED] Apache drops connection but ifdown/up resolves the issue!

2006-01-25 Thread Oliver.Schaudt
Are you running out of file descriptors with your Apache Process ? [ulimit -a] Greetings Oliver -Ursprüngliche Nachricht- Von: Neil A. Hillard [mailto:[EMAIL PROTECTED] Gesendet: Mi 25.01.2006 10:53 An: users@httpd.apache.org Betreff: [EMAIL PROTECTED] Apache drops connection but ifdown/

[EMAIL PROTECTED] Apache drops connection but ifdown/up resolves the issue!

2006-01-25 Thread Neil A. Hillard
Hi, I've got Apache 2.0.55 built from source and am seeing an odd problem related to multiple IP addresses on VLANs. The server has a trunked connection back to our switch and has the IP addresses 172.24.12.9, 172.24.11.3 and 172.16.14.104. These are configured as bond0, bond0:2 and bond0.

Re: [EMAIL PROTECTED] Some kind of "file name mapping"

2006-01-25 Thread David Knecht
Yes, Apache does FollowSymLinks. I was looking for a rather flexible /path1/to1/file1 to /path2/to2/file2 mapping mechanism based on regular expressions (just like what mod_rewrite does for URLs) because such a mechanism could indeed be used for more than just a few links. David Doug McNutt

RE: [EMAIL PROTECTED] htpasswd in cgi (shell script)

2006-01-25 Thread Boyle Owen
> -Original Message- > From: Rodrigo Monteiro [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 24. Januar 2006 17:11 > To: Lista Apache (httpd) > Subject: [EMAIL PROTECTED] htpasswd in cgi (shell script) > > Hello everyone. > > I've looked for this question but can't find it in the mailing li

[EMAIL PROTECTED] Re: wrong virthost

2006-01-25 Thread Michael Stein
Hi Joost, that works. Thanks very much. I changed only to But why are the others working correct? Can you explain me what there is going on? Michael - The official User-To-User support forum of the Apache HTTP Server Proje