RE: [EMAIL PROTECTED] How Do I Integrate Apache w. PHP?

2006-12-05 Thread Boyle Owen
> -Original Message- > From: Steve Burrus [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 05, 2006 9:40 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] How Do I Integrate Apache w. PHP? > > hi owen this is steve Burrus. since it looks like only you > responded bac

[EMAIL PROTECTED] Is apache 2007 Daylight Saving Time compliant?

2006-12-05 Thread xiaoqing . zhu
Just wondering if there are changes made to apache servers (and its modules) to make it Y2Day compliant, and if so, what are the "compliant" revisions?

Re: [EMAIL PROTECTED] How Do I Integrate Apache w. PHP?

2006-12-05 Thread Steve Burrus
hi owen this is steve Burrus. since it looks like only you responded back to me about my problem let me tell u that I think that I got apache 2.2 going/activated with PHP with this in the apache configuration file : LoadModule php5_module "c:/php/php5apache2_2.dll". Let me also tell you that I

Re: [EMAIL PROTECTED] Is there a way to limit a site's simultaneous access?

2006-12-05 Thread Ivan Barrera A.
William A. Rowe, Jr. wrote: > Ivan Barrera A. wrote: >> William A. Rowe, Jr. wrote: >>> No. Run multiple instances of httpd against different IP addresses. >>> >>> There's no way to decide about accepting per-named-host. >> There are some third party modules that can do it. >> I only wrote for apa

Re: [EMAIL PROTECTED] Is there a way to limit a site's simultaneous access?

2006-12-05 Thread William A. Rowe, Jr.
Ivan Barrera A. wrote: > William A. Rowe, Jr. wrote: >> No. Run multiple instances of httpd against different IP addresses. >> >> There's no way to decide about accepting per-named-host. > > There are some third party modules that can do it. > I only wrote for apache 2, but there is equivalents i

Re: [EMAIL PROTECTED] Is apache 2007 Daylight Saving Time compliant?

2006-12-05 Thread Joshua Slive
On 12/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Just wondering if there are changes made to apache servers (and its modules) to make it Y2Day compliant, and if so, what are the "compliant" revisions? This 8-year-old FAQ entry applies pretty-much equally to this new issue: http://httpd

Re: [EMAIL PROTECTED] Is there a way to limit a site's simultaneous access?

2006-12-05 Thread Ivan Barrera A.
William A. Rowe, Jr. wrote: > No. Run multiple instances of httpd against different IP addresses. > > There's no way to decide about accepting per-named-host. There are some third party modules that can do it. I only wrote for apache 2, but there is equivalents in apache 1. > > Chuck Rock wro

Re: [EMAIL PROTECTED] Re: Is there a way to limit a site's simultaneous access?

2006-12-05 Thread Ivan Barrera A.
Chuck Rock wrote: > Ivan Barrera A. Ivn.cl> writes: > >> William A. Rowe, Jr. wrote: >>> No. Run multiple instances of httpd against different IP addresses. >>> >>> There's no way to decide about accepting per-named-host. >> There are some third party modules that can do it. >> I only wrote for

[EMAIL PROTECTED] Re: Is there a way to limit a site's simultaneous access?

2006-12-05 Thread Chuck Rock
Ivan Barrera A. Ivn.cl> writes: > > William A. Rowe, Jr. wrote: > > No. Run multiple instances of httpd against different IP addresses. > > > > There's no way to decide about accepting per-named-host. > > There are some third party modules that can do it. > I only wrote for apache 2, but ther

Re: [EMAIL PROTECTED] Is there a way to limit a site's simultaneous access?

2006-12-05 Thread William A. Rowe, Jr.
No. Run multiple instances of httpd against different IP addresses. There's no way to decide about accepting per-named-host. Chuck Rock wrote: > I have a site that uses up all my apache slots occasionally. This leaves all > the other sites on that server unable to access. > > Does anyone know

[EMAIL PROTECTED] Is there a way to limit a site's simultaneous access?

2006-12-05 Thread Chuck Rock
I have a site that uses up all my apache slots occasionally. This leaves all the other sites on that server unable to access. Does anyone know if there's a way in the Apache config file to limit a site to say 100 simultaneous connections and that way leaves the rest available for the other site

Re: [EMAIL PROTECTED] user stats logs

2006-12-05 Thread Richard de Vries
To my knowledge there is not module that would give you realtime statistics, but you can definately install a stats-analysis package to run analysis on your weblogs. I myself use awstats. It's opensource and free. --- Liz Kim <[EMAIL PROTECTED]> wrote: > Hello, > Does apache keep stats of viewer

Re: [EMAIL PROTECTED] PHP module + Apache 2 problem

2006-12-05 Thread William A. Rowe, Jr.
Try either OpenSA's or PHP's lists. It looks like your php_msql wasn't compiled against the php4ts.dll you installed (it shouldn't have to -find- php4ts.dll since that was loaded into memory with mod_php4.dll). Definately not a support issue that we can handle here - talk to whoever built the bin

