Re: [cli-users] How to tell what account you are running in?

2006-04-14 Thread Johan Arens
Hi Siegfried I think that even if the web server was running the same user account as access, you could not open access anyway, by default access is mono-user. I think you might have some options to enable that within access, but I can not help you with that, I'm not an access specialist. Btw

RE: [EMAIL PROTECTED] Documentroot does not redirect...

2006-04-14 Thread Axel-Stéphane SMORGRAV
Using a wildcard for the IP address is perfectly fine. The problem is as you point out, the fact that the first virtual host is not the named one, and since it is the first, all requests will be processed according to the rules within that. -ascs From:

RE: [EMAIL PROTECTED] Problems with JS, IE 6.0 and mod_deflate

2006-04-14 Thread Axel-Stéphane SMORGRAV
IE does not particularly like compressed CSS and JS and exhibits exactly the behaviour you describe when you download a compressed CSS or a compressed JS which compressed size is less than 5 KB (?? not sure about the number, but if memory serves me right it corresponds to some Windows registry

Re: [EMAIL PROTECTED] Problems with JS, IE 6.0 and mod_deflate

2006-04-14 Thread Nick Kew
On Friday 14 April 2006 06:54, Simon Werner wrote: We are encountering a problem with IE 6.0 SP1 where it seems to have problems with compressed data being served from the IBM HTTP Server 2.0.47 (Apache). Using the mod_deflate option to compress static and dynamic data on the run. The

[EMAIL PROTECTED] Apache, Virtual Hosting, Dymamic IP, DNS2Go, GoDaddy

2006-04-14 Thread jvz
Thx to everybody's help in this regard. This seems to work: Had to change the forwarding in godaddy to realftp http://www.realwebonline.net:81 realsms http://www.realwebonline.net:82 and on my local pc the hosts files to 10.0.0.2www.realftp.net:81 10.0.0.2www.realsms.net:82 As

[EMAIL PROTECTED] [mod_mbox]charset + multipart troubles

2006-04-14 Thread philguillard
Hi, I get troubles rendering emails with mod_mbox (rls 0.2 or svn trunk or branch/surgery, launching /usr/local/apache2/bin/mod-mbox-util -v -c /foo to index my mboxes) -I get a message An error occured while fetching this message, sorry ! with mod_mbox if i try to index

[EMAIL PROTECTED] How to SSL protect certain directories

2006-04-14 Thread Romeo Theriault
I have an apache website that I need some directories protected by ssl. So I got the certificate etc... Now I have two virtual hosts, one that is the unsecure and one that is the secure. There are only a few directories that I need secured by ssl. for

[EMAIL PROTECTED] How to populate MSAccess Database while Apache HTTPD Queries it?

2006-04-14 Thread Siegfried Heintze
Sorry if this appears twice. When I did not see it echo I sent it again -Original Message- From: siegfried [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 13, 2006 6:16 PM To: 'users@httpd.apache.org' Subject: Populating Microsoft MDB file and simultaneously querying it

RE: [EMAIL PROTECTED] How to populate MSAccess Database while Apache HTTPD Queries it?

2006-04-14 Thread Garry Taylor
-Original Message- From: Siegfried Heintze [mailto:[EMAIL PROTECTED] Sent: 14 April 2006 15:08 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] How to populate MSAccess Database while Apache HTTPD Queries it? Sorry if this appears twice. When I did not see it echo I

RE: [EMAIL PROTECTED] mod_perl problem

2006-04-14 Thread Garry Taylor
You can always do it the old fashioned way and compile the new module J Giz -Original Message- From: o omida parasita [mailto:[EMAIL PROTECTED] Sent: 14 April 2006 15:16 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_perl problem Hello, I have FC2 with

[EMAIL PROTECTED] proxy only asp files

2006-04-14 Thread Matt Richards
hello :) been playing around LOTS with different setups and everything and i had a sudden brainwave the other day and it worked :D ... kinda ! what i have currently got setup is this ... [EMAIL PROTECTED] root]# cat /usr/local/httpd/cgi-bin/asp-proxy #!/bin/sh # disable filename globbing set

RE: [EMAIL PROTECTED] proxy only asp files

2006-04-14 Thread Axel-Stéphane SMORGRAV
Maybe I have completely misunderstood your problem, but I'll give it a try anyway. From my understanding you have an ASP application running on some IIS behind an Apache server, and you want to proxy all requests to the ASP application to the IIS, and have the Apache server respond directly to

[EMAIL PROTECTED] Re: Problems with JS, IE 6.0 and mod_deflate

2006-04-14 Thread Joost de Heer
Simon Werner wrote: We are encountering a problem with IE 6.0 SP1 where it seems to have problems with compressed data being served from the IBM HTTP Server 2.0.47 (Apache). IBM HTTP Server != Apache HTTP Server, It's based on Apache HTTP Server, with IBM specific stuff thrown in. Joost

[EMAIL PROTECTED] different auth depending on client network

2006-04-14 Thread Covington, Chris
Hi all, I have Request Tracker setup to use AuthLDAP and I'd like it to use NTLM for certain internal networks. Is this possible? thanks --- Chris Covington IT Plus One Health Management 75 Maiden Lane Suite 801 NY, NY 10038 646-312-6269 http://www.plusoneactive.com

[EMAIL PROTECTED] Re: How to SSL protect certain directories

2006-04-14 Thread Joost de Heer
Romeo Theriault wrote: I have an apache website that I need some directories protected by ssl. So I got the certificate etc... Now I have two virtual hosts, one that is the unsecure and one that is the secure. There are only a few directories that I need secured by ssl. for example:

[EMAIL PROTECTED] Installing Apache 2.2.0 on AMD Opteron running SuSE 10

2006-04-14 Thread Jennifer
Hi, Compiling Apache 2.2.0 on an AMD Opteron running SuSE 10 failed with the following error message: /usr/lib/libexpat.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[3]: *** [libaprutil-1.la] Error 1 make[3]: Leaving directory

Re: [EMAIL PROTECTED] proxy only asp files

2006-04-14 Thread Matt Richards
hello :) cheers for your feedback, i have just tried what you said and i'm getting this ... %pageTitle=Page Title % which just says the .asp files arn't being parsed by IIS oh and i think i got something working with mod_rewrite but i had a big problem of ... if i had a default

