[EMAIL PROTECTED] Apache terminating child process

2005-12-10 Thread Prashant Hegde
Hello I am using Apache -ver Server version: Apache/1.3.31 (Win32) Server built: Feb 16 2005 14:32:36 - We have a web based user interface which keeps refreshing using a java script remote scripting call to the server every 30 seconds. - We found that after a couple of hours ( no standard pat

Re: [EMAIL PROTECTED] PHP Problem

2005-12-10 Thread Joshua Slive
On 12/10/05, Nick Kew <[EMAIL PROTECTED]> wrote: > On Saturday 10 December 2005 22:21, Edward Krack wrote: > > > [chop] > > This seems to be a zombie that refuses to die. Using AddType > in place of AddHandler is a dirty hack that hasn't been right > for a decade now. Well, it ain't gonna die unt

Re: [EMAIL PROTECTED] PHP Problem

2005-12-10 Thread Nick Kew
On Saturday 10 December 2005 22:21, Edward Krack wrote: > [chop] This seems to be a zombie that refuses to die. Using AddType in place of AddHandler is a dirty hack that hasn't been right for a decade now. -- Nick Kew - The o

Re: [EMAIL PROTECTED] PHP Problem

2005-12-10 Thread Edward Krack
Todd Hofert: > Anyone? please This can't be stumping everyone. > I apologize for my ignorance but I still cannot make this work. Can someone > please offer specific direction on how to edit the .conf file to allow my > appache server to properly display php files in browsers? You open

RE: [EMAIL PROTECTED] PHP Problem

2005-12-10 Thread Graham Frank
To edit the config, you could use a program like "nano" Commands to run: cd /path/to/apache nano -w httpd.conf Now edit the file as described. To save: ctrl+x Choose "y" to save Restart apache. --- Graham Frank (608) 359-1593 Neoservers LLC - http://www.neoservers

RE: [EMAIL PROTECTED] PHP Problem

2005-12-10 Thread Graham Frank
All you need to do is paste the line provided in the previous email anywhere in the config. A good spot to place it, so that you know it's right, is say the line right before NameVirtualHost. --- Graham Frank (608) 359-1593 Neoservers LLC - http://www.neoservers.

RE: [EMAIL PROTECTED] PHP Problem

2005-12-10 Thread Todd Hofert
Anyone? please This can't be stumping everyone. From: Todd Hofert [mailto:[EMAIL PROTECTED] Sent: Fri 12/9/2005 8:46 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] PHP Prolem I apologize for my ignorance but I still cannot make this work.

Re: [EMAIL PROTECTED] Apache 1.3: Aliases no longer working

2005-12-10 Thread Joshua Slive
On 12/10/05, Stephen Collyer <[EMAIL PROTECTED]> wrote: > And the perms are fine - chmod'ed everything wide open earlier > on to be sure. > > There's a ScriptAlias set up pointing to a cgi-bin dir thats > working just fine, too. This strikes me as odd. You checked ALL PARENT DIRECTORIES? Are you

Re: [EMAIL PROTECTED] Apache 1.3: Aliases no longer working

2005-12-10 Thread Stephen Collyer
Joshua Slive wrote: > AFAICT, I can no longer set up any >>new Aliases - resources accessible via the new Alias return >>403. >> > Look in the apache error log. Nothing there, I'm afraid. > If there is nothing there, then the problem is almost certainly with > your filesystem permissions. Che

Re: [EMAIL PROTECTED] How to hide http service?

2005-12-10 Thread Rich Bowen
ludi wrote: Use the "iptables" Probably not a good idea, since the time that iptables gets reset, it will be exposed. Better to just not listen on that interface. On 12/10/05, *w01F* <[EMAIL PROTECTED] > wrote: I want my Apache server to refuse all connection

Re: [EMAIL PROTECTED] Apache 1.3: Aliases no longer working

2005-12-10 Thread Joshua Slive
On 12/10/05, Stephen Collyer <[EMAIL PROTECTED]> wrote: > I have an odd problem with an Apache 1.3 installation that > I haven't started for a week or so. > > On doing so, resources accessible via some Aliases are now > all returning 403s, and AFAICT, I can no longer set up any > new Aliases - reso

[EMAIL PROTECTED] Apache 1.3: Aliases no longer working

2005-12-10 Thread Stephen Collyer
I have an odd problem with an Apache 1.3 installation that I haven't started for a week or so. On doing so, resources accessible via some Aliases are now all returning 403s, and AFAICT, I can no longer set up any new Aliases - resources accessible via the new Alias return 403. I'm almost totally

Re: [EMAIL PROTECTED] Apache 1.3 vs Apache 2

2005-12-10 Thread Chris
On 07/12/05, Michael Jeung <[EMAIL PROTECTED]> wrote: Good morning all,Recently, we've migrated one of our production servers from a Linuxbox to a FreeBSD box.  We're running Apache 1.3.34, with a PHP/MySQLweb application.  Listed below, you can find how apache has beencompiled.Yesterday afternoo