[EMAIL PROTECTED] Writing an Apache 2.0 add-on (DSO) C-module

2007-04-30 Thread janmejay.tripathi
Hi there, I am currently working with apache 2.0.59. Now in a process of writing some apache2 add-on C-module (DSO). I just got through documents provided in Nick knew's --> www.apachetutor.org and also headers files in Apache2-Include directory. Still I am

[EMAIL PROTECTED] FollowSymLinks - anything which could globally block this?

2007-04-30 Thread Brent Harsh
I'm configuring Apache (2.0.52 as it came with RedHat EL distribution and am always seeing 403 denied when trying to download a file via a symlink. I have the FollowSymLink directive present in the httpd.conf section for my docroot directory, as well as in the section. I know that at leas

Re: [EMAIL PROTECTED] Virtual Host

2007-04-30 Thread j k
Maybe you need a different doc root for each site else it will end serving from the same doc root for all sites On 4/27/07, Alejandro Decchi <[EMAIL PROTECTED]> wrote: Here in this file i include the configuration like : ServerAdmin [EMAIL PROTECTED] DocumentRoot /etc/apache2/htdocs

Re: [EMAIL PROTECTED] SSL Proxy to back end servers

2007-04-30 Thread Joshua Slive
On 4/30/07, wi <[EMAIL PROTECTED]> wrote: Hi all I have an Apache instance that is functioning as a reverse proxy for our app server. For standard http, this works fine. However, we'd like to send SSL traffic through the proxy to the back end server. I don't want to decrypt the traffic at the Ap

Re: [EMAIL PROTECTED] any luck using shared memory for mod_ssl SSLSessionCache ?

2007-04-30 Thread Yannick Mercier
I found out how to backtrace the core files from httpd crash due to SSLSessionCache, and here is the output of the backtrace from Sun Studio Debugger Any help with this backtrace to find out if this is due to a misconfiguration, or a bug in the software would be appreciated: dbx /opt/apache/bin/h

[EMAIL PROTECTED] SSL Proxy to back end servers

2007-04-30 Thread wi
Hi all I have an Apache instance that is functioning as a reverse proxy for our app server. For standard http, this works fine. However, we'd like to send SSL traffic through the proxy to the back end server. I don't want to decrypt the traffic at the Apache instance, just re-route it to the back

Re: [EMAIL PROTECTED] Setting up a staging server with apache

2007-04-30 Thread Joshua Slive
On 4/29/07, John Steel <[EMAIL PROTECTED]> wrote: I am trying to reproduce this setup for PHP development which will manage separate hosts running separate apps (Drupal, MediaWiki, etc). If I try to use Apache VirtualHosts I get stuck - I know I could set up www.example1.com and www.example2.com

Re: [EMAIL PROTECTED] timeout period exceeded

2007-04-30 Thread Joshua Slive
On 4/29/07, Thibaud Hulin <[EMAIL PROTECTED]> wrote: Hello! I just installed apache 2.2.3 on a Debian testing. however, when I type localhost or 127.0.0.1 in navigation bar of firefox 2, I obatin this error message : timeout period exceeded What must I do ? I think my installation is good, with t

Re: [EMAIL PROTECTED] Perl Script to display Image

2007-04-30 Thread Joshua Slive
On 4/29/07, Gerard Seibert <[EMAIL PROTECTED]> wrote: I am not sure if this is the correct forum for this question. If not, perhaps someone could point me in the right direction. FreeBSD-6.2 Apache-2.2.4_2 Perl v5.8.8 The following Perl script is suppose to place a new image in a web page on a

Re: [EMAIL PROTECTED] Regarding name-based virtual hosting in Apache 2.x

2007-04-30 Thread Joshua Slive
On 4/30/07, janmejay.tripathi <[EMAIL PROTECTED]> wrote: My configuration for name-based virtual hosting is given bellow. But how can I see the output i.e. virtual hosting is working properly or not. Apache is showing no error. I have created so many name-based virtual hosting but did not ab

Re: [EMAIL PROTECTED] ServerAlias and redirecting, please help

2007-04-30 Thread Joshua Slive
On 4/30/07, Dmitry Hazin <[EMAIL PROTECTED]> wrote: What is the correct way to configure apache so it will redirect from xx.site.com to http://www.site.ru/some/location ? See: http://wiki.apache.org/httpd/Recipes/CanonicalHostNames Joshua.

[EMAIL PROTECTED] ServerAlias and redirecting, please help

2007-04-30 Thread Dmitry Hazin
Hi there, I searched for a while but couldn't point out what is the right way to do the following: We have the following virtualhost configuration: ... ServerName www.site.ru DocumentRoot /home/www/ru.site.www ServerAlias xx.site.com ... What I need is to redirect from http://x

[EMAIL PROTECTED] Regarding name-based virtual hosting in Apache 2.x

2007-04-30 Thread janmejay.tripathi
Hi there, My configuration for name-based virtual hosting is given bellow. But how can I see the output i.e. virtual hosting is working properly or not. Apache is showing no error. I have created so many name-based virtual hosting but did not able to get any output. So please help me on this.

[EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-04-30 Thread Mike Grandmaison
Hi, I am trying to setup a tomcat web app in a hosted environment. The hosted environment uses apache and virtual hosts to pass requests for certain domains onto tomcat. I want tomcat to handle the ssl instead of having apache decrypt and pass the http request to tomcat. Do I need to use a c

[EMAIL PROTECTED] Age ol problem, No DBD Authn configured! w/2.2.4

2007-04-30 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I did discover many people have this issue... Most the results were of crashing, which mine does not, it will connect to the DB but issue no querry and the vhost log reports "No DBD Authn configured!", where there certainly is. I read it was put

[EMAIL PROTECTED] Apache 2.0.59 segfaults on HP-UX with SSL Certificate

2007-04-30 Thread Gattu Madhusudanarao
Hi All, On HP-UX 11.23 , httpd does a segfault when ClientCertificates are used for authentication. This happens only on a multi-cpu, multi-threaded environment. After debugging found that the problem is double free of the certificate in ssl_engine_io.c --snip-- /

Re: [EMAIL PROTECTED] Child process running CGI script does not terminate after exit() and is killed after a 3s delay, under Solaris 8

2007-04-30 Thread Jochen Stenzel
Hello Joshua, > Without reading the entire message, the problem in the subject line is > something I remember being fixed at some point. Try upgrading to a > modern version of apache. many thanks for this hint. As 1.3.27 is the last version of 1.x available for Solaris 8 via sunfreeware I tried

RE: [EMAIL PROTECTED] JPEG not displayed

2007-04-30 Thread Peter Nyamukusa
Hi Oliver, It could be the permissions on the file, make sure that apache has read, write, execute permissions Regards, Peter _ From: FERRERO Olivier [mailto:[EMAIL PROTECTED] Sent: Saturday, April 28, 2007 5:18 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] JPEG