[EMAIL PROTECTED] start apache if the process dies unexpectedly

2007-10-29 Thread Melanie Pfefer
hi I have a cron job that kills all processes owned by a user. apache is among these processes. Can apache be configured to restart if the process dies?? thanks ___ Yahoo! Answers - Got a question? Someone out there knows the answer.

[EMAIL PROTECTED] Re: setting idle-timeout in FastCgiExternalServer

2007-10-29 Thread rahed
rahed <[EMAIL PROTECTED]> writes: > FastCgiExternalServer myfilename -host 127.0.0.1:15000 -idle-timeout 300 > -appConnTimeout 60 > Answering to myself: The idle-timeout option should go to FastCgiConfig directive. -- Radek -

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Lester Caine
Vishal Gaurav wrote: Hello, I am able to view local host http://localhost/ and able to view php installtion details by use this command on php file . But i am not able to use any other php script on my local machine. for like PHP Test This is an HTML line Are you saving that as a s

[EMAIL PROTECTED] migration from tomcat 4.1 to 5.5

2007-10-29 Thread itay sahar
hi, i have an application running on tomcat 4.1. i want to make a huge addings to this application but first i want to work on tomcat 5.5 version. is there a way i can do it ? (i know it's not easy). my project lib include the following jar files: (works fine on tomcat 4.1) aopalliance

[EMAIL PROTECTED] Proxy authentication bypassed when serving cached content?

2007-10-29 Thread Laurent Tu
Hi, When using user authentication along with cache, I saw that user authentication was not asked again when the content was served from the cache. I am using authentication inside a proxy directive: AuthType Basic ... When the content is not cached yet, Proxy-Authenticate is sent by the

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Vishal Gaurav
Hi, Yes i am save that file as a .php extension.And i am able to view result of Thanks, Vishal [EMAIL PROTECTED] [EMAIL PROTECTED] On 10/29/07, Lester Caine <[EMAIL PROTECTED]> wrote: > > Vishal Gaurav wrote: > > Hello, > > I am able to view local host http://localhost/ and able to view php > >

Re: [EMAIL PROTECTED] authenticate only on WRITE operations

2007-10-29 Thread Joshua Slive
On 10/29/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > hi > > Whenever users want to access web server, a username > and password is required. apache query ldap server. > > Is it possible to ask for authentification only on > WRITE operation? While users who want to read pages > need not an authe

Re: [EMAIL PROTECTED] start apache if the process dies unexpectedly

2007-10-29 Thread Joshua Slive
On 10/29/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > hi > > I have a cron job that kills all processes owned by a > user. apache is among these processes. > > Can apache be configured to restart if the process > dies?? It is. That is why there is a parent process that supervises the children a

RE: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Luis Moreira
This syntax works fine. When you say you are “not able” what do you mean? What is the output? Have you checked your APACHE log files? Are you sure you saved the file as .PHP ? Luis Moreira Analista E. S. Informática Gestão de Sistemas, Qualidade e Produção Comunicação de Dados e

[EMAIL PROTECTED] Apache 2.2.6 mod_proxy EAServer

2007-10-29 Thread Blasdel, Jerry
Hi, I have upgraded from Apache 2.2.2 to Apache 2.2.6. I have Apache in front of our Application Server (EAServer) and I use mod_proxy to pass all requests from Apache on through to EAServer. After I upgraded from 2.2.2 to 2.2.6 I now get errors when I try to pass on certain requests to EAServer

[EMAIL PROTECTED] client denied by server configuration

2007-10-29 Thread Melanie Pfefer
hi, When I access: http://web1/svn/ERT/fgh/165, the web page gives The website declined to show this webpage http logs: client denied by server configuration in httpd.conf: Options FollowSymLinks AllowOverride None Order deny,allow Deny from all AuthBasicProvider ldap Aut

Re: [EMAIL PROTECTED] Apache 2.2.6 mod_proxy EAServer

2007-10-29 Thread Nick Kew
On Mon, 29 Oct 2007 08:49:48 -0500 "Blasdel, Jerry" <[EMAIL PROTECTED]> wrote: > Hi, > > I have upgraded from Apache 2.2.2 to Apache 2.2.6. I have Apache in > front of our Application Server (EAServer) and I use mod_proxy to pass > all requests from Apache on through to EAServer. What protocol

RE: [EMAIL PROTECTED] Apache 2.2.6 mod_proxy EAServer

2007-10-29 Thread Blasdel, Jerry
-Original Message- From: Nick Kew [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 09:13 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.2.6 mod_proxy EAServer On Mon, 29 Oct 2007 08:49:48 -0500 "Blasdel, Jerry" <[EMAIL PROTECTED]> wrote: > Hi, > > I have u

Re: [EMAIL PROTECTED] client denied by server configuration

2007-10-29 Thread Joshua Slive
On 10/29/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > hi, > > When I access: http://web1/svn/ERT/fgh/165, the > web page gives The website declined to show this > webpage > > http logs: > client denied by server configuration > > DAV svn > SVNParentPath /vanisher/apps/svn > Options Fol

Re: [EMAIL PROTECTED] client denied by server configuration

2007-10-29 Thread Melanie Pfefer
thanks indeed. what's the idea behind removing Order deny,allow Deny from all Also, while starting the apache server, I have this warning: [warn] Useless use of AllowOverride in line 483 Should I simply remove also AllowOverride None ? thanks bunches. --- Joshua Slive <[EMAIL PROTECTED]>

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Vishal Gaurav
Hi, Thanks for your suggestion. Yes i am save the file as .php . I am able to get info to use this script in php file and i was also attached the phpinfo out put file in this mail.When i was trying to run this script then browser gives internal server error(500) in title bar.Andnothing is displaye

Re: [EMAIL PROTECTED] client denied by server configuration

2007-10-29 Thread Joshua Slive
On 10/29/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > thanks indeed. > what's the idea behind removing > > Order deny,allow > Deny from all The more appropriate question is: what's the idea of putting it there in the first place? Those lines explicitly deny access from all client (unless otherw

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Dragon
Vishal Gaurav wrote: Hi, Thanks for your suggestion. Yes i am save the file as .php . I am able to get info to use this script in php file and i was also attached the phpinfo out put file in this mail.When i was trying to run this script then browser gives internal server error(500) in title

[EMAIL PROTECTED] ProxyPassReverse Incorrectly Handling Redirects

2007-10-29 Thread Selvig, Andy
Hello All- I'm using Apache as a reverse proxy for multiple applications on a single machine. These applications are running on various ports. I am using mod_proxy to handle requests and mod_proxy_html to rewrite links. Here's my setup: Windows Server 2003 (no choice...) Apache 2.2.6 mod_proxy_ht

Re: [EMAIL PROTECTED] ProxyPassReverse Incorrectly Handling Redirects

2007-10-29 Thread Vincent Bray
On 29/10/2007, Selvig, Andy <[EMAIL PROTECTED]> wrote: > The problem comes in when the application sends redirects to relative > pages. If the application redirects to /main/list, my browser goes to > this page: That's perhaps because the Location: header of redirects must always be a full url. If

[EMAIL PROTECTED] SSL key mismatch error but keys match

2007-10-29 Thread Lindsay Hausner
A client of ours just renewed his ssl certificate. When we installed the new cert, apache gave the old: saero44 ~> tail /usr/local/apache/logs/error_log [Fri Oct 26 14:27:36 2007] [error] ApacheSSLSetCertStuff failed [Fri Oct 26 14:28:11 2007] [crit] unable to set private key [Fri Oct 26 14:28:11

RE: [EMAIL PROTECTED] ProxyPassReverse Incorrectly Handling Redirects

2007-10-29 Thread Selvig, Andy
Vincent- Thanks for the reply. Although the example I gave was a Rails app (in this case, running on Mongrel), I seem to get the same behavior with a Trac app I'm hosting as well. Up to now I've been avoiding looking at a rails-specific solution because I'm hosting other applications (like Trac)

[EMAIL PROTECTED] routing requests to two different servers

2007-10-29 Thread Wm.A.Stafford
I would like to have Apache send incoming requests to two locations. Our Apache is currently configured as a reverse proxy to send requests to a production server. I would like to send the same request to a test driver that will forward the request to one or more servers undergoing testing so

Re: [EMAIL PROTECTED] ProxyPassReverse Incorrectly Handling Redirects

2007-10-29 Thread Vincent Bray
Your initial question was how to get mod_proxy_html to deal with relative urls in Location: headers, right? I still maintain that it *probably* can't, given its author's propensity to follow the spec. In any case, it would help to see some examples of working and otherwise headers. I blame niq :)

[EMAIL PROTECTED] Suggestion for apachectl

2007-10-29 Thread JAIN, ABHAY K, ATTSI
We have setup to gracefully shutdown/startup of Apache via init.d on our UNIX systems. Recently we had a power outage in our lab. It caused httpd.pid file to remain in logs directory and prevented Apache to automatically restart upon power up. We had to manually remove httpd.pid in each machine and

[EMAIL PROTECTED] How to grant access to a directory

2007-10-29 Thread Mick Ken
Hi Friends, I have a subversion running with svnserve but I would like to configure Apache for it,so that I could use domain user authentication. I tried to follow this tutorial: http://svn.spears.at/ But the apache serve is not allowing me the access to the directory.It gives me this error:

[EMAIL PROTECTED] Re: How to grant access to a directory [CLOSED]

2007-10-29 Thread Mick Ken
Sorry for the trouble guys, Got it resolved. Actually I was using the subversion url directly instead of using the alias url ie Project1 defined in the tutorial in the subversion.conf file. I tried that and it worked.Forgive me for my ignorance. Thanks --

Re: [EMAIL PROTECTED] How to grant access to a directory

2007-10-29 Thread Joshua Slive
On 10/29/07, Mick Ken <[EMAIL PROTECTED]> wrote: > Hi Friends, > I have a subversion running with svnserve but I would like to > configure Apache for it,so that I could use domain user > authentication. > > I tried to follow this tutorial: > http://svn.spears.at/ > > But the apache serve is not all

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Vishal Gaurav
Yes i am useing this way to test scripts. On 10/30/07, Ken Robinson <[EMAIL PROTECTED]> wrote: > > On 10/29/07, Vishal Gaurav <[EMAIL PROTECTED]> wrote: > > Hello, > > Now i am able to use this test script. > > but not > > > > if i remove space in this line then aple > to > > see thisisphpline.

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Vishal Gaurav
Hello, Now i am able to use this test script. but not if i remove space in this line then aple to see thisisphpline. But If i donot remove the space nothing is displayed by browser, How can i fix it. Thanks, Vishal [EMAIL PROTECTED] [EMAIL PROTECTED] On 10/29/07, Dragon <[EMAIL PROTECTED]> wr

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Dragon
Vishal Gaurav wrote: Hello, Now i am able to use this test script. but not if i remove space in this line then aple to see thisisphpline. But If i donot remove the space nothing is displayed by browser, How can i fix it. End original message. - As I me

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Ken Robinson
On 10/29/07, Vishal Gaurav <[EMAIL PROTECTED]> wrote: > Hello, > Now i am able to use this test script. > but not > > if i remove space in this line then aple to > see thisisphpline. > But If i donot remove the space nothing is displayed by browser, > How can i fix it. How are you invoking your

[EMAIL PROTECTED] mod_auth_mysql for apache 2.2.6 - error on restart: DBD: No driver for mysql

2007-10-29 Thread Norman Khine
Hello, Following an upgrade to 2.2.6 from 2.0 I find myself that I can no longer authenticate against MySQL database. Following some docs and forums, I have done this so far in my conf file: # #Database Management #Use the MySQL driver DBDriver mysql # ##Connection string: databa

Re: [EMAIL PROTECTED] mod_auth_mysql for apache 2.2.6 - error on restart: DBD: No driver for mysql

2007-10-29 Thread Danie Qian
- Original Message - From: "Norman Khine" <[EMAIL PROTECTED]> To: Sent: Monday, October 29, 2007 4:42 PM Subject: [EMAIL PROTECTED] mod_auth_mysql for apache 2.2.6 - error on restart: DBD: No driver for mysql Hello, Following an upgrade to 2.2.6 from 2.0 I find myself that I can n

[EMAIL PROTECTED] server status --- reading ....

2007-10-29 Thread Marc Perkel
Running server-status and getting a lot of these. The server seems to be under some sort of attack. What does this mean? *40-0* 13851 0/8/118 *R* 0.14 11 31 0.0 0.05 2.11 ? ? ..reading.. *41-0* 13967 0/9/167 *R* 0.00 11 31 0.0 0.11 119.75 ? ? ..reading..

[EMAIL PROTECTED] RE: Suggestion for apachectl

2007-10-29 Thread JAIN, ABHAY K, ATTSI
Is there anyway, I can filter out and prevent some error messages based on error pattern or something else. It seems security folks run stuff everyday to sniff and it fills up error log.

RE: [EMAIL PROTECTED] ProxyPassReverse Incorrectly Handling Redirects

2007-10-29 Thread Selvig, Andy
Isn't ProxyPassReverse a part of mod_proxy? And in niq's article about this very topic (http://www.apachetutor.org/admin/reverseproxies), he seems to suggest that you can do exactly what I'm speaking of (with ProxyPassReverse in the Location tag). I agree, though, it would help to see the headers.

Re: [EMAIL PROTECTED] How to grant access to a directory

2007-10-29 Thread Mick Ken
Sorry for the trouble guys, Got it resolved. Actually I was using the subversion url directly instead of using the alias url ie Project1 defined in the tutorial in the subversion.conf file. I tried that and it worked.Forgive me for my ignorance. Thanks On 10/29/07, Joshua Slive <[EMAIL PROTECT

[EMAIL PROTECTED] Can we filter out messages going to error log

2007-10-29 Thread JAIN, ABHAY K, ATTSI
Sorry for re-posting it under wrong subject header previously. Is there anyway, I can filter out and prevent some error messages based on error pattern or something else. It seems security folks run stuff everyday to sniff and it fills up error log.

Re: [EMAIL PROTECTED] problem with NAT, Public IP's and SSL cert

2007-10-29 Thread Krist van Besien
On 10/27/07, Hans <[EMAIL PROTECTED]> wrote: > Hi! > I 've checked many websites and forums as well as books but I cannot > find solution for my problem. > I have one server behind NAT(pfsense firewall), until last week I was > using one IP for all virtual hosts. > My conf was: > Namevirtualhost *:

[EMAIL PROTECTED] User Registration and Identity Management in Apache

2007-10-29 Thread Kyle Parrish
Hi, I have a website that runs a Perl application running on an old Windows box that I want to move to a new environment. I want to move it to Linux/Apache and I want to add user registration and access control. I am looking for guidance on how to enable the following features: 1) User self-reg

Re: [EMAIL PROTECTED] ProxyPassReverse Incorrectly Handling Redirects

2007-10-29 Thread Vincent Bray
On 29/10/2007, Selvig, Andy <[EMAIL PROTECTED]> wrote: > I agree, though, it would help to see the headers. What's the easiest > way to examine the headers as they're being processed by Apache? http://wiki.apache.org/httpd/WatchingHttpHeaders -- noodl ---

[EMAIL PROTECTED] why response so slowly if adding IP restriction

2007-10-29 Thread decker xu
I built a forum for my group memebers in intranet, and I want to add some IP restriction in apache configuration files such as following : Options FollowSymLinks AllowOverride none Order Deny,Allow Deny from all Allow from 192.168.5.175 Allow from 172.17.100.231# david @ wireless Allow from 192.

Re: [EMAIL PROTECTED] 回复: Re: [EMAIL PROTECTED] why response so slowly if adding IP restriction

2007-10-29 Thread Vincent Bray
On 30/10/2007, decker xu <[EMAIL PROTECTED]> wrote: > It turns to be very well when I modify the comments as following > > #david @ wireless > Allow from 172.17.100.231 You might also want to consider replacing all those IP addresses with a prefix, like: Allow from 192.168.5 -- noodl

Re: [EMAIL PROTECTED] why response so slowly if adding IP restriction

2007-10-29 Thread Vincent Bray
On 30/10/2007, decker xu <[EMAIL PROTECTED]> wrote: > I built a forum for my group memebers in intranet, and I want to add some IP > restriction in apache configuration files such as following : > Allow from 172.17.100.231# david @ wireless This line might be the problem. Apache's config file for

[EMAIL PROTECTED] 回复: Re: [EMAIL PROTECTED] why response so slowly if adding IP restriction

2007-10-29 Thread decker xu
Thank you very much! It turns to be very well when I modify the comments as following #david @ wireless Allow from 172.17.100.231 Vincent Bray <[EMAIL PROTECTED]> 写道: On 30/10/2007, decker xu wrote: > I built a forum for my group memebers in intranet, and I want

[EMAIL PROTECTED] 回复: Re: [EMAIL PROTECTED] ���澶� 锛� Re: [EMAIL PROTECTED] why response so slowl y if adding IP restriction

2007-10-29 Thread decker xu
thanks for your good advice. but there are lots of IPs within 192.168.5 which do not belong to my group, so I would not like to permit them to visit the web forum. On 30/10/2007, decker xu wrote: > It turns to be very well when I modify the comments as following > > #david @ wireless > All