Re: [EMAIL PROTECTED] .htaccess, Apache, PHP and Windows XP Pro

2005-10-25 Thread Joshua Kogut
in apache, you need to set the .htaccess to be able to override. In your web directory, set Allowoverride to AllOn 10/23/05, Sadeq Naqashzade < [EMAIL PROTECTED]> wrote:Hi,I'm usinng apahce 1.3 on a XP Pro for test my sites before upload to public server.All functions worl fine except settings in .

Re: [EMAIL PROTECTED] global mod_rewrite before virtualhosts

2005-10-25 Thread Joshua Slive
On 10/25/05, Jeremy Grant <[EMAIL PROTECTED]> wrote: > I though I > understood mod_rewrite well enough to make this happen, and I can if I > add the entire rewrite rules to every VirtualHost but it does not seem > to work when I try to uses this globally. To have global rules apply to a you nee

[EMAIL PROTECTED] global mod_rewrite before virtualhosts

2005-10-25 Thread Jeremy Grant
I am the admin for a server that is running over 150+ domains. Most of the Domains uses Vignette to display the pages. Currently we are using Sun One Web Server 6.1 to server the static files and use the weblogic proxy to get the pages from Vignette. The way we have the proxy setup is to pass al

Re: [EMAIL PROTECTED] Global Variables in Apache2 module with MPM support.

2005-10-25 Thread William A. Rowe, Jr.
Philip M. Gollucci wrote: [EMAIL PROTECTED] is just such a list for discussing how-to I seem to remember trying to subscribe to this in days past and not being able to. Is there a link you can post ? apache-modules-subscribe .at. covalent.net - nothing special.

Re: [EMAIL PROTECTED] suEXEC question

2005-10-25 Thread Joshua Slive
On 10/25/05, Gordon Thagard <[EMAIL PROTECTED]> wrote: > After reading the security checks list it seems somewhat clear that only > the apache (perhaps the "nobody" user, as that's how I've set mine) user > can execute cgi or PHP code. I want users to be able to authenticate and > then be able to:

[EMAIL PROTECTED] Multiple instances bound to separate IPs?

2005-10-25 Thread Sean Brown
Is it possible to run two separate instances of Apache, both on port 80, but each bound to a different IP? So, for instance one, I'd have this in the httpd.conf: Listen 192.168.1.1:80 And in the other, I'd have have: Listen 192.168.1.2:80 If I started each with a specification of configuration

Re: [EMAIL PROTECTED] Global Variables in Apache2 module with MPM support.

2005-10-25 Thread Philip M. Gollucci
[EMAIL PROTECTED] is just such a list for discussing how-to I seem to remember trying to subscribe to this in days past and not being able to. Is there a link you can post ? -- END What doesn't kill us can only make us stronger.

[EMAIL PROTECTED] suEXEC question

2005-10-25 Thread Gordon Thagard
Hello All, I'm unclear as to how one part of suEXEC works. Specifically, I'm refering to the documentation located at http://httpd.apache.org/docs/1.3/suexec.html#usage: *User directories:* The suEXEC wrapper can also be used to execute CGI programs as the user to which the request is being

[EMAIL PROTECTED] OCSP Module

2005-10-25 Thread Jorge Redond Flames
Hi, Does anybody knows about a Online Certificate Status Protocol (OCSP) module for apache? I need to implemet a OCSP reponder and I had an idea: add a OCSP service as a module for apache Some body has something to say about it? Thank you very much Jorge

Re: [EMAIL PROTECTED] limit max number of simultaneous connections from same ip

2005-10-25 Thread Joshua Kugler
On Sunday 23 October 2005 21:09, Anton Krall wrote: > Is there a way to limit the max number of httpd connections from a single > ip? > > For example: > > tcp0 30492 207.36.86.205:80162.84.172.175:50784 > ESTABLISHED 31208/httpd > tcp0 33396 207.36.86.205:80162.84.

RE: [EMAIL PROTECTED] Apache 2 child spawn issue

