[EMAIL PROTECTED] no handler??

2006-10-13 Thread hv @ Fashion Content
I have a fairly simple setup for a website but I get an error stating that no handler was found. ServerName django.example.com ErrorLog /var/log/httpd/django-error.log CustomLog /var/log/httpd/django-access.log combined DocumentRoot /var/www/example/django LogLevel debug AddDefaultCharse

Re: [EMAIL PROTECTED] CGI receives SIGTERM

2006-10-13 Thread Ravi Menon
In the apache 1.3.x on Linux that I am using, apache does send a SIGTERM when the Timeout value has reached. The code is here: apache_1.3.33/src/main/alloc.c:free_proc_chain() This is called from ap_clear_pool() which is done at the end of request cycle, or during hard timeouts. The logic here

[EMAIL PROTECTED] rewrite issues with reverse proxy

2006-10-13 Thread Jeff DeFord
All: I have Apache 2.0.59 running as a reverse proxy with mod_proxy_html. I was able to get the proxy server to work and also the URLs all appear to originate from the proxy server. There is, however, a small issue where the index page is not getting rewritten correctly and   is getting rewritte

[EMAIL PROTECTED] mod proxy ajp: access forbidden

2006-10-13 Thread hv @ Fashion Content
I use ajp to connect to one Tomcat host, which works fine. But all other connections fail with a 403 access forbidden. In the error log the only thing I see is [warn] proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy, make sure the proxy submodules

Re: [EMAIL PROTECTED] Is KeepAlive applicable on HTTPS/SSL server?

2006-10-13 Thread Joshua Slive
On 10/13/06, Qingshan Xie <[EMAIL PROTECTED]> wrote: Hi! All, We have a 2.0.59 HTTPS server on Solaris 8. After I turned on "KeepAlive On" and monitored it by mod_status, I did not see any connection in KeepAlive state. Seems keepalive is not applicable on HTTPS/SSL server. Can some one te

Re: [EMAIL PROTECTED] Is KeepAlive applicable on HTTPS/SSL server?

2006-10-13 Thread Serge Dubrouski
HTTP is sessionless protocol so it needs KeepAlive feature to keep TCP connection active. HTTPS connections are always active untill client leaves your site. On 10/13/06, Qingshan Xie <[EMAIL PROTECTED]> wrote: Hi! All, We have a 2.0.59 HTTPS server on Solaris 8. After I turned on "KeepAliv

[EMAIL PROTECTED] Is KeepAlive applicable on HTTPS/SSL server?

2006-10-13 Thread Qingshan Xie
Hi! All, We have a 2.0.59 HTTPS server on Solaris 8. After I turned on "KeepAlive On" and monitored it by mod_status, I did not see any connection in KeepAlive state. Seems keepalive is not applicable on HTTPS/SSL server. Can some one tell me if this is true and why? Thx, Q.Xie ___

Re: [EMAIL PROTECTED] Rewriting depending on access through subdomain

2006-10-13 Thread Joshua Slive
On 10/12/06, Hermann Kleister <[EMAIL PROTECTED]> wrote: Hello, I have a shared hosting setup with one domain example.org and a subdomain test.example.org. The document root of example.org is /home/user1/example.org/ and the document root for test.example.org lies within this, in /home/user/examp

Re: [EMAIL PROTECTED] Directory listing empty

2006-10-13 Thread Steve Swift
Does the userid under which you run apache (See the User directive) or the group (See the Group directive) have both "r" and "x" authority on /usr  and  /usr/share and /usr/share/doc and "r" authority on the files you want to see in the list. These authorities typically come from the "Other" access

Re: [EMAIL PROTECTED] Help in startup.

2006-10-13 Thread Joshua Slive
On 10/13/06, Kris Da San Martino <[EMAIL PROTECTED]> wrote: I'm getting an error when I try starting Apache 2.0.58 on my Windows XP box. The program loaded fine but when I try starting it from in services the following message is displayed. "Windows could not start the Apache2 on Local Comp

Re: [EMAIL PROTECTED] Directory listing empty

2006-10-13 Thread Joshua Slive
On 10/13/06, Tremal Naik <[EMAIL PROTECTED]> wrote: so I added to the above file the following directive: Order Allow,Deny Allow from all If you need that, then you likely have another block somewhere that is denying access. You might want to check into that. Now I can ac

