RE: [EMAIL PROTECTED] Forbidden

2006-11-06 Thread Boyle Owen
> -Original Message- > From: Peter Winch [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 04, 2006 10:44 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Forbidden > > Any ideas how I can track this? I found: client denied by > server configuration in my error.log This

[EMAIL PROTECTED] httpd 2.2.3 compile failures

2006-11-06 Thread Erik van Dam
Dear All, I'm trying to compile apache 2.2.3 with the following options: "./configure" \ "--prefix=/usr/local/apache" \ "--with-mpm=prefork" \ "--disable-include" \ "--disable-cgid" \ "--disable-imap" \ "--disable-userdir" \ "--enable-mods-shared=cgi ssl expires" \ "--enable-so" \ "--sysconfdir=

RE: [EMAIL PROTECTED] Apache forbidden error

2006-11-06 Thread Boyle Owen
> -Original Message- > From: John Meyer [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 04, 2006 11:33 PM > To: [EMAIL PROTECTED]; users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache forbidden error > > Hi, I am getting an Access Forbidden Error 403 on my files, > even thoug

Re: [EMAIL PROTECTED] LocationMatch and DirectoryMatch regex

2006-11-06 Thread Stefano Sasso
2006/11/3, Joshua Slive <[EMAIL PROTECTED]>: No. Sometimes you can use mod_rewrite to enforce similar restrictions, but you can't, in general, use wildcards like that. thanks. I've resolved using mod_rewrite. here the solution: RewriteEngine On RewriteRule ^/(.*) /srv/web/%{LA-U:REMOTE_USER}/

Re: [EMAIL PROTECTED] Apache load balancing

2006-11-06 Thread Kenneth Svee
[ "[EMAIL PROTECTED]" <[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 %

Re: [EMAIL PROTECTED] Can't start Apache 2.0.59

2006-11-06 Thread Kenneth Svee
[ IT Professional ] > I've compiled Apache 2.0.59 with OpenSSL 0.9.9[dev]. > The server can run well with RSA cert but when I tried to run it > with ECC cert, the server refused to start. > Log files are showing: ... > [Fri Nov 03 14:52:21 2006] [error] Oops, no RSA or DSA server certificate > fo

Re: [EMAIL PROTECTED] httpd fails to start - XmlInitUnknownEncoding error, Solaris 10

2006-11-06 Thread Dan Richardson
Luc,   Works great!   Thanks for the help, Dan  On 10/27/06, Luc I. Suryo <[EMAIL PROTECTED]> wrote: > Thanks for the tip, I double checked and all> required packages are definately installed OK, so still not sure what's > causing this problemI believe this is the libxml issue, do thisldd /usr/

Re: [EMAIL PROTECTED] Compiling Apache 2.2.3 - SuSe 10.1 64 bits

2006-11-06 Thread Joe Orton
On Sat, Nov 04, 2006 at 12:56:12PM -0300, Rodolfo wrote: > Does anyone know how to solve it ? I receive the following message after I > comand the make ... > /usr/lib/libexpat.so: could not read symbols: File in wrong format > collect2: ld returned 1 exit status Try running "rpm --erase expat-dev

[EMAIL PROTECTED] Require ldap-group directive issue in Apache 2.2

2006-11-06 Thread Christophe Gravier
Hello, Regarding new Apache 2.2 authentification and authorization layers, especially ldap-group ( http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html#reqgroup ), I wanted to build authentification and authorization based on ldap group membership. I build my directive the same way as

RE: [EMAIL PROTECTED] Apache forbidden error

2006-11-06 Thread ROGER DEBRY
I was having the same problem and it turned out to be a problem with SELinux permissions. >>> "Boyle Owen" <[EMAIL PROTECTED]> 11/6/2006 1:42 AM >>> > -Original Message- > From: John Meyer [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 04, 2006 11:33 PM > To: [EMAIL PROTECTED]; user

[EMAIL PROTECTED] Perl via CGI vs mod_perl

2006-11-06 Thread Spartanicus
Ref: local dev setup of Apache 2.0x and ActivePerl 5.x on W98SE. I have Perl working via CGI, I wanted to use mod_perl to avoid the alleged lag associated with CGI (I'm not sure that it matters on a dev only machine, but anyway). I followed the installation procedure for Windows, I used Randy Kob

[EMAIL PROTECTED] Re: httpd 2.2.3 compile failures

2006-11-06 Thread Erik van Dam
Erik van Dam wrote: Dear All, I'm trying to compile apache 2.2.3 with the following options: "./configure" \ "--prefix=/usr/local/apache" \ "--with-mpm=prefork" \ "--disable-include" \ "--disable-cgid" \ "--disable-imap" \ "--disable-userdir" \ "--enable-mods-shared=cgi ssl expires" \ "--enable

[EMAIL PROTECTED] .htaccess

2006-11-06 Thread Dave Challener
Hi all. I am trying to get .htaccess working on my home server.  It is a RedHat distro version of Apache httpd. I have done 3 things: 1) in the httpd.conf file I have added the following lines: # # Possible values for the Options directive are "None", "All", # or any combination of: #   Ind

RE: [EMAIL PROTECTED] .htaccess

2006-11-06 Thread Boyle Owen
> -Original Message- > From: Dave Challener [mailto:[EMAIL PROTECTED] > Sent: Monday, November 06, 2006 4:34 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] .htaccess > > > Hi all. > > I am trying to get .htaccess working on my home server. It > is a RedHat distro versio

Re: [EMAIL PROTECTED] .htaccess

2006-11-06 Thread Sander Temme
On Nov 6, 2006, at 7:34 AM, Dave Challener wrote: HOWEVER... it won't accept any of the userid / password combinations I give it. What are the permissions on /root/SOadmin/.htpasswd, can the web server child processes read it? They do not run as root, so you need world-readable on that f

Re: [EMAIL PROTECTED] .htaccess

2006-11-06 Thread Dave Challener
Oh do I feel stupid. Thanks! David Challener, PhD STSM PCD 441-6891 Sander Temme <[EMAIL PROTECTED]> 11/06/2006 11:13 AM Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] .htaccess On Nov 6, 2006, at 7:34 AM, Dave Cha

[EMAIL PROTECTED] Problems with cgi-bin and post method

2006-11-06 Thread Klemen Kozmus
Hi! I'm having a trouble configuring Apache HTTP Server 2.2.3. I want to run Matlab server which I had set up as instructed. The form action in html is as followed: ... If I click the Submit button in Firefox, the browser offers to download matweb.exe, if I try it in Explorer I

Re: [EMAIL PROTECTED] .htaccess

2006-11-06 Thread Steve Feehan
On Mon, Nov 06, 2006 at 08:13:04AM -0800, Sander Temme wrote: > > On Nov 6, 2006, at 7:34 AM, Dave Challener wrote: > > >HOWEVER... it won't accept any of the userid / password > >combinations I give it. > > What are the permissions on /root/SOadmin/.htpasswd, can the web > server child proc

[EMAIL PROTECTED] Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-06 Thread Benjamin Cuthbert
All I have apache 2.2.0 setup on Solaris and i am running into the same issues as the bug here, any had any updates on this. http://issues.apache.org/bugzilla/show_bug.cgi?id=36495 Error i get is: [Mon Nov 06 16:35:35 2006] [error] proxy: AJP: failed to make connection to backend: 1.1.1.2 [M

[EMAIL PROTECTED] httpd 2.2.3 build issue

2006-11-06 Thread Gary D. Margiotta
I'm running into an issue when trying to compile httpd from source on a RHEL 4.0 Update2 system, 32-bit, running as a VMWare image: Linux localhost.localdomain 2.6.9-22.EL #1 Mon Sep 19 18:20:28 EDT 2005 i686 i686 i386 GNU/Linux (yes, I know I haven't set my hostname, this was a quick clone f

[EMAIL PROTECTED] charset issues

2006-11-06 Thread Shaun T. Erickson
I moved a user's site from an apache 1.3.27 server to and apache 2.0.52 server. Now all of his (many) pages display incorrectly. It seems they all specify: and: Then he goes on to embed those <93>, etc., characters all through their pages. The old server displayed the characters correctl

Re: [EMAIL PROTECTED] charset issues

2006-11-06 Thread Joshua Slive
On 11/6/06, Shaun T. Erickson <[EMAIL PROTECTED]> wrote: I moved a user's site from an apache 1.3.27 server to and apache 2.0.52 server. Now all of his (many) pages display incorrectly. It seems they all specify: Look through httpd.conf for the AddDefaultCharset directive. Commenting it out wil

Re: [EMAIL PROTECTED] charset issues

2006-11-06 Thread Shaun T. Erickson
On 11/6/06, Joshua Slive <[EMAIL PROTECTED]> wrote: Look through httpd.conf for the AddDefaultCharset directive. Commenting it out will probably fix the problem. I tried that and it had no effect. I notice that in httpd.conf, it seems to have some knowledge of windows-1251, but not windows-125

Re: [EMAIL PROTECTED] charset issues

2006-11-06 Thread Joshua Slive
On 11/6/06, Shaun T. Erickson <[EMAIL PROTECTED]> wrote: On 11/6/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > > Look through httpd.conf for the AddDefaultCharset directive. > Commenting it out will probably fix the problem. I tried that and it had no effect. Did you restart the server? I sti

Re: [EMAIL PROTECTED] charset issues

2006-11-06 Thread Shaun T. Erickson
> On 11/6/06, Joshua Slive <[EMAIL PROTECTED]> wrote: Did you restart the server? I still give 90% odds that this is the problem. Yes, I restarted it. :) What does the server send in the HTTP response headers? The meta stuff in the html headers is completely ignored if there is a charset gi

Re: [EMAIL PROTECTED] charset issues

2006-11-06 Thread Joshua Slive
On 11/6/06, Shaun T. Erickson <[EMAIL PROTECTED]> wrote: > > On 11/6/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > > Did you restart the server? I still give 90% odds that this is the problem. Yes, I restarted it. :) > What does the server send in the HTTP response headers? The meta > stuff i

Re: [EMAIL PROTECTED] .htaccess

2006-11-06 Thread Dave Challener
Well I tried all those suggestions, and had no effect. Then I copied the .htaccess file from the subdirectory into a   ... in the httpd.conf file erased the .htaccess file. rebooted the server... AND IT WORKED! Go figure no idea what was wrong, but I don't care now that it works.:-D Th

[EMAIL PROTECTED] mod rewrite question

2006-11-06 Thread Sean Brown
I had already posted this on the configuration list, but got no replies, so I thought someone here might be able to better answer. I've got an odd thing happening and I'm not sure why. I've got the following mod rewrite conditions and rules for the default site on my apache box: Options Foll

RE: [EMAIL PROTECTED] mod rewrite question

2006-11-06 Thread Bumbia, Kamran
Have you checked the Rewrite Logs. They should indicate how the rewrite actually took place. You might be able to tell why in the case of phpadmin the rewrite is being called and why it is giving you those errors. Kamran -Original Message- From: Sean Brown [mailto:[EMAIL PROTECTED] Sent

[EMAIL PROTECTED] Apache + Perl and PHP

2006-11-06 Thread Spartanicus
For a localhost dev server I tried to get both PHP and Perl to work on Apache 2.0x so that I can try out different forum software packages without having to restart Apache, I can only get one to work at a time. I'm using the Apache PHP module, Perl uses CGI. This is the relevant bit of my config:

[EMAIL PROTECTED] Bus error (core dumped)

2006-11-06 Thread RYAN M. vAN GINNEKEN
Hello all i am tring to get apache13_modssl this on FreeeBSD ver 4.11 stable to work. apachectl start works ok but when i try to start apachectl startssl i get this on the command line   tokyo.computerking.ca > /usr/local/etc/apache #apachectl startsslBus error (core dumped) I get nothing in /var/l

[EMAIL PROTECTED] Large File Cache Question

2006-11-06 Thread Dmitryi S. Sizonenco
Hello, here's a question that has many subsections. 1. How suitable is Apache 2.2.x on Win32 for running with a huge file cache (1-2 GB and more) of hundreds of thousands of small image files? 2. If mod_mem_cache is used under Windows, would the portion of memory used by the cache always be in th

[EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html

2006-11-06 Thread mickg
What I want to accomplish: Apache reverse proxy queries internalserver.mickg.net. internalserver.mickg.net responds (in win1251). Somehow convert to utf-8, and THEN feed into mod_proxy_html. Server to user (slightly salted and flavored, in utf-8 flavor). Currently, all is working, minus the win12

[EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html, part 2

2006-11-06 Thread mickg
When doing the request for a page that is reverse-proxied, with the configuration: ProxyPass /geser/ http://192.168.17.1/ ProxyPassReverse / http://192.168.17.1/ ProxyPassReverse / CharsetOptions DebugLevel=9 NoImplicitAdd

[EMAIL PROTECTED] 403 error for index.html

2006-11-06 Thread Arun Jain
Hello Group,   I installed Apache 2.2.3 on my Windows machine.  And I can see my Apache server icon, and in services I see as started.   Very first time when I tried to look at index.html by typing   localhost/ or my machine's IP address   it gives following errors.   HTTP Error 403 - Forbidden Int

Re: [EMAIL PROTECTED] 403 error for index.html

2006-11-06 Thread Peter Winch
Check your DirectoryIndex index.htm index.html index.html.var in the httpd file.Arun Jain <[EMAIL PROTECTED]> wrote:Hello Group,   I installed Apache 2.2.3 on my Windows machine.  And I can see my Apache server icon, and in services I see as started.   Very first time when I tried to look

Re: [EMAIL PROTECTED] 403 error for index.html

2006-11-06 Thread Joshua Slive
On 11/6/06, Arun Jain <[EMAIL PROTECTED]> wrote: Hello Group, I installed Apache 2.2.3 on my Windows machine. And I can see my Apache server icon, and in services I see as started. Very first time when I tried to look at index.html by typing localhost/ or my machine's IP address it gives fol

RE: [EMAIL PROTECTED] .htaccess

2006-11-06 Thread Boyle Owen
> -Original Message- > From: Dave Challener [mailto:[EMAIL PROTECTED] > Sent: Monday, November 06, 2006 8:59 PM > To: [EMAIL PROTECTED] > Cc: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] .htaccess > > > Well I tried all those suggestions, and had no effect. > Then I copied th

RE: [EMAIL PROTECTED] Problems with cgi-bin and post method

2006-11-06 Thread Boyle Owen
> -Original Message- > From: Klemen Kozmus [mailto:[EMAIL PROTECTED] > Sent: Monday, November 06, 2006 5:55 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Problems with cgi-bin and post method > > Hi! > > I'm having a trouble configuring Apache HTTP Server 2.2.3. I > want

[EMAIL PROTECTED] Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-06 Thread Benjamin Cuthbert
All I have apache 2.2.0 setup on Solaris and i am running into the same issues as the bug here, any had any updates on this. http://issues.apache.org/bugzilla/show_bug.cgi?id=36495 Error i get is: [Mon Nov 06 16:35:35 2006] [error] proxy: AJP: failed to make connection to backend: 1.1.1.2 [M