Ping Xiao | 1 Jul 2002 01:48
Picon
Picon

Looking for ODBC driver

Hi,

I am looking for an ODBC driver which is able to talk to the Microsoft SQL
Server from a solaris 2.6 machine. Anay suggestion? Thanks in advance.

Regards,
Ping

-----------------------------------------------------------------
Ping XIAO
Internet Information Projects and Services (IIPS)
Macquarie University, North Ryde, NSW 2109, AUSTRALIA

E-mail: Ping.Xiao <at> mq.edu.au  URL: http://www.iips.mq.edu.au/staff/pxiao
Phone:  +61 (0)2 9850 6515
------------------------------------------------------------------
Andrew Kenna | 1 Jul 2002 03:01
Picon

RE: 1.3.26 apache

Check the permissions on the /etc/httpd directory, also I would hope that you are not installing httpd+all binaries into the /etc/httpd directory.
 
Andrew
 
-----Original Message-----
From: Larry Clark [mailto:larry <at> clicqx.com]
Sent: Sunday, 30 June 2002 6:21 PM
To: users <at> httpd.apache.org
Subject: 1.3.26 apache

I downloaded the tarball from apache for the 1.3.26 version of apache for my
linux machine, to take care of that chunked bug, and when I do a:
 ./configure --prefix=/etc/httpd
I get: permission denied
why woudl this be? I ssh into the box and SU and I get that, I go directly
to the box itself and I get the same thing logged in as root.....?? whats
the deal? I can't understand why this is happening....thanks.
--
http://www.clicqx.com
http://www.stainlesssteelgraphics.com
larry <at> clicqx.com
"Accept the challenges, so that you may feel the exhiliration of victory."
--George Patton--
renjin | 1 Jul 2002 06:06
Picon

sh <defunt>

hi anyone.
i need a little help on this. been bugged for a week now.
running slackware 7.1.0, apache 1.3.26, php 4.2.1 and mod_perl 1.27
 
the problem is httpd keeps spawning zombies and after a while the previous httpd processes will hand and new httpd process will spawn, which in turn create more zombies.
after 3-5 hours, the system will have so many zombies and httpd that no new request will be entertained and no more web page can be accessed.
 
ps auxf
root     29059  0.0  0.8  4852 2824 ?        S    11:43   0:00 /usr/local/apache/bin/httpd
nobody   29062  0.0  0.9  4896 3104 ?        S    11:43   0:00  \_ /usr/local/apache/bin/httpd
nobody   29063  0.0  0.9  4876 2916 ?        S    11:43   0:00  \_ /usr/local/apache/bin/httpd
nobody   29064  0.0  0.9  4872 2968 ?        S    11:43   0:00  \_ /usr/local/apache/bin/httpd
nobody   29065  0.0  0.9  4884 2972 ?        S    11:43   0:00  \_ /usr/local/apache/bin/httpd
nobody   29066  0.0  0.9  4896 3096 ?        S    11:43   0:00  \_ /usr/local/apache/bin/httpd
root     30262  0.0  0.0     0    0 ?        Z    11:52   0:00  \_ [sh <defunct>]
root     30263  1.0  0.0     0    0 ?        Z    11:52   0:00  \_ [sh <defunct>]
 
apache httpd.conf settings are
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 5
MaxSpareServers 50
StartServers 5
MaxClients 150
MaxRequestsPerChild 0
 
thanks mil
Larry Clark | 1 Jul 2002 07:08

Re: 1.3.26 apache

I am not sure what you mean by httpd+all, I was doing: ./configure --prefix=/etc/httpd
when I got the error, I will check the permisions when I get back from death valley. thanks.
--
http://www.clicqx.com
http://www.stainlesssteelgraphics.com
larry <at> clicqx.com
"Accept the challenges, so that you may feel the exhiliration of victory."
--George Patton--
----- Original Message -----
Sent: Sunday, June 30, 2002 6:01 PM
Subject: RE: 1.3.26 apache

Check the permissions on the /etc/httpd directory, also I would hope that you are not installing httpd+all binaries into the /etc/httpd directory.
 
Andrew
 
-----Original Message-----
From: Larry Clark [mailto:larry <at> clicqx.com]
Sent: Sunday, 30 June 2002 6:21 PM
To: users <at> httpd.apache.org
Subject: 1.3.26 apache

I downloaded the tarball from apache for the 1.3.26 version of apache for my
linux machine, to take care of that chunked bug, and when I do a:
 ./configure --prefix=/etc/httpd
I get: permission denied
why woudl this be? I ssh into the box and SU and I get that, I go directly
to the box itself and I get the same thing logged in as root.....?? whats
the deal? I can't understand why this is happening....thanks.
--
http://www.clicqx.com
http://www.stainlesssteelgraphics.com
larry <at> clicqx.com
"Accept the challenges, so that you may feel the exhiliration of victory."
--George Patton--
Andrew Kenna | 1 Jul 2002 08:59
Picon

RE: 1.3.26 apache

