Re: [EMAIL PROTECTED] Apache on Sun 10

2007-01-25 Thread Sander Temme
On Jan 25, 2007, at 5:49 PM, Stefan Cobb wrote: hey, newb here. Can Apache give me internet access on a sun 10 Os? Absolutely. You can build it from source, or get a binary package at: http://www.sunfreeware.com/programlistsparc10.html#apache22 For x86: http://www.sunfreeware.com/programli

[EMAIL PROTECTED] Apache on Sun 10

2007-01-25 Thread Stefan Cobb
hey, newb here. Can Apache give me internet access on a sun 10 Os? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [

Re: [EMAIL PROTECTED] Re: piping logs in apache2.2 on windows 2003/XP

2007-01-25 Thread Sander Temme
On Jan 25, 2007, at 3:30 PM, Alex Castro wrote: Perhaps a better test for you would be to pipe your access log to rotate log and keep a continuous load on your site for the next 10 minutes, you should see two logs created. Yes the log file doesn't get turned over if there is no traffic.

RE: [EMAIL PROTECTED] Re: piping logs in apache2.2 on windows 2003/XP

2007-01-25 Thread Alex Castro
Sai, Perhaps a better test for you would be to pipe your access log to rotate log and keep a continuous load on your site for the next 10 minutes, you should see two logs created. Alex -Original Message- From: Norman Peelman [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 4

Re: [EMAIL PROTECTED] Re: piping logs in apache2.2 on windows 2003/XP

2007-01-25 Thread Norman Peelman
>- Original Message - >From: sai koduri >To: users@httpd.apache.org >Sent: Thursday, January 25, 2007 2:09 PM >Subject: RE: [EMAIL PROTECTED] Re: piping logs in apache2.2 on windows 2003/XP > > > Alex/Norm, >First of all thanks for your response > >I used the following in httpd.conf fil

Re: [EMAIL PROTECTED] Apache + Tomcat = no session management

2007-01-25 Thread Sander Temme
On Jan 25, 2007, at 1:20 PM, Wm.A.Stafford wrote: Sander, Here is a cookie copied from Firefox cookie viewer when the Apache+Tomcat machine was accessed from another machine. Name: JSESSIONID Content: 10FA6EB4F5B24CBA716A7F5DAD1F4B3F Host: iobis.marine.rutgers.edu Path: /OBISDEV

Re: [EMAIL PROTECTED] Apache + Tomcat = no session management

2007-01-25 Thread Wm.A.Stafford
Sander, Here is a cookie copied from Firefox cookie viewer when the Apache+Tomcat machine was accessed from another machine. Name: JSESSIONID Content: 10FA6EB4F5B24CBA716A7F5DAD1F4B3F Host: iobis.marine.rutgers.edu Path: /OBISDEV Send For: Any type of connecion Expires: at end of session The U

Re: [EMAIL PROTECTED] Daylight Savings 2007

2007-01-25 Thread William A. Rowe, Jr.
For httpd Yvo is right. If you mean Apache Tomcat or any other Java technology then you need to patch your OS, and your JVM. Apache httpd by itself ignores any JVM on your box. Yvo van Doorn wrote: > Again the JVM is not apache, there fore the statement is true: > Apache does not handle time per

RE: [EMAIL PROTECTED] Re: piping logs in apache2.2 on windows 2003/XP

2007-01-25 Thread sai koduri
Alex/Norm, First of all thanks for your response I used the following in httpd.conf file, ErrorLog "| C:/PROGRA~1/APACHE~1/Apache2/bin/rotatelogs.exe C:/PROGRA~1/APACHE~1/Apache2/logs/error.log 300" I restarted apache server, I see it is creating errorlog file as error.log.1169239200 during s

Re: [EMAIL PROTECTED] Daylight Savings 2007

2007-01-25 Thread Yvo van Doorn
Again the JVM is not apache, there fore the statement is true: Apache does not handle time period < . > On 1/25/07, John Flores <[EMAIL PROTECTED]> wrote: Yes, but this is the first someone has mentioned patching the JVM. Is a JVM patch required for apache? I was under the impression that only

Re: [EMAIL PROTECTED] SSL Certificate on Intranet Virtual Host

2007-01-25 Thread Serge Dubrouski
For SSL it won't work because SSL session gets established before URL is parsed. On 1/25/07, Rob Sterenborg <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: > I run several intranet sites for our company on a linux > server using VirtualHosts. I've created a wildca

RE: [EMAIL PROTECTED] SSL Certificate on Intranet Virtual Host

2007-01-25 Thread Rob Sterenborg
[EMAIL PROTECTED] wrote: > I run several intranet sites for our company on a linux > server using VirtualHosts. I've created a wildcard SSL > certificate for our intranet sites which work when I browse > to the fully qualified domain name (i.e. > https://home.domain.org)

[EMAIL PROTECTED] SSL Certificate on Intranet Virtual Host

2007-01-25 Thread php
I run several intranet sites for our company on a linux server using VirtualHosts. I've created a wildcard SSL certificate for our intranet sites which work when I browse to the fully qualified domain name (i.e. https://home.domain.org) but most of our users use the short name to get around (h

Re: [EMAIL PROTECTED] Daylight Savings 2007

2007-01-25 Thread Pid
Apache can't run Servlets, you need a Servlet container (like Tomcat) for that. Neither Apache or Tomcat are aware of the change, they rely on the operating system and the JVM respectively. If the OS & JVM are safe, then so are both servers. p John Flores wrote: Yes, but this is the first

[EMAIL PROTECTED] How to set environment variable from a LDAP attributes.

2007-01-25 Thread Jean-Yves Avenard
Hi I have recently upgraded to Apache 2.2 and while doing so, I now miss some modules and I'm trying to find a replacement that runs in Apache 2.2 Currently, using the mod_authnz_ldap module, I'm able to authenticate against a LDAP server. This will set the environment variable REMOTE_USER. Is

Re: [EMAIL PROTECTED] Custom indexing with autoindex

2007-01-25 Thread Beginner
On 25 Jan 2007 at 10:20, Joshua Slive wrote: > On 1/25/07, Beginner <[EMAIL PROTECTED]> wrote: > > However my efforts to make HeaderName a cgi-script are failing. Is > > this because I would need to generate the entire index from CGI > > rather than from mod_autoindex? > > Did you read > http://

Re: [EMAIL PROTECTED] Custom indexing with autoindex

2007-01-25 Thread Dermot Paikkos
On 25 Jan 2007 at 15:38, Beginner wrote: > On 25 Jan 2007 at 10:20, Joshua Slive wrote: > > > On 1/25/07, Beginner <[EMAIL PROTECTED]> wrote: > > > > However my efforts to make HeaderName a cgi-script are failing. Is > > > this because I would need to generate the entire index from CGI > > > rat

Re: [EMAIL PROTECTED] Custom indexing with autoindex

2007-01-25 Thread Joshua Slive
On 1/25/07, Beginner <[EMAIL PROTECTED]> wrote: On 25 Jan 2007 at 10:20, Joshua Slive wrote: > On 1/25/07, Beginner <[EMAIL PROTECTED]> wrote: > > However my efforts to make HeaderName a cgi-script are failing. Is > > this because I would need to generate the entire index from CGI > > rather th

Re: [EMAIL PROTECTED] Custom indexing with autoindex

2007-01-25 Thread Joshua Slive
On 1/25/07, Beginner <[EMAIL PROTECTED]> wrote: However my efforts to make HeaderName a cgi-script are failing. Is this because I would need to generate the entire index from CGI rather than from mod_autoindex? Did you read http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#headername whe

Re: [EMAIL PROTECTED] Daylight Savings 2007

2007-01-25 Thread John Flores
Yes, but this is the first someone has mentioned patching the JVM. Is a JVM patch required for apache? I was under the impression that only the OS patch was needed for apache for DST. - Original Message - From: "Yvo van Doorn" <[EMAIL PROTECTED]> To: Sent: Thursday, January 25, 20

[EMAIL PROTECTED] Custom indexing with autoindex

2007-01-25 Thread Beginner
Hi, I am trying to create a custom indexes for a Directory. One requirement that has come up is the use of a hidden text field to store a value in. The docs mention that is HeaderName can refer to a CGI script but I can't seem to make it work. FancyIndexing works fine with this directive:

[EMAIL PROTECTED] Stopping Apache if any services are dependent on it

2007-01-25 Thread shahid
Hi, Can I stop Apache forcibly if any services are dependent on it ? Is there any way ? If any services are dependent on it , Apache shutdown fails. Regards, Shahid - The official User-To-User support forum of the Apache HTTP Se