RE: [EMAIL PROTECTED] Installing Apache 2.2.0 on AMD Opteron running SuSE 10

2006-04-14 Thread Garry Taylor
Hi Jen, You can add a flag to the compile option to say what lid dir you want to include. See the link below for more http://httpd.apache.org/docs/2.2/programs/configure.html If that does not work you can edit the /etc/ld.so.conf file and rerun ldconfig as root. Giz -Original Message-

[cli-users] How to tell what account you are running in?

2006-04-14 Thread siegfried
How do I determine what account I am running? I have cygwin cron jobs populating a Microsoft Access database. Simultaneously, httpd/cli is querying that database. Which account are the latter using? The problem is that the cron jobs are running in the administrator account and are

[EMAIL PROTECTED] Re: How to SSL protect certain directories

2006-04-14 Thread Romeo Theriault
Joost, I've tried you option, RewriteCond %{REQUEST_URI} !^/secure_dir(.*) RewriteCond %{HTTPS} on RewriteRule /^(.*) http://my.site/$1 but still get no change in behaviour. It won't go back to http once it's gone to https:. Is there any additional information that I can provide to you to

[EMAIL PROTECTED] Apache 2.2.0 and mod_authnz_ldap

2006-04-14 Thread Brian Kosick
Hi All, I'm trying to get mod_authnz_ldap working statically compiled in, and I cannot seem to get it working. Whenever I try to start up apache I get the following error. [Fri Apr 14 11:36:41 2006] [error] Module mod_ldap missing. Mod_ldap (aka. util_ldap) must be loaded in order for

RE: [EMAIL PROTECTED] How to populate MSAccess Database while Apache HTTPD Queries it?

2006-04-14 Thread Siegfried Heintze
Gary, Why cannot I not just run the cygwin cron jobs under the same account as Apache httpd is using? That ought to fix the problem. Can someone tell me where in the httpd.conf file I specify the account that Apache httpd uses? I thought I saw it in there once. If it is not specified

[EMAIL PROTECTED] Re: Apache 2.2.0 and mod_authnz_ldap

2006-04-14 Thread Brian Kosick
Never mind... I figured it out. I was missing a flag: --enable-ldap ./configure --prefix=/var/build/bkosick/edg-cozumel/Build/edg/edg-build/apache/build --bindir=/var/build/bkosick/edg-cozumel/Build/edg/edg-build/apache/build/bin.Linux

Re: [EMAIL PROTECTED] Problems with JS, IE 6.0 and mod_deflate

2006-04-14 Thread Simon Werner
Thanks a lot for all the advice. Unfortunately we are limited to using only IE so we cannot implement other browsers. The mod_filter looks promising, I will try that. Thanks, Simon On 4/14/06, Axel-Stéphane SMORGRAV [EMAIL PROTECTED] wrote: IE does not particularly like compressed CSS and JS

Re: [EMAIL PROTECTED] Installing Apache 2.2.0 on AMD Opteron running SuSE 10

2006-04-14 Thread William A. Rowe, Jr.
Jennifer wrote: P.S. Just for an experiment, I compiled Apache 2.0.55 on the same machine with same OS, and I was able to compile and install Apache 2.0.55 successfully without any problem. Just so you are clear, when you built 2.0 - I suspect you built for 32 bits. When you tried to

Re: [EMAIL PROTECTED] Installing Apache 2.2.0 on AMD Opteron running SuSE 10

2006-04-14 Thread Alexey Polyakov
Sorry for the offtopic, I was always wondering (even since Apache 1.3) - why does it require expat even in minimal installs? I thought expat is XML parsing library... On 4/15/06, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Jennifer wrote: P.S. Just for an experiment, I compiled Apache

[EMAIL PROTECTED] WebDav Fileserver With Permissions?

2006-04-14 Thread Michael Stearne
For the past few days I have been looking ofr/coming up with a solution in order to use WebDav (or something else) as a web/Internet based fileserver. Goals: * Have a share that is accessible from either Windows/OS X/Linux (WebDav?) * Require file locking (meaning if the file is opened by user1

Re: [EMAIL PROTECTED] Installing Apache 2.2.0 on AMD Opteron running SuSE 10

2006-04-14 Thread William A. Rowe, Jr.
Alexey Polyakov wrote: Sorry for the offtopic, I was always wondering (even since Apache 1.3) - why does it require expat even in minimal installs? I thought expat is XML parsing library... Three letters... DAV If you inspect a webdav request, you will see that the actual payload moves from

[EMAIL PROTECTED] 1.3.34 Crashing Regularly on Windows

2006-04-14 Thread trlists
I have been fighting this issue for a while now but recently I've been trying to track it down as it has become very annoying. Here's the setup I am currently using on my Windows system when doing some development (the live server is on Unix and there are no such issues): XP