I am reffering to I hope you are not installing apache into the /etc/httpd directory, generally the way it works is
 
binaries are located in /usr/local/apache for example
config files can be located in the /etc directory, the /etc directory should not be a point to install programs into its purely for configuration files only
 
Andrew
 
-----Original Message-----
From: Larry Clark [mailto:larry <at> clicqx.com]
Sent: Monday, 1 July 2002 3:08 PM
To: users <at> httpd.apache.org
Subject: Re: 1.3.26 apache

I am not sure what you mean by httpd+all, I was doing: ./configure --prefix=/etc/httpd
when I got the error, I will check the permisions when I get back from death valley. thanks.
--
http://www.clicqx.com
http://www.stainlesssteelgraphics.com
larry <at> clicqx.com
"Accept the challenges, so that you may feel the exhiliration of victory."
--George Patton--
----- Original Message -----
Sent: Sunday, June 30, 2002 6:01 PM
Subject: RE: 1.3.26 apache

Check the permissions on the /etc/httpd directory, also I would hope that you are not installing httpd+all binaries into the /etc/httpd directory.
 
Andrew
 
-----Original Message-----
From: Larry Clark [mailto:larry <at> clicqx.com]
Sent: Sunday, 30 June 2002 6:21 PM
To: users <at> httpd.apache.org
Subject: 1.3.26 apache

I downloaded the tarball from apache for the 1.3.26 version of apache for my
linux machine, to take care of that chunked bug, and when I do a:
 ./configure --prefix=/etc/httpd
I get: permission denied
why woudl this be? I ssh into the box and SU and I get that, I go directly
to the box itself and I get the same thing logged in as root.....?? whats
the deal? I can't understand why this is happening....thanks.
--
http://www.clicqx.com
http://www.stainlesssteelgraphics.com
larry <at> clicqx.com
"Accept the challenges, so that you may feel the exhiliration of victory."
--George Patton--
larry | 1 Jul 2002 09:27

RE: 1.3.26 apache

HI folks, sorry for the autoresponder, but I am in death valley for the week.
I will probably be back by friday or saturday. If you care to see my itinerary, go here:
http://www.clicqx.com/roadtrip2002.html
I will try to check my mail while on the raod, but I may not be able to jack into the net,
if I can't find a phone jack......anywya have a wonderful 4th folks an I will talk to you soon.
Boyle Owen | 1 Jul 2002 08:56

RE: httpd dies on segfault after attempted and retracted upgrade

>From: Michael Styer [mailto:mas <at> codix.net]
>
>I've been trying to upgrade my Apache installation to 1.3.26 from
>1.3.11. The steps I've taken so far are:
>
>compiled a new version of mod_ssl as a DSO
>compiled and installed a new version of mod_php4 as a DSO
>compiled and installed a new version of mod_perl as a DSO
>

Stop right there... I would not try to install mod_perl as a DSO. I never investigated it deeply but, from
experience and from testimony of others, that is a way of pain (see Luc de Louw's notes at http://www.delouw.ch/linux/Apache-Compile-HOWTO/html/).

When I switched from static compiled apache to DSO based, I tried various strategies and the best for me was
to compile in all the core modules AND mod_perl. Then all extra modules (e.g. mod_rewrite, mod_ssl etc.)
were compiled as DSOs and loaded at runtime.

Post back if you would like a copy of my installation notes..

Rgds,

Owen Boyle
larry | 1 Jul 2002 09:30

RE: httpd dies on segfault after attempted and retracted upgrade

HI folks, sorry for the autoresponder, but I am in death valley for the week.
I will probably be back by friday or saturday. If you care to see my itinerary, go here:
http://www.clicqx.com/roadtrip2002.html
I will try to check my mail while on the raod, but I may not be able to jack into the net,
if I can't find a phone jack......anywya have a wonderful 4th folks an I will talk to you soon.
Jussi Vuokko | 1 Jul 2002 09:47

Re: HTTP-headers in ErrorDocuments

On Fri, 28 Jun 2002, Jeff Beard wrote:

> On Fri, 28 Jun 2002, Jussi Vuokko wrote:
> >   Ok, it seems to work fine when mod_headers is statically linked.
> > Why it won't work when your're having mod_headers as DSO (or: is it
> > possible to make it work that way somehow)?

> That's odd. Don't mean to offend, but the correct LoadModule stanza
> is in the httpd.conf, right?

LoadModule headers_module /usr/lib/apache/1.3/mod_headers.so
Header set P3P 'policyref="http://barfoo/w3c/p3policy.xml",CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo
IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"'

  Seems like it.

  -jussi
larry | 1 Jul 2002 10:04

Re: HTTP-headers in ErrorDocuments

HI folks, sorry for the autoresponder, but I am in death valley for the week.
I will probably be back by friday or saturday. If you care to see my itinerary, go here:
http://www.clicqx.com/roadtrip2002.html
I will try to check my mail while on the raod, but I may not be able to jack into the net,
if I can't find a phone jack......anywya have a wonderful 4th folks an I will talk to you soon.

Gmane