Re: [EMAIL PROTECTED] please subscribe!

2006-10-13 Thread Jeff Mohler
Ok On 10/13/06, Marcelo de Moraes Serpa <[EMAIL PROTECTED]> wrote: please add me! - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsu

Re: [EMAIL PROTECTED] Problem with Apache 2.0.59

2006-10-13 Thread Sander Temme
On Oct 13, 2006, at 10:03 AM, Devireddy, Nagendra Reddy (STSD) wrote: One more thing .. Its working on the same machine where it is build but we copied the binaries to someother machine .. There its giving this problem. Do we need to copy any other files/directories other than httpd direct

[EMAIL PROTECTED] Directory listing empty

2006-10-13 Thread Tremal Naik
Hello everybody, this is the first time I write to this ML. I'm not able to list files in the directory /usr/share/doc/ I only get a page with the link "Parent Directory" I have installed Apache 2 on a Debian System: # apache2 -v Server version: Apache/2.0.54 Server built: Jul 28 2006 08:55:3

RE: [EMAIL PROTECTED] Problem with Apache 2.0.59

2006-10-13 Thread Devireddy, Nagendra Reddy (STSD)
Hello Sander, Thank you very much for your reply. Both ServerRoot and LockFile has 777 permissions. Still I am facing the problem. Do we need to change the configuration file .. One more thing .. Its working on the same machine where it is build but we copied the binaries to someother machine ..

[EMAIL PROTECTED] Help in startup.

2006-10-13 Thread Kris Da San Martino
Good morning:    I’m getting an error when I try starting Apache 2.0.58 on my Windows XP box. The program loaded fine but when I try starting it from in services the following message is displayed. “Windows could not start the Apache2 on Local Computer, for more information, review the

Re: [EMAIL PROTECTED] Problem with Apache 2.0.59

2006-10-13 Thread Sander Temme
On Oct 13, 2006, at 7:06 AM, Devireddy, Nagendra Reddy (STSD) wrote: Hi, Just Now I have compiled and Installed the Apache version 2.0.59. Build and install went fine but while starting Its not started. In error_log I have seen the following message. Can some one help me in this .. [Fri

RE: [EMAIL PROTECTED] Problem with Apache 2.0.59

2006-10-13 Thread Boyle Owen
> -Original Message- > From: Devireddy, Nagendra Reddy (STSD) [mailto:[EMAIL PROTECTED] > Sent: Friday, October 13, 2006 2:07 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Problem with Apache 2.0.59 > > > Hi, Just Now I have compiled and Installed the Apache version 2.0.59

[EMAIL PROTECTED] please subscribe!

2006-10-13 Thread Marcelo de Moraes Serpa
please add me!

Re: [EMAIL PROTECTED] Trouble Compiline httpd-2.2.3

2006-10-13 Thread Kenneth Svee
> KS> [ Richard Luckhurst ] >>> Hi >>> >>> I am trying to complie httpd-2.2.3 on a Fedora 5 Linix box and I am getting >>> errors. Below are is the error and the compiler output at the point the >>> failure >>> occurs. >>> >>> /usr/local/apache2/build/libtool --silent --mode=link gcc -g -O2 -pthr

[EMAIL PROTECTED] Problem with Apache 2.0.59

2006-10-13 Thread Devireddy, Nagendra Reddy (STSD)
Title: Problem with Apache 2.0.59 Hi, Just Now I have compiled and Installed the Apache version 2.0.59. Build and install went fine but while starting Its not started. In error_log I have seen the following message. Can some one help me in this .. [Fri Oct 13 16:47:17 2006] [emerg] (22

Re: [EMAIL PROTECTED] Cannot Start HTTPD Service

2006-10-13 Thread masro
Hi, you have to customize your 2.0.59/bin/envvars it looks like that libldap-2.2.so.7 is not found for linking in LD_LIBRARY_PATH, try . /usr/bin/envvars ldd /usr/bin/httpd regards Nick Kew schrieb: On Thursday 12 October 2006 17:31, Bjorgen T. Eatinger wrote: Whenever I try starti