[EMAIL PROTECTED] Apache load balancing

2006-11-01 Thread [EMAIL PROTECTED]
Dear all, In our environment, we are using 1 apache server and load balanced to 2 resin servers (all in different machines). A snippet of our apache httpd.conf:   RewriteEngine on   RewriteCond %{SERVER_PORT}   ^80$   RewriteCond %{HTTP_HOST}   ^some\.domainname\.com$   RewriteRule ^/(.*)  

Re: [EMAIL PROTECTED] SSL Support

2006-11-01 Thread William A. Rowe, Jr.
Odd, the downloads page README states "" "The -win32-x86-no_ssl.msi package does not include any encryption software OpenSSL, mod_ssl, nor an https: enabled abs utility. At this time, the process to follow for export notification has not been finalized. Until that time, the -win32-x86-

Re: [EMAIL PROTECTED] problems using #exec on Win32

2006-11-01 Thread Sasquatch
> - Message from [EMAIL PROTECTED] - > There may be a bug here. But exec has always been a dirty hack. > Convert your executable into a CGI script and use include virtual > instead. Okay... I managed to hack togehter a perl script that runs the EXE that I want run. The only issue *now

Re: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread ROGER DEBRY
That was it. This is the first system that I have run that uses SELinux, and I had not thought of this as being a problem. Thank you! >>> "Joshua Slive" <[EMAIL PROTECTED]> 11/1/2006 11:44 AM >>> On 11/1/06, ROGER DEBRY <[EMAIL PROTECTED]> wrote: > Here is the message from the Apache error log: >

Re: [EMAIL PROTECTED] problems using #exec on Win32

2006-11-01 Thread Joshua Slive
On 11/1/06, Ralph Nelson <[EMAIL PROTECTED]> wrote: I'm using the Win32 port (not my fault -- blame my employer) of Apache v2.2.3 I've added the lines: AddType text/html .shtml AddType text/html .stm AddHandler server-parsed .shtml AddHandler server-parsed .stm to my httpd.conf as we

[EMAIL PROTECTED] problems using #exec on Win32

2006-11-01 Thread Ralph Nelson
I'm using the Win32 port (not my fault -- blame my employer) of Apache v2.2.3 I've added the lines: AddType text/html .shtml AddType text/html .stm AddHandler server-parsed .shtml AddHandler server-parsed .stm to my httpd.conf as well as adding Options +Includes +ExecCGI All of my

Re: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread Joshua Slive
On 11/1/06, ROGER DEBRY <[EMAIL PROTECTED]> wrote: Here is the message from the Apache error log: [client 161.28.248.51] (13)Permission denied: access to /phpBB2/docs/INSTALL.html denied The Directory is defined in httpd.conf as This is a unix filesystems permission problem. If other files

Re: [EMAIL PROTECTED] Setting HTTP status?

2006-11-01 Thread Joshua Slive
On 11/1/06, Liz Kim <[EMAIL PROTECTED]> wrote: I have created a custmoized .html file for my 404 error page. How do I set the actual HTTP stutus to 404 not found? Currently, the 404.html page I have created returns 200 normal... Thanks. When using the ErrorDocument directive, be sure to use a U

[EMAIL PROTECTED] performance and memory issues

2006-11-01 Thread sharath reddy
Hi All, On Linux platforms, what are the trade-offs(performance and memory issues), when hosting multiple web sites on a machine, between setting up a separate httpd.conf file for each site versus setting up multiple virtual hosts within a single httpd.conf file? By default, the former gives t