[EMAIL PROTECTED] PHP module + Apache 2 problem

2006-12-05 Thread Troy Moseley
Hello again, I'm still running a Win2K Pro computer with OpenSA's Apache2 (2.0.47) with PHP (4.3.2). I'm trying to use the php_msql.dll extension but keep getting an error when try to use it. I have pointed the extension_dir to the Dll's directory but Apache2 throws a "the procedure entry point

Re: [EMAIL PROTECTED] Apache Error! Help Needed!

2006-12-05 Thread Joshua Slive
On 12/5/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Meganathan N [mailto:[EMAIL PROTECTED] > Syntax error on line 113 > /opt/web/apache/app/x/xxx/conf/httpd.conf: > Cannot load > /opt/pgm/siteminder/6qmr4/webagent/bin/libmod_sm20.sl Is th

[EMAIL PROTECTED] Mod_jk and WebService passthrough problem

2006-12-05 Thread Peter Neu
Hello, I have httpd running partially as a proxy to a tomcat server. I do this with the mod_jk which works fine. But now I also need to route Web Services through httpd to the tomcat server which does not work. In the acces log I find this entry for the web service call: "POST http://1

RE: [EMAIL PROTECTED] Apache Error! Help Needed!

2006-12-05 Thread Boyle Owen
> -Original Message- > From: Meganathan N [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 05, 2006 11:13 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache Error! Help Needed! > > > > Hi, > > We are trying to integrate apache web server in to Site

[EMAIL PROTECTED] How to notify application server that ssl session has expired

2006-12-05 Thread Claude Libois
Hello, For our project we have integrated an electronical identity card( eID) authentication. This card contains a certificate that is used to establish an ssl two ways connection with our apache 2.0.54. This certificate is validated by an OCSP server. When ssl connections is established, user's c

Re: [EMAIL PROTECTED] Mysterious \"Premature end of script headers\" error

2006-12-05 Thread Sean Conner
It was thus said that the Great uxwrstre once stated: > On Tuesday 05 December 2006 08:38, Sean Conner wrote: > >   One trick I've done under Unix, debugging CGI programs in C is to add the > > following to the CGI program: > > ... > > Thanks, this is a very good idea! > I suppose that you must al

[EMAIL PROTECTED] Apache Error! Help Needed!

2006-12-05 Thread Meganathan N
Hi, We are trying to integrate apache web server in to Site Minder tool. We are also getting the error, the errors are, Syntax error on line 113 /opt/web/apache/app/x/xxx/conf/httpd.conf: Cannot load /opt/pgm/siteminder/6qmr4/webagent/bin/libmod_sm20.sl If you know, any solution for

Re: [EMAIL PROTECTED] Re: [OT] [EMAIL PROTECTED] Video streaming server

2006-12-05 Thread Issac Goldstand
Gaël Lams wrote: There's something for Real too, but I don't recall off the top of my head. Helix, I think Helix is the commercial version of the Real server. They have a free "Basic" edition that supports up to 5 streams and an evaluation addition. http://www.realnetworks.com/products/m

Re: [EMAIL PROTECTED] Re: [OT] [EMAIL PROTECTED] Video streaming server

2006-12-05 Thread Gaël Lams
There's something for Real too, but I don't recall off the top of my head. Helix, I think - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. T

RE: [EMAIL PROTECTED] Dir Module problem

2006-12-05 Thread Boyle Owen
> -Original Message- > From: JM [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 05, 2006 9:12 AM > To: users@httpd.apache.org > Cc: Boyle Owen > Subject: Re: [EMAIL PROTECTED] Dir Module problem > > On Thursday 30 November 2006 19:05, Boyle Owen wrote: > > > -Original Message-

[EMAIL PROTECTED] Re: [OT] [EMAIL PROTECTED] Video streaming server

2006-12-05 Thread Issac Goldstand
Boyle Owen wrote: Otherwise, AFAIK, all real video streamers are commercial (ie, cost money). Not so. A free version of Apple's streaming server is available from the Darwin project (http://developer.apple.com/opensource/server/streaming/index.html). Also, if you happen to be running Wi

Re: [EMAIL PROTECTED] Dir Module problem

2006-12-05 Thread JM
On Thursday 30 November 2006 19:05, Boyle Owen wrote: > > -Original Message- > > From: JM [mailto:[EMAIL PROTECTED] > > Sent: Thursday, November 30, 2006 11:23 AM > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] Dir Module problem > > > > Hi, > > > > I have this in my httpd

Re: [EMAIL PROTECTED] Mysterious \"Premature end of script headers\" error

2006-12-05 Thread uxwrstre
On Tuesday 05 December 2006 08:38, Sean Conner wrote: >   One trick I've done under Unix, debugging CGI programs in C is to add the > following to the CGI program: > ... Thanks, this is a very good idea! I suppose that you must also set somewhere a timeout that the cgi-bin program get not killed