RE: [cli-users] NullReferenceException

2006-02-08 Thread Rob Hughes
Wes, Every time I've gotten a NullRefernceException,the problem was never with mod_aspdotnet. I'm not one of the developers, so my experience is limited. -Rob Hughes From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 7:37 PMTo:

Re: rewrite/proxy: Request unescaped

2006-02-08 Thread Thomas Krüger
Am Dienstag, 7. Februar 2006 20:18 schrieb Robert Ionescu: im virtualhost/per-server context: RewriteEngine on RewriteMap escapeing int:escape RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/%{SERVER_NAME}:80/zeo_OptecNet/O ptecNet/VirtualHostRoot/${escapeing:$1 } [P]

RE: rewrite/proxy: Request unescaped

2006-02-08 Thread Marcus Reimann
Hallo Thomas, Leider bin ich durch ein installiertes Web-Management-System (Plesk) etwas eingeschränkt, sodass ich die das RewriteRule in einer .htaccess-Datei abgelegt habe. Eine RewriteMap geht dort nicht und die VirutalHost-Sektion wird mir ständig vom Plesk überschrieben. Plesk überschreibt

mod_rewrite - all requests should be rewritten to www.hostname.com but the original requests should be executed

2006-02-08 Thread Oliver Etzel - GoodnGo.COM (R)
Hello, I am looking for some mod_rewrite directives where all request should be rewritten to www.hostname.com For eaxample: http://www.hostname.com/oli.php?firstname=Oliverlastname=Etzel then the URl should be rewritten to www.hostname.com but in the background the script oli.php should be

Re: mod_rewrite - all requests should be rewritten to www.hostname.com but the original requests should be executed

2006-02-08 Thread Lars Eilebrecht
According to Oliver: How can I do this? By either posting in German to this German language mailing list or by posting your question to the English language support mailing list for the Apache HTTP Server. :-) ciao... -- Lars Eilebrecht [EMAIL PROTECTED]

Re: mod_rewrite - all requests should be rewritten to www.hostname.com but the original requests should be executed

2006-02-08 Thread Oliver Etzel - GoodnGo.COM (R)
Hi Lars, Oh Entschuldigung. Ich bin schon ganz doesbattelig vom vielen englischlesen Hab´s in deutsch verfasst. MfG Oliver Etzel According to Oliver: How can I do this? By either posting in German to this German language mailing list or by posting your question to the English language

Datumsformat nicht änderbar