RE: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread ROGER DEBRY
Here is the message from the Apache error log: [client 161.28.248.51] (13)Permission denied: access to /phpBB2/docs/INSTALL.html denied The Directory is defined in httpd.conf as >>> "Boyle Owen" <[EMAIL PROTECTED]> 11/1/2006 8:40 AM >>> > -Original Message- > From: ROGER DEBRY [mailt

[EMAIL PROTECTED] mod_proxy doesn't work right after upgrade to 2.2.3

2006-11-01 Thread Ronald Vyhmeister
I've just upgraded a debian box from 2.0.59 to 2.2.3... and I now have trouble... It worked just fine before the upgrade... Any help is really welcome... Thanks in advance! Here is the error: [warn] proxy: No protocol handler was valid for the URL /webmin. If you are using a DSO version of mod_

[EMAIL PROTECTED] Setting HTTP status?

2006-11-01 Thread Liz Kim
I have created a custmoized .html file for my 404 error page.How do I set the actual HTTP stutus to 404 not found?Currently, the 404.html page I have created returns 200 normal...Thanks.

Re: [EMAIL PROTECTED] Problem building apache 2.2.23 with mod_ldap_auth

2006-11-01 Thread Serge Dubrouski
I was completely wrong, sorry. Here is the right configure command that does what you want: ./configure --prefix=/usr/local/apache2 --enable-ldap --enable-auth-ldap --with-ldap --enable-ssl --with-ssl --enable-authnz-ldap --with-ldap and --with-ssl are critical, without them correct LDAP support

Re: [EMAIL PROTECTED] Problem building apache 2.2.23 with mod_ldap_auth

2006-11-01 Thread Serge Dubrouski
I'm not sure, but I think that there is a conflict between apr-utl-devel rpm installed on your CentOS box and apr delivered with Apache 2.2.3. APR in CentOS is from Apache 2.0.XX project and as far as I know it's not compatible with 2.2.3. When you try to compile Apache 2.2.3 linker find installed

Re: [EMAIL PROTECTED] length of unique_id

2006-11-01 Thread Shailesh N. Humbad
On this page: http://httpd.apache.org/docs/2.2/mod/mod_unique_id.html it says, "The UNIQUE_ID environment variable is constructed by encoding the 112-bit (32-bit IP address, 32 bit pid, 32 bit time stamp, 16 bit counter) quadruple using the alphabet [EMAIL PROTECTED] in a manner similar to MI

Re: [EMAIL PROTECTED] SSL Support

2006-11-01 Thread Sander Temme
On Nov 1, 2006, at 7:43 AM, Rob Wilkerson wrote: On 11/1/06, Spartanicus <[EMAIL PROTECTED]> wrote: RTFM http://httpd.apache.org/docs/2.2/ssl/ I appreciate the sentiment, but I guess what I'm looking for is an understanding of what "no_ssl" means in the binary name. Does it simply mean th

Re: [EMAIL PROTECTED] Apache HTTP Server user-docs wiki

2006-11-01 Thread Joshua Slive
On 11/1/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > A wiki for user-contributed documentation has recently been setup for > the Apache web server at > http://wiki.apache.org/httpd/ Er... Unfortunate choice of name for the page that's on the front of the site. It makes it look like we're using F

RE: [EMAIL PROTECTED] Apache HTTP Server user-docs wiki

2006-11-01 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Joshua Slive > Sent: Wednesday, November 01, 2006 4:16 PM > To: Apache Users; docs@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache HTTP Server user-docs wiki > > A wiki for user-contributed docume

Re: [EMAIL PROTECTED] SSL Support

2006-11-01 Thread Rob Wilkerson
On 11/1/06, Spartanicus <[EMAIL PROTECTED]> wrote: RTFM http://httpd.apache.org/docs/2.2/ssl/ I appreciate the sentiment, but I guess what I'm looking for is an understanding of what "no_ssl" means in the binary name. Does it simply mean that this module isn't enabled by default? I suppose

Re: [EMAIL PROTECTED] SSL Support

2006-11-01 Thread Joshua Slive
On 11/1/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote: Simple question: Do the Apache binaries (Windows or Linux) support SSL or no? I was about to download 2.2 for Windows from httpd.apache.org and saw that the file title indicates no_ssl. Does that mean that no SSL support is compiled in or do

RE: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread Boyle Owen
> -Original Message- > From: ROGER DEBRY [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 01, 2006 4:21 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Strange problem with permissions > > I have just recently installed Apache 2.2.2. All seems to work just > fine. > > H

Re: [EMAIL PROTECTED] SSL Support

2006-11-01 Thread Sander Temme
On Nov 1, 2006, at 7:22 AM, Rob Wilkerson wrote: I'm not sure I need it, but I'd like to be sure I know what I'm getting when I get it. If there is no SSL support then is there anywhere I can go to get binaries that *do* include SSL support? I go to: http://www.apachelounge.com/download/ S

Re: [EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread Joshua Slive
On 11/1/06, ROGER DEBRY <[EMAIL PROTECTED]> wrote: I have just recently installed Apache 2.2.2. All seems to work just fine. However, today I downloaded a package that requires a number of files be installed in my web directory. When I try to access these files from a browser, I get an error mes

Re: [EMAIL PROTECTED] SSL Support

2006-11-01 Thread Spartanicus
"Rob Wilkerson" <[EMAIL PROTECTED]> wrote: >Do the Apache binaries (Windows or Linux) support SSL or no? I was >about to download 2.2 for Windows from httpd.apache.org and saw that >the file title indicates no_ssl. Does that mean that no SSL support >is compiled in or does it (however counter-in

[EMAIL PROTECTED] SSL Support

2006-11-01 Thread Rob Wilkerson
Simple question: Do the Apache binaries (Windows or Linux) support SSL or no? I was about to download 2.2 for Windows from httpd.apache.org and saw that the file title indicates no_ssl. Does that mean that no SSL support is compiled in or does it (however counter-intuitively) mean something els

[EMAIL PROTECTED] Strange problem with permissions

2006-11-01 Thread ROGER DEBRY
I have just recently installed Apache 2.2.2. All seems to work just fine. However, today I downloaded a package that requires a number of files be installed in my web directory. When I try to access these files from a browser, I get an error message that I don't have permission to access the files

[EMAIL PROTECTED] Apache HTTP Server user-docs wiki

2006-11-01 Thread Joshua Slive
A wiki for user-contributed documentation has recently been setup for the Apache web server at http://wiki.apache.org/httpd/ Feel free to contribute your tips and tricks. To edit pages you need to create an account and login. Please note that this wiki is experimental at the moment. It may cha

RE: [EMAIL PROTECTED] SSLVerifyDepth and Intermediate CAs

2006-11-01 Thread TAYLOR, TIM \(CONTRACTOR\)
Barret, You need to use Apache 2.2 or above. See the new directives SSLCADNRequestFile and SSLCADNRequestPath for details at http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcadnrequestfile If you must use older versions of Apache, I did create a patch for mod_ssl 2.8.22 which is used by Apa

Re: [EMAIL PROTECTED] RE: Extending Apache to subscriber account web model

2006-11-01 Thread Joshua Slive
On 10/31/06, Neville Aga <[EMAIL PROTECTED]> wrote: Try #2 - any takers out there? I am interested in upgrading my existing web site to have a way for people to log in via forms and set a cookie, and have a module that lets people sign up for accounts, email out a confirmation, handle lost pass

[EMAIL PROTECTED] Apache fail to compile with gcc 4.1.1 & glibc 2.5

2006-11-01 Thread Gerhard Mourani
Hello, I've updated gcc to 4.1.1 and glibc to 2.5 then tried to recompile apache 2.0.58 or 2.0.59 without success! Compilation worked before update to gcc 4.1.1 and glibc 2.5, here a part of the error. /usr/src/pc/BUILD/httpd-2.0.58/srclib/apr/libtool --silent --mode=link gcc -pthread -Os -marc

RE: [EMAIL PROTECTED] How to run single apache 1.3 process with multiple threads on unix

2006-11-01 Thread Boyle Owen
> -Original Message- > From: Meir Yanovich [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 01, 2006 12:04 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] How to run single apache 1.3 > process with multiple threads on unix > > Hello and thanks for the reply >

RE: [EMAIL PROTECTED] How to run single apache 1.3 process with multiple threads on unix

2006-11-01 Thread Meir Yanovich
Hello and thanks for the reply does apache 1.3.7 support it also? -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 11:56 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] How to run single apache 1.3 process with multiple th

[EMAIL PROTECTED] Handshake Failure

2006-11-01 Thread IT Professional
Apache and OpenSSL version information: Apache 2.2.3 OpenSSL 0.9.9-dev Build Apache with OpenSSL: perl Configure VC-WIN32 --prefix=D://Apache22/bin ms\do_nasm nmake -f ms\ntdll.mak perl util\mkdef.pl REmove /WX in ntdll.mak Install OpenSSL nmake -f ms\ntdll.mak install Compile Apache22 using Vi

RE: [EMAIL PROTECTED] Problem building apache 2.2.23 with mod_ldap_auth

2006-11-01 Thread Quentin North
On my linux Yum shows: Installed Packages openldap.i3862.2.13-6.4E installed openldap-clients.i3862.2.13-6.4E installed openldap-devel.i386 2.2.13-6.4E installed All in /usr/lib and /usr/include as far as I c

RE: [EMAIL PROTECTED] How to run single apache 1.3 process with multiple threads on unix

2006-11-01 Thread Boyle Owen
> -Original Message- > From: Meir Yanovich [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 01, 2006 10:04 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] How to run single apache 1.3 process > with multiple threads on unix > > Hello all > > i need to run only one ap

[EMAIL PROTECTED] How to run single apache 1.3 process with multiple threads on unix

2006-11-01 Thread Meir Yanovich
Hello all i need to run only one apache ( this is application demand) on unix ( solaris ) and control on the amount of threads on this single process. The only way I managed to run single process is in debug mode –X   is there way in the config to set one process with multiple threa