Gelöst: Dateieigentümer Apache und nicht User

2010-07-22 Thread Helga Fischer
Hallo Liste, Am Mittwoch, 21. Juli 2010 schrieb Helga Fischer: Am Mittwoch, 21. Juli 2010 schrieb Jan Luca: wenn du das cgi-Skript über suexec mit deinen Rechten (user-user) laufen lässt, dann sollten auch die erstellten Datei mit deinen Rechten sein. OK, dann gucke ich da mal genauer

Re: Gelöst: Dateieigent ümer Apache und nicht User

2010-07-22 Thread Rainer Sokoll
On Thu, Jul 22, 2010 at 11:50:52AM +0200, Helga Fischer wrote: davon überzeugen, dass man auch die festeinkompilierte Documentroot ^^^ Weia. Denkt denn niemand an die Webmaster!? SCNR und Glückwunsch, Rainer

Re: Gelöst: Dateieigentümer Apache und nicht User

2010-07-22 Thread Helga Fischer
Am Donnerstag, 22. Juli 2010 schrieb Rainer Sokoll: On Thu, Jul 22, 2010 at 11:50:52AM +0200, Helga Fischer wrote: davon überzeugen, dass man auch die festeinkompilierte Documentroot ^^^ Weia. Denkt denn niemand an die

Hallo

2010-07-22 Thread alex
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Moin Moin eine kleine test mail Gruss Alex ;-) -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJMSGHrAAoJEB8n+SuWCkjv33MH/jZjz8N+FMBDi4kP9Tm0ePUv

[us...@httpd] SetEnvIf, setting value from other env value

2010-07-22 Thread Margus Pärt
Hi, - I have Apache nodes behind Apache LB and I try to get SSL_* values transparently to application, queries go: Client - Apache LB - Apache - My currenty tested and working solution is as follows: LB: RequestHeader set SSL_CLIENT_CERT %{SSL_CLIENT_CERT}s env=SSL_CLIENT_CERT Apache:

[us...@httpd] Location everything else?

2010-07-22 Thread John Oliver
I want to pass a directive to all but one or two locations. How do I do that? Like: Location /1 xxx /Location Location /2 xxx /Location Location Everything Else YYY /Location -- *** * John Oliver

[us...@httpd] Config for a PHP REST web service

2010-07-22 Thread Fredric Fredricson
Hi all, I am working on a small REST-based web service that I write in php. I have a single PHP-script and I want Apache to route all requests to a specific location and below to my php script. This is how I did it: LocationMatch ^/pathtomyservice(.*) Limit GET POST PUT DELETE OPTIONS

[us...@httpd] using mapped drive as document root

2010-07-22 Thread Matthew P. Smith
I would like to use the drive on my dev workstation as the document root for my apache server. How do I do this? -- Regards, Matthew Smith MS Data Systems, Inc. - Mobile AL http://www.msdatasystems.com Mobile AL Web Design

[us...@httpd] Re: mod_webdav problem

2010-07-22 Thread LuKreme
On 21-Jul-2010, at 14:38, Thorsten Steinbrenner wrote: problem is, that the webdav server does NOT update the timestamp after a HTTP PUT. Um… I don't see this. When I copy a file to the webdav server it gets the time stamp of the time it was created on the server. If you need to change the

[us...@httpd] Re: mod_webdav problem

2010-07-22 Thread Doug McNutt
At 13:35 -0600 7/22/10, LuKreme wrote: On 21-Jul-2010, at 14:38, Thorsten Steinbrenner wrote: problem is, that the webdav server does NOT update the timestamp after a HTTP PUT. UmŠ I don't see this. When I copy a file to the webdav server it gets the time stamp of the time it was created on

Re: [us...@httpd] Config for a PHP REST web service

2010-07-22 Thread Simone Caruso
On 22/07/2010 19:31, Fredric Fredricson wrote: Hi all, I am working on a small REST-based web service that I write in php. I have a single PHP-script and I want Apache to route all requests to a specific location and below to my php script. did u try mod_rewrite? RewriteRule ^(.*)$

[us...@httpd] mod_filter and CGIs

2010-07-22 Thread Jefferson Ogata
Greetings. I am trying to apply INCLUDES processing selectively to CGIs depending on output content type, to no avail. Wondering if anyone else has run into this. Server is fully patched RHEL 5 x86_64 with Red Hat-provided httpd-2.2.3-43.el5. Server DefaultType is text/plain. My cgi-bin

Re: [us...@httpd] mod_filter and CGIs

2010-07-22 Thread Nick Kew
On Thu, 22 Jul 2010 23:45:16 + Jefferson Ogata apa...@antibozo.net wrote: Greetings. I am trying to apply INCLUDES processing selectively to CGIs depending on output content type, to no avail. Wondering if anyone else has run into this. At a guess, you have includes configured

Re: [us...@httpd] mod_filter and CGIs

2010-07-22 Thread Jefferson Ogata
On 2010-07-23 00:31, Nick Kew wrote: On Thu, 22 Jul 2010 23:45:16 + Jefferson Ogata apa...@antibozo.net wrote: I am trying to apply INCLUDES processing selectively to CGIs depending on output content type, to no avail. Wondering if anyone else has run into this. At a guess, you have

Re: [us...@httpd] Location everything else?

2010-07-22 Thread J. Greenlees
John Oliver wrote: I want to pass a directive to all but one or two locations. How do I do that? Like: Location /1 xxx /Location Location /2 xxx /Location Location Everything Else YYY /Location I suspect that if you pass the location to everything, then remove it from /1 and /2