2006-02-08 Thread Sebastian Becker
Hallo zusammen! Wir haben bei uns momentan erfolgreich unseren Apache auf Apache 2 geupdated (Red Hat). Nachdem wir ein paar Anpassungen bei unseren (Perl-/Php-)Scripten gemacht hatten und alles wieder i.O. zu sein schien, haben wir gemerkt, dass die Datumsangabe innerhalb der SSI- Dateien (z.B.

Re: mod_rewrite - alle requests sollen nach www.hostname.com umgeschreiben werden, der origin�re Request soll jedoch validiert und ausgef�hrt werden

2006-02-08 Thread Oliver Etzel - GoodnGo.COM (R)
Hallo Marcus, Danke vielmals. Das ist kein PHP-Forum. Suche eine Lösung vermittels mod_rewrite in der Konfigurationsdatei des Apache httpd.conf. I suche eine mod_rewrite Direktive bei der alle Requests des Domainnamen hostname.com/irgend/was/skript.cgi?irgendwas nach Hostnamen www.hostname.com

Re: mod_rewrite - alle req uests sollen nach www.hostname.com umgeschreiben werd en, der originäre Request soll jedoch validiert und a usgeführt werden

2006-02-08 Thread Lars Eilebrecht
According to Oliver: I suche eine mod_rewrite Direktive bei der alle Requests des Domainnamen hostname.com/irgend/was/skript.cgi?irgendwas nach Hostnamen www.hostname.com umgeschrieben werden. Eventuelle Skripte und GGI-Programme sollen aber wie vorgesehen ausgeführt werden. Hmmm ...

RE: mod_rewrite - alle requests sollen nach www.hostname .com umgeschreiben werden, der originäre Request soll jedoch validiert und ausgeführt werden

2006-02-08 Thread Marcus Reimann
Hallo Oliver, Du schreibst: Danke vielmals. Das ist kein PHP-Forum. Suche eine Lösung vermittels mod_rewrite in der Konfigurationsdatei des Apache httpd.conf. Wie Lars und Joerg schon schreiben: das geht nicht mit mod_rewrite. Wenn Du die Lösung nicht auf Dein Beispiel mit dem PHP- Skript

Re: Re3: mod_rewrite - alle requests sollen nac h www.hostname.com umgeschreiben werden, der orig inäre Request soll jedoch validiert und ausgef ührt werden

2006-02-08 Thread Erik Abele
On 09.02.2006, at 00:18, Oliver Etzel - GoodnGo.COM (R) wrote: Hallo Lars, hallo Joerg, hallo Marcus, ... Für diese Liste ist es vielleicht ganz interessant , das Problem resultiert, wenn User in Perl-Skripten sich bis zum Schluss weiterhangeln und dann nach getaner Arbeit, sich den

Re: Re3: mod_rewrite - alle requests sollen nach www.hostname.com umgeschreiben werden, der origin�re Request soll jedoch validiert und ausgef�hrt werden

2006-02-08 Thread Oliver Etzel - GoodnGo.COM (R)
Hallo Erik, Ahemm, wäre es dann nicht logischer, wenn das Skript bei fehlenden Parametern einfach etwas Sinnvolles anstatt Müll ausgibt? Oh ja gute Idee -- Apache HTTP Server Mailing List users-de

Re: [EMAIL PROTECTED] RotateLogs in Apache 2.0

2006-02-08 Thread Victor Trac
Try logrotate: http://iain.cx/src/logrotate/ On 2/8/06, Nehal Sangoi [EMAIL PROTECTED] wrote: Hi I need to rotate logs in apache 2.0 once they reach the size limit of 5 MB. What commands would work to carry out the reqd. job? Thanks Nehal

RE: [EMAIL PROTECTED] RotateLogs in Apache 2.0

2006-02-08 Thread Nehal Sangoi
Hi I tried this option. But it is working differently then what i am thinking for. I did follwoing entries in my httpd.conf file. CustomLog |/appl/apache/bin/rotatelogs /appl/apache/logs/mod_jk.log 5M common CustomLog |/appl/apache/bin/rotatelogs /appl/apache/logs/SMLOG.txt 5M common CustomLog

RE: [EMAIL PROTECTED] Why the sudden need to raise MaxClients?

2006-02-08 Thread Axel-Stéphane SMORGRAV
I am surprised to learn that the default value for MaxClients on a Debian install is as low as 20. The value of MaxClients depends on a number of factors including the number of requests per second and the time required to serve each request. The longer it takes to serve a request, the longer

[EMAIL PROTECTED] WebDAV drop box configuration

2006-02-08 Thread Sean Davis
This may be a bit off-topic, but I don't see a better place to ask. Also, I couldn't find a good answer via Google. I am trying to set up a webDAV drop box. I have DAV set up and working as expected, except that if I set up a directory like so: Location /public Dav On AuthType Basic

Re: [EMAIL PROTECTED] Help! - question about file permissions and apache

2006-02-08 Thread Michael McCullough
ludi wrote: You can use the acls of ntfs with apache.Does it work? 2006/2/6, Boyle Owen [EMAIL PROTECTED]: -Original Message- From: Michael McCullough [mailto:[EMAIL PROTECTED] Sent: Montag, 6. Februar 2006 15:19 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Help! -

Re: [EMAIL PROTECTED] Help! - question about file permissions and apache

2006-02-08 Thread Sean Davis
Yes I was trying to setup Apache and a website at home. I know all about the DNS stuff. My problem was that the DNS host says I have a IP address that is different then what my ISP gave me. I even tried to setup a static IP on my computer but the DNS host still says a different IP address.

RE: [EMAIL PROTECTED] RotateLogs in Apache 2.0

2006-02-08 Thread Sheetal D
Hi, I am also having the problem in rotatelogs for errorlogs. In this case, Unless giving it as Errorlog "|C:/app2/bin/rotatelogs.exe C:/log/log123 1M" it does not work. Means it requires to absolute path. But if I give Errorlog logs/apache.log then it works,and if the directory

Re: [EMAIL PROTECTED] DirectoryIndex in *.conf WAS 403 Forbidden Error

2006-02-08 Thread Jonathan S. Abrams
Thank you to Joshua and everyone else that contributed to this thread. Not only did I learn a new Terminal command (ktrace), but I also solved the problem and have a slightly better understanding of how Apache recommends *.conf files be laid out. It turns out the one that was setup for us

RE: [EMAIL PROTECTED] Help! - question about file permissions and apache

2006-02-08 Thread Boyle Owen
-Original Message- From: Michael McCullough [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 8. Februar 2006 13:01 Yes I was trying to setup Apache and a website at home. I know all about the DNS stuff. My problem was that the DNS host says I have a IP address that is different

[EMAIL PROTECTED] make install error with apache 2.2.0 and Solaris 10

2006-02-08 Thread Jose Marcio Martins da Cruz
Hello, When installing apache 2.2.0 on a Sparc Solaris 10 machine, I got the following warnings... /export/private/sources/apache/httpd-2.2.0/srclib/apr/libtool --silent --mode=install cp mod_alias.la /opt/httpd-2.2.0/modules/ sed: command garbled: /^dlname=/{s/.*='\([^']*\)'/\1/;p} sed:

[EMAIL PROTECTED] Apache module to pass decrypted socket to application server?

2006-02-08 Thread Claus Fischer
Hi Apache users and maintainers, Summary: I am looking for a way to multiplex incoming SSL connections on port 443 between Apache and an application server with an application specific protocol that requires bidirectional TCP transport. (See more detailed description below). Is there a module

[EMAIL PROTECTED] Access restriction with nested Locations

2006-02-08 Thread Norman Timmler
Hello, i have strange problems to get some nested Location directives to work. What i want is: Location ~ ^/ # Only accessible if username and password is supplied /Location Location ~ ^/public # Accessible for all with no restrictions /Location Location ~ ^/my_soap/(api|wsdl) #

[EMAIL PROTECTED] 2.2 ErrorDocument weirdness

2006-02-08 Thread David Salisbury
There's worse things than this, but I wonder if anyone has this weirdness. Apache 2.2, upon a server error, would send the error message using text as it's content-type, thereby the html would display as text in the browser. I fixed this by changing the DefaultType to text/html from text/plain

[EMAIL PROTECTED] Allow HTTP DELETE method?

2006-02-08 Thread ahall
Hi, I'm running Apache 1.3.33 and am trying to restrict a certain directory for a client to view, download and then delete files. The restricting, viewing and downloading bit was simple enough, but the deleting bit isn't working :-( Here's the httpd.conf entry... Directory

Re: [EMAIL PROTECTED] Access restriction with nested Locations

2006-02-08 Thread Norman Timmler
Forgot to mention that i am running Apache2. Am Mittwoch, den 08.02.2006, 18:52 +0100 schrieb Norman Timmler: Hello, i have strange problems to get some nested Location directives to work. What i want is: Location ~ ^/ # Only accessible if username and password is supplied /Location

Re: [EMAIL PROTECTED] 2.2 ErrorDocument weirdness

2006-02-08 Thread Joshua Slive
On 2/8/06, David Salisbury [EMAIL PROTECTED] wrote: There's worse things than this, but I wonder if anyone has this weirdness. Apache 2.2, upon a server error, would send the error message using text as it's content-type, thereby the html would display as text in the browser. I fixed this by

Re: [EMAIL PROTECTED] Allow HTTP DELETE method?

2006-02-08 Thread Joshua Slive
On 2/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I'm running Apache 1.3.33 and am trying to restrict a certain directory for a client to view, download and then delete files. Apache 1.3 does not impliment the DELETE method with any of its distributed modules. You'd need to

Re: [EMAIL PROTECTED] Access restriction with nested Locations

2006-02-08 Thread Joshua Slive
On 2/8/06, Norman Timmler [EMAIL PROTECTED] wrote: Location ~ ^/ Order deny,allow Deny from all AuthType Basic AuthName authenticate AuthUserFile /etc/apache2/.htpasswd AuthGroupFile /etc/apache2/.htgroups Require group admins Satisfy Any # WORKS

RE: [EMAIL PROTECTED] RotateLogs in Apache 2.0

2006-02-08 Thread Joost de Heer
Nehal Sangoi wrote: Hi I tried this option. But it is working differently then what i am thinking for. I did follwoing entries in my httpd.conf file. CustomLog |/appl/apache/bin/rotatelogs /appl/apache/logs/mod_jk.log 5M The second arg to rotatelogs provided with Apache is the number of

Re: [EMAIL PROTECTED] Access restriction with nested Locations

2006-02-08 Thread Norman Timmler
Am Mittwoch, den 08.02.2006, 13:16 -0500 schrieb Joshua Slive: On 2/8/06, Norman Timmler [EMAIL PROTECTED] wrote: Location ~ ^/ Order deny,allow Deny from all AuthType Basic AuthName authenticate AuthUserFile /etc/apache2/.htpasswd AuthGroupFile

[EMAIL PROTECTED] mod_rewrite problem with cgi-bin pages`

2006-02-08 Thread Bruce Hodo
I was revamping a website to use SSI, and changed all of the default pages to .shtml. I wrote an htaccess file (based upon the Apache 2.0 URL Rewriting Guide example Backward Compatibility for to migration) to do the following: -check to see if a file was of the format

Re: [EMAIL PROTECTED] Help! - question about file permissions and apache

2006-02-08 Thread Michael McCullough
Boyle Owen wrote: -Original Message- From: Michael McCullough [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 8. Februar 2006 13:01 Yes I was trying to setup Apache and a website at home. I know all about the DNS stuff. My

[EMAIL PROTECTED] Re: Allow HTTP DELETE method?

2006-02-08 Thread ahall
Joshua Slive wrote... Apache 1.3 does not impliment the DELETE method with any of its distributed modules. You'd need to seperately download mod_dav. Apache 2.x comes with mod_dav. I see. The 1.3 documentation here seems to suggest that DELETE would work, which confused me...

[EMAIL PROTECTED] Re: Allow HTTP DELETE method?

2006-02-08 Thread ahall
Apologies Joshua. Reading back my previous post it sounds slightly rude. I didn't mean it to be. I'm just hoping there's some other method to get DELETE to work rather than upgrading my server and enabling DAV. It's a production server, and even though the upgrade needed is only from 1.3.33 to

Re: [EMAIL PROTECTED] Re: Allow HTTP DELETE method?

2006-02-08 Thread Joshua Slive
On 2/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Joshua Slive wrote... Apache 1.3 does not impliment the DELETE method with any of its distributed modules. You'd need to seperately download mod_dav. Apache 2.x comes with mod_dav. I see. The 1.3 documentation here seems to suggest that

Re: [EMAIL PROTECTED] Re: Allow HTTP DELETE method?

2006-02-08 Thread Joshua Slive
On 2/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Apologies Joshua. Reading back my previous post it sounds slightly rude. I didn't mean it to be. I'm just hoping there's some other method to get DELETE to work rather than upgrading my server and enabling DAV. It's a production

Re: [EMAIL PROTECTED] Re: Allow HTTP DELETE method?

2006-02-08 Thread William A. Rowe, Jr.
Whoa dude! mod_dav is 'compatible with httpd 1.3.6 and FORWARD'. My god, don't even think about running 1.3.6!!! It will build and run fine with 1.3.33. You either have to add a module which provides DELETE, or mod_dav. You seem to ignore his answer; Joshua explicitly told you that Apache

RE: [EMAIL PROTECTED] RotateLogs in Apache 2.0

2006-02-08 Thread Oliver.Schaudt
The second arg to rotatelogs provided with Apache is the number of seconds after which the log gets rotated. So the above command rotates logs every 5 seconds. Joost The synpsis is rotatelogs [ -l ] logfile [ rotationtime [ offset ]] | [ filesizeM ] so you can only use it with seconds or