Re: [EMAIL PROTECTED] Unable to get 403 error message

2005-12-22 Thread Harish . Chakravarthy
Oh !, I used to get a 403 error in a similar condition for apache 1.3.X . Is this new in 2.0.x ? Secondly, how can I get a 403 error ? -Harish "Tim Burden" <[EMAIL PROTECTED]> 12/22/2005 05:54 PM Please respond to users@httpd.apache.org To cc Subject Re: [EMAIL PROTECTED] Unable to get

Re: [EMAIL PROTECTED] Unable to get 403 error message

2005-12-22 Thread Tim Burden
That's what's supposed to happen. It looks for the files in the DirectoryIndex list, and then issues a 404 when it can't find one. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, December 22, 2005 8:32 PM Subject: [EMAIL PROTECTED] Unable to get 403 error message > H

[EMAIL PROTECTED] Unable to get 403 error message

2005-12-22 Thread Harish . Chakravarthy
Hi, I am running Apache 2.0.54 (compiled from source) on Solaris 9. Part of my virtual host configuration is: ServerName my.domain.edu DocumentRoot "/my/path/" ErrorDocument 500 /errors/500.htm ErrorDocument 404 /errors/404.htm ErrorDocument 403 /errors/403.htm DirectoryIndex index.htm index.

[EMAIL PROTECTED] Re: Apache 2.2 and mod_authnz_ldap module - SOLVED

2005-12-22 Thread mark clarkson
SOLVED.I figured out the problem.  The problem was ME.I transposed the "z" and "n" in authnz-ldap.  Sorry to waste your time and bandwidth.Mark. On 12/22/05, mark clarkson <[EMAIL PROTECTED]> wrote: I am trying to create the mod_authnz_ldap module for Apache 2.2.0.  Myconfiguration is as follows:So

[EMAIL PROTECTED] Apache 2.2 and mod_authnz_ldap module

2005-12-22 Thread mark clarkson
I am trying to create the mod_authnz_ldap module for Apache 2.2.0. My configuration is as follows: Solaris 9 OpenSSL v 0.9.8a Berkley DB 4.2 OpenLDAP v 2.2.19 I have build Apache 2.2.0 with no problems (no configure or compile errors) and all seems fine. But when I went to use the LDAP function

Re: [EMAIL PROTECTED] mod_jk help

2005-12-22 Thread James Taylor
Thanks for your help guys, I dont know how I did it but I managed to get configuer, make and make install to run. This is what ${APACHE_HOME}/modules/jk/ looks like -rw-r-    1 rmorrin  rmorrin   448 Dec 23 00:00 config.m4-rw-r--r--    1 rmorrin  rmorrin    741824 Dec 23 00:00 lib_jk.a-rw-r

Re: [EMAIL PROTECTED] NameVirtualHost / VirtualHost Scenario

2005-12-22 Thread Nick Kew
On Thursday 22 December 2005 21:18, Arthur DiSegna wrote: > What happens to the client who writes a script pointing to the public IP > address instead of the FQDN of the one server. Just don't let that happen. Noone works like that (at least not since 1995), and you can ignore it. If you set u

[EMAIL PROTECTED] Apache and php

2005-12-22 Thread mark student
Hi folks, I have a simple question.  I'm running Apache 1.3.x and installed the pkgs CSWphp4cgi, CSWphp4mysql, and SFWmphp.  Now, how do I configure Apache and/or PHP to display my little hello.php file in the browser?  The browser doesn't display anything when I put in the URL. Help Yahoo! for

Re: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-22 Thread Gerry Danen
Owen and others, Putting this in httpd.conf works: order deny,allow allow from 192.168.0.218 deny from all I think I will collect things like these in a single include conf file for now. All sites are maintained by myself, so there is no need for other people to tinker

[EMAIL PROTECTED] NameVirtualHost / VirtualHost Scenario

2005-12-22 Thread Arthur DiSegna
Hello, I have been thinking about the setup I am working on and wanted to run a scenario by the list gurus. My plan is to setup a production apache server with a single IP address bound to the interface. A private non routable address will be assigned to the Apache Server. There will be two pub

[EMAIL PROTECTED] Mod_proxy definitions taking precedence over mod-rewrite rules

2005-12-22 Thread Kevin D. Van Der Hart
I am running Apache 2.0.55 on Solaris. I have some mod-rewrite rules that had been working properly that make changes to URLs that also would be valid under some mod_proxy settings on a specific name based virtual host. Mod_rewrite is compiled into httpd and mod_proxy is loaded as a DSO. I upgraded

RE: [EMAIL PROTECTED] using 127.0.0.2 for ServerName?

2005-12-22 Thread Ron Larson
Arthur, I tried entering the code you wrote and unfortunately it didn't work. Could you please input your code in the enclosed httpd.conf Thank you Ron --- Arthur DiSegna <[EMAIL PROTECTED]> wrote: > Hi Ron, I may be the wrong guy to ask since I just started playing with > Apache a week ago...