2005-10-25 Thread PINNI, BALANAND \(SBCSI\)
TRY ServerLimit 20 StartServers 16 MaxClients 250 MaxRequestsPerChild 1 Balanand Pinni SBC Services Inc OBC ,Stl MO -Original Message- From: Edward David [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 25, 2005 11:48 AM To: users@httpd.apache.org Subje

Re: [EMAIL PROTECTED] symbolic link question

2005-10-25 Thread Joshua Slive
On 10/25/05, Joe A <[EMAIL PROTECTED]> wrote: > if i want to make all apache requests that access > http://www.domain.com/folder/* to be redirected to > http://www.domain.com/someotherfolder/, is there a way i > can do that using symlinks and not have to edit apache.conf or make any > .htaccess fil

[EMAIL PROTECTED] Mod_proxy_loadbalance- can/will it do persistence with headers?

2005-10-25 Thread David Craigon
Hi there, I'm writing to ask about the new mod_proxy_loadbalance in the 2.1 series. I'm interested in persistence with load balancing. I'm looking for a feature that does something like a proprietary load balancer I have used. Here is the feature: All HTTP traffic is load balanced over a s

[EMAIL PROTECTED] Re: Solaris make errors

2005-10-25 Thread Joost de Heer
> ld: fatal: library -lgcc_s: not found Do you have libgcc installed? (Can be found on sunfreeware) If libgcc_s.so isn't in a default path (as your '/var/tmp/gcc*' variables seem to indicate) you have to add the path it's in to your LD_LIBRARY_FLAGS. Joost --

Re: [EMAIL PROTECTED] Flag to enable reading plain ASCII

2005-10-25 Thread Nick Kew
Ben Gardiner wrote: The Apache error_log tells me, on many lines, "Directory index forbidden by rule." That's just Options +indexes you need. Nothing to do with "plain ASCII" (directory indexes are HTML and normally in the default charset of the server). -- Nick Kew -

Re: [EMAIL PROTECTED] Apache 2 child spawn issue

2005-10-25 Thread Edward David
Sorry I am running Linux AS 4 Enterprise server. Apache 2.0.54. Edward David wrote: I am getting this message when I run a perl program. *Resource temporarily unavailable: couldn't create child process:* I am including my config file parameters:- ## ## Server-Pool Size Regulation (MPM spec

[EMAIL PROTECTED] Apache 2 child spawn issue

2005-10-25 Thread Edward David
I am getting this message when I run a perl program. *Resource temporarily unavailable: couldn't create child process:* I am including my config file parameters:- ## ## Server-Pool Size Regulation (MPM specific) ## StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClie

Re: [EMAIL PROTECTED] Global Variables in Apache2 module with MPM support.

2005-10-25 Thread William A. Rowe, Jr.
Nikunj Virani wrote: I am working apache 2.0 module development with MPM support. We have a *DSO module* which helps us to process request of particular extension. This module is supposed to count the number of requests that are successfully processed and number of requests that fail on Apach

[EMAIL PROTECTED] symbolic link question

2005-10-25 Thread Joe A
if i want to make all apache requests that access http://www.domain.com/folder/* to be redirected to http://www.domain.com/someotherfolder/, is there a way i can do that using symlinks and not have to edit apache.conf or make any .htaccess files?

Re: [EMAIL PROTECTED] Flag to enable reading plain ASCII

2005-10-25 Thread Ben Gardiner
The Apache error_log tells me, on many lines, "Directory index forbidden by rule." The directories mentioned are all deep in the database, indicating that they come from a search engine's stored data because no one today can go that deep into the database, though it used to be visible and visitabl

RE: [EMAIL PROTECTED] Solaris make errors

2005-10-25 Thread Mike Badar
Owen, thanks for responding. > > [EMAIL PROTECTED]:/mp1/software/httpd-2.0.54-source> make > > > > > > > > ld: fatal: library -lgcc_s: not found > > ld: fatal: library -lgcc_s: not found > > ld: fatal: File processing errors. No output written to > > .libs/libexpat.so.0.1.0 > > It looks li

Re: [EMAIL PROTECTED] Redirection, one more thing

2005-10-25 Thread Mark Wishneusky
Ah yes, Thank you, Owen, so much! I passed that on to my ISP. I think I'm just going to code everything with the trailing slash. Thanks again to all! Mark Boyle Owen wrote: -Original Message- From: Mark Wishneusky [mailto:[EMAIL PROTECTED] Sent: Dienstag, 25. Oktober 2005 15:12 To

RE: [EMAIL PROTECTED] Redirection, one more thing

2005-10-25 Thread Boyle Owen
> -Original Message- > From: Mark Wishneusky [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 25. Oktober 2005 15:12 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Redirection, one more thing > > > Also, > > It may have something to do with Index files. When you go to > http://ww

[EMAIL PROTECTED] Redirection, one more thing

2005-10-25 Thread Mark Wishneusky
Also, It may have something to do with Index files. When you go to http://www.djmarkwish.com/webtest/index.html or even http://www.djmarkwish.com/webest/ the redirection doesn't happen vs. when you go to http://www.djmarkwish.com/webtest (note no slash at end). -- Mark Wishneusky DJ Mark Wi

[EMAIL PROTECTED] Redirections

2005-10-25 Thread Mark Wishneusky
Hi all, I'm having problems with my ISP. I've setup and run Apache quite a few times for jobs but now I'm in a debate with my home web site ISP. I'm trying to narrow down where my problem is: whether it's in my scripts or HTML (which I swear isn't but my ISP says is), DNS, or Apache config.

RE: [EMAIL PROTECTED] Global Variables in Apache2 module with MPM support.

2005-10-25 Thread Nikunj Virani
Can you please elaborate? Thanks, Nikunj -Original Message- From: Nick Kew [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 25, 2005 5:37 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Global Variables in Apache2 module with MPM support. On Tuesday 25 October 2005 11:07, N

Re: [EMAIL PROTECTED] Global Variables in Apache2 module with MPM support.

2005-10-25 Thread Nick Kew
On Tuesday 25 October 2005 11:07, Nikunj Virani wrote: > Need urgent help. Any inputs would be welcome. What's the problem with the replies you already have in apache-modules? -- Nick Kew - The official User-To-User support for

RE: [EMAIL PROTECTED] using cache in reverse proxy mode

2005-10-25 Thread Axel-Stéphane SMORGRAV
It does look like it caches the response, however, for whatever reason it seems fit to revalidate the cached contents for every request. That could be due to some request header... Your traces did not show the request headers. -ascs -Original Message- From: Yavor Trapkov [mailto:[EMAIL

RE: [EMAIL PROTECTED] Re: Apache 2.0.55/win32 + OpenSSL 0.9.8a & OWA Reverse Proxy Problems

2005-10-25 Thread Manuel Martin
Hello Helmut, hello List, > http://issues.apache.org/bugzilla/attachment.cgi?id=16744 works fine. indeed, I recommend it. Thanks for that hint! Regards, Manuel Martin - The official User-To-User support forum of the Apache HTT

RE: [EMAIL PROTECTED] Pass client certificate thorough apache to tomcat

2005-10-25 Thread Boyle Owen
> -Original Message- > From: Alpay Ozturk [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 25. Oktober 2005 09:56 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Pass client certificate thorough > apache to tomcat > > > Hi All, > > I have set up apache and tomcat where ssl request

[EMAIL PROTECTED] Global Variables in Apache2 module with MPM support.

2005-10-25 Thread Nikunj Virani
Need urgent help. Any inputs would be welcome.   I am working apache 2.0 module development with MPM support. We have a DSO module which helps us to process request of particular extension. This module is supposed to count the number of requests that are successfully processed and number

[EMAIL PROTECTED] Pass client certificate thorough apache to tomcat

2005-10-25 Thread Alpay Ozturk
Hi All, I have set up apache and tomcat where ssl requests are handled at apache and requests are forwarded to tomcat behind. Apache is handling the ssl issues and also requesting a client certificate. No problem so far, server and client certificates are exchanged during ssl session setup. What