Re: [EMAIL PROTECTED] Having problem getting Alias's to work....

2006-11-03 Thread Joshua Slive
[Do you know that you are sending html mail with font size="1" (the smallest possible size -- almost unreadable)? This almost caused me to delete your email without even reading it. If you must send html (and you really shouldn't), at least use a decent-sized font.] On 11/3/06, [EMAIL PROTECTED

Re: [EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-03 Thread toadie D
Richard This link is slightly better. http://www.apachelounge.com/forum/viewtopic.php?t=785 and it worked for me (built on WinXP SP2 and deployed on Win2K) I assume you also downloaded the Platform SDK in addition to the VC++ 2005? On 11/3/06, Richard de Vries <[EMAIL PROTECTED]> wrote: W

Re: [EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-03 Thread Richard de Vries
William, I am just having a hell of a time getting that to work, plus now I also need to get mod_ssl compiled. :( I am stuck on libapr, which is complaining about unresolved external objects. (see my previous email). I am using Visual C++ Express 2005, and on one website I read the following: "T

Re: [EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-03 Thread William A. Rowe, Jr.
This is really dodgy advice - download the MSVC 8 (2005) runtime installer directly from Microsoft and install it. Issue solved. If you are running the debug build, you have to do the -same thing- only you will find the debug MSVC runtime in your product tree, again, just install it. toadie D w

Re: [EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-03 Thread Richard de Vries
Thanks for the info .. but no go. I am following some very good instructions at this URL and have gotten much farther: http://www.apachelounge.com/forum/viewtopic.php?t=103 However, I am getting failures on libapr: Generating Code... Compiling resources... Linking... Creating library .\Releas

Re: [EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-03 Thread toadie D
look for dir %WINDOWS%\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd and the equivalent %WINDOWS\WinSxS\manifests\[same name as above] put the DLL as well as a copy of the manifest inside your bin dir. Here's a manifest that works on Win2K SP4 ===

[EMAIL PROTECTED] Having problem getting Alias's to work....

2006-11-03 Thread fschnittke
Hi: I'm new to apache and I am having some real troubles getting an alias to work. I'm using apache 1.3.29 on OpenBSD 3.8 I can get an alias to work if it's in the /var/www/ directory but I can't alias to anything elsewhere on the file system. I've chmod'd this and chgrp'd that but no luck. Her

[EMAIL PROTECTED] 2.0.59 on OS/2

2006-11-03 Thread John Stewart
Greetings: I have an OS/2 box running Apache 2.0.59. After some indeterminate period of time (days, but sometimes weeks) an interesting problem develops, with nothing in the error_log file. Pages will load text quickly, but the images on the same page either won't load at all or will load incredi

Re: [EMAIL PROTECTED] mod_rewrite help

2006-11-03 Thread Dayton Jones
Joshua Slive wrote: On 11/3/06, Dayton Jones <[EMAIL PROTECTED]> wrote: I'm trying to use mod_rewrite and redirect http requests to https .. this is working great, but I need to exlude a specific directory, it has to remain http. I've googled, and read the mod_rewrite documentaion but just can'

[EMAIL PROTECTED] step by step instructions for compiling Apache under Windows

2006-11-03 Thread Richard de Vries
Hi there, does anyone have any step by step instructions on how to compile Apache under windows. I did find a document on the apache website that describes how to compile Apache ... and as a matter of fact, it compiled just fine. But I am having a hell of a time figured out how the dependencies o

[EMAIL PROTECTED] Deflate configuration problem

2006-11-03 Thread Nick Kochakian
Hi, I've run into a slight problem while trying to configure mod_deflate in Apache 2.0.x. I want to be able to use the content type of a document to determine when compression should be enabled. I have this so far: # Enable compression for text files AddOutputFilterByType DEF

Re: [EMAIL PROTECTED] mod_rewrite not working

2006-11-03 Thread Joshua Slive
On 11/3/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Richard de Vries [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 02, 2006 7:24 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] mod_rewrite not working > > I did that prior to the grep on O

Re: [EMAIL PROTECTED] LocationMatch and DirectoryMatch regex

2006-11-03 Thread Joshua Slive
On 11/3/06, Stefano Sasso <[EMAIL PROTECTED]> wrote: is it possibile to have something similar, but with no need of restarting apache every time a user is added? is it possible to have something like: ... DAV On require user $1 # or something like this ... No. Sometimes you can use mod_rewr

Re: [EMAIL PROTECTED] mod_rewrite help

2006-11-03 Thread Joshua Slive
On 11/3/06, Dayton Jones <[EMAIL PROTECTED]> wrote: I'm trying to use mod_rewrite and redirect http requests to https .. this is working great, but I need to exlude a specific directory, it has to remain http. I've googled, and read the mod_rewrite documentaion but just can't figure this out. H

[EMAIL PROTECTED] mod_rewrite help

2006-11-03 Thread Dayton Jones
I'm trying to use mod_rewrite and redirect http requests to https .. this is working great, but I need to exlude a specific directory, it has to remain http. I've googled, and read the mod_rewrite documentaion but just can't figure this out. Here is the relevant section from httpd.conf (apach

[EMAIL PROTECTED] Strange priority problem mod_tsa, apache2 with https

2006-11-03 Thread Yann
Hi all, I post here because i don't find a solution with mod_tsa team, and it's perhaps a apache related problem. I test mod_tsa ( http://www.opentsa.org/ ) with Apache2 (2.0 and 2.2), mod_tsa work under http but i've a strange problem; under https only, all my request are read by mod_tsa withou

Re: [EMAIL PROTECTED] Sending 2+ GIG data via mod_proxy hangs Apache 2.2.3 with 100% CPU.

2006-11-03 Thread toadie D
2 GIG using HTTP Post with content-type = application/octet-stream I am wondering if large file supports are also avail. on Windows or is it only a Unix feature. Thanks On 11/3/06, Pid <[EMAIL PROTECTED]> wrote: 2 gig of what, sorry? toadie D wrote: > Environment: > Apache 2.2.3 > Win

[EMAIL PROTECTED] Linking to a Shared Object

2006-11-03 Thread Christiaan Lamprecht
Hi all, The idea: So the idea is to install mod_assl (a module I wrote) in Apache as an DSO object. This works fine but I now need mod_assl to use functions in assl.c (also my code), and these assl.c functions should also be available to external programs such as application.c (which has it's own

[EMAIL PROTECTED] LocationMatch and DirectoryMatch regex

2006-11-03 Thread Stefano Sasso
Hi everybody, someone knows if is it possible to work with regex-variables in LocationMatch or DirectoryMatch? for exampe, I have this situation: Alias /dav /srv/webhome then every user can access via webdav on his own home dir only ... DAV On require user customer1 ... ... DAV On require us

[EMAIL PROTECTED] RE: RE: Apache/2.0.55 (Win32) PHP/5.1.1 problem

2006-11-03 Thread Nahon
Boyle Owen wrote: > > I'd have to leave it to a windows expert to judge if the platform is > appropriate for the task. From what I've heard, Windows Server ain't too > bad (it could've been win98...). As regards, the apache version - to my > knowledge, there's no need to use any specific version

RE: [EMAIL PROTECTED] RE: Apache/2.0.55 (Win32) PHP/5.1.1 problem

2006-11-03 Thread Boyle Owen
> -Original Message- > From: Nahon [mailto:[EMAIL PROTECTED] > Sent: Friday, November 03, 2006 10:07 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] RE: Apache/2.0.55 (Win32) PHP/5.1.1 problem > > > I use old Apache because of PHP docs say so (as far as I remember). > PHP do

[EMAIL PROTECTED] DirectoryIndex not working when mod_autoindex loaded

2006-11-03 Thread Frank Hempel
Hello, When I have loaded the mod_autoindex additionally to the mod_dir I'm getting the error "Directory index forbidden by rule: /some/dir" when I request the path /some/dir or /some/dir/ When I do not load autoindex, it works, that means the index.* files will be taken. The DirectoyIndex r

[EMAIL PROTECTED] RE: Apache/2.0.55 (Win32) PHP/5.1.1 problem

2006-11-03 Thread Nahon
I use old Apache because of PHP docs say so (as far as I remember). PHP does do (lots of) DB operations but no transactions ( :) ) on MSSQL but the queries are optimized for good performance (and if no errors, pages loads 0.01 to 2 secs (there are heavy queries)). (It is a firm intranet site for l

Re: [EMAIL PROTECTED] Sending 2+ GIG data via mod_proxy hangs Apache 2.2.3 with 100% CPU.

2006-11-03 Thread Pid
2 gig of what, sorry? toadie D wrote: > Environment: > Apache 2.2.3 > Windows 2000 > > Config: > > Apache 2.2.3 --->> mod_proxy/proxy_http ---> Tomcat 5.5.x > > When a client sends via HTTP (or /S) to apache which proxies the > request to the backend Tomcat , at right around 2 GIG mark

Re: [EMAIL PROTECTED] How does mod_expires handle proxied Cache-control content ?

2006-11-03 Thread Matus UHLAR - fantomas
On 02.11.06 14:29, ABAPGUY wrote: > I have an Apache 2.0 Reverse Proxy . One of my downstream servers is an > IIS server with Expires Header set to 12 hours for content . I have Apache > configured with mod_expires as so (3600 seconds = 1 hour) > > ExpiresActive On > ExpiresByType image/gif A3600

[EMAIL PROTECTED] mod_auth_ldap configuration

2006-11-03 Thread Tim Liu
Folks,After configuring mod_auth_ldap in Apache 2.0.59, it fails to start in my windows 2000 SP4 with the following "System Event Log" (There is no "Appication Event Log"):The Apache2 service terminated with service-specific error 1. If I comment out the following line in conf\httpd.conf, Apache c

RE: [EMAIL PROTECTED] Apache/2.0.55 (Win32) PHP/5.1.1 problem

2006-11-03 Thread Boyle Owen
> -Original Message- > From: Nahon [mailto:[EMAIL PROTECTED] > Sent: Friday, November 03, 2006 9:10 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache/2.0.55 (Win32) PHP/5.1.1 problem > > > Hi. > > I maintain a web server using the above software and I > experience pro

[EMAIL PROTECTED] Apache/2.0.55 (Win32) PHP/5.1.1 problem

2006-11-03 Thread Nahon
Hi. I maintain a web server using the above software and I experience problems I don't know how to solve. The first (and the most annoying) one is when sometimes the Apache (I think) "flats out": processor load of Apache processes are 0 and no requests are served. Apache doesn't get responding un