[EMAIL PROTECTED] error while compiling mod_auth_tacacs for apache 1.3.33

2005-12-22 Thread talk host
 HiI would be thankful if any one can help me on following:I am tring to compile mod_auth_tacacs2 for apache 1.3.33 on solaris 8 using:./configure --with-apache=./apache_1.3.33I tried below also:./configure --with-apxs=./apache_1.3.33/bin/apxsI'm gett

[EMAIL PROTECTED] mod-ssl with or without client certificate

2005-12-22 Thread Ezio Paglia
Server version: Apache/2.0.54 Hi all. In our virtual hosts we have got a squirrelmail conf through https (without client side certificate). It works. NameVirtualHost *:443 ServerAdmin [EMAIL PROTECTED] ServerName webmail.comune.grosseto.it SSLEngine on Docume

Re: [EMAIL PROTECTED] mac reading dir

2005-12-22 Thread Joshua Slive
On 12/22/05, Benjamin Adams <[EMAIL PROTECTED]> wrote: > My config: > Alias ~$username/ "/Volumes/RAID/-backups/*/Sites/" I'm not sure where you got that syntax from. Certainly not the apache docs. Take a look at mod_userdir and the UserDir directive, which will do something like this. Joshua.

[EMAIL PROTECTED] mac reading dir

2005-12-22 Thread Benjamin Adams
On Dec 21, 2005, at 5:09 PM, Benjamin Adams wrote: Working with User web dir of a webserver. User directory setup is: /User/username -> /Volumes/RAID/username/Sites/ The connection is through a ln I found that apache will read the dir if the link can be read by www but this makes it so www an

RE: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-22 Thread Boyle Owen
> -Original Message- > From: Gerry Danen [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 22. Dezember 2005 15:58 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] .htaccess to prevent external access > > > Oddly enough, httpd.conf does not show "AllowOverride" anywhere... So ch

Re: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-22 Thread Gerry Danen
Oddly enough, httpd.conf does not show "AllowOverride" anywhere... This is really baffling! Gerry On 12/22/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > > > The error log says ".htaccess: order not allowed here"... > > 1) Your resource is a script (hence the error

RE: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-22 Thread Boyle Owen
> -Original Message- > > The error log says ".htaccess: order not allowed here"... 1) Your resource is a script (hence the error 500) - it's easier to debug if it's a plain file. 2) Your Allow directives are in a .htaccess file - it's easier to debug if they're in a Directory block in t

RE: [EMAIL PROTECTED] mod_jk help

2005-12-22 Thread Fenlason, Josh
Title: Message Do you have gcc in your path?  The following works for me. CC="gcc" \ ./configure \ --with-apxs=/home/rmorrin/sw/apache2.0/bin/apxs \ --with-java-home=/home/rmorrin/sw/jdk1.5.0_05 \ --with-java-platform=2 \ --enable-jni -Original Message-From: James Taylor [mailt

Re: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-22 Thread Gerry Danen
On 12/22/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Gerry Danen [mailto:[EMAIL PROTECTED] > > Sent: Donnerstag, 22. Dezember 2005 07:31 > > To: users@httpd.apache.org > > Subject: Re: [EMAIL PROTECTED] .htaccess to prevent external access > > > > > > Hmmm...

Re: [EMAIL PROTECTED] mod_jk help

2005-12-22 Thread James Taylor
Ok, I set an env var CC to gcc but configure is still breaking. The following is the command I try to execute   >./configure --with-apache=/home/rmorrin/sw/apache2.0 --with-java-home=/home/rmorrin/sw/jdk1.5.0_05 --with-java-platform=2 -enable-jni   Heres my output   >hecking build system type... sp

RE: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-22 Thread Boyle Owen
> -Original Message- > From: Eugene [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 22. Dezember 2005 11:28 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] .htaccess to prevent external access > > > On Thu, Dec 22, 2005 at 12:31:17AM CST, Gerry Danen > <[EMAIL PROTECTED]> wro

Re: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-22 Thread Eugene
On Thu, Dec 22, 2005 at 12:31:17AM CST, Gerry Danen <[EMAIL PROTECTED]> wrote: : : Hmmm... Now I get an error 500... : : Order Deny,Allow : Deny from all : Allow from 192.168.0.218 : : No combinations seem to work. Are you sure your IP address is 192.168.0.218? What happens if you remove th

RE: [EMAIL PROTECTED] .htaccess to prevent external access

2005-12-22 Thread Boyle Owen
> -Original Message- > From: Gerry Danen [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 22. Dezember 2005 07:31 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] .htaccess to prevent external access > > > Hmmm... Now I get an error 500.. 500 means "internal server error" - tha