[us...@httpd] apache 2.2.10 can't use VirtualHost with SSL

2010-07-22 Thread Buddy wu
my environment is windows server 2003 and apache 2.2.10 if I use VirtualHost director in httpd.conf without SSL support, Apache can startup and servering request. but when I enable SSL,like use "SSLEngine on" directive, and enable Virtual host together , apache can't startup, it saids " The reques

[us...@httpd] Re: Trouble setting up second document root

2010-07-22 Thread Joost Heer, de
>I am running Amarok Web Front end. On Ubuntu Mobline Remix I can have the >music >files located in /home/user/Music, on my FC12 box that will not work. The main >difference between the 2 machiens is that on Ubuntu Apache2 is the service name >and on FC12 httpd is the service name for the web se

[us...@httpd] Invalid Request Issue.

2010-07-22 Thread James Harrell
I am new to Apache. I apologize ahead or time if this sounds too green. I have dyndns registered to my WRT54G that has been Flashed with DD WRT. DDNS is registered with dyndns and functional. I have apache 2.2.15 installed on my Windows XP box. I also have uTorrent installed and the GUI enabled. no

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: xxx xxx YYY I suspect that if you pass the location to everything, then remove it from /1 and /2 it will work better. as in: YYY -YYY XXX -YYY XXX

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 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 includes configured some

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

2010-07-22 Thread Nick Kew
On Thu, 22 Jul 2010 23:45:16 + Jefferson Ogata 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 somewhere else in you

[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 d

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 ^(.*)$ /YOURS

[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

[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

[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 Mobile AL Web Design Company

[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: Order allow,deny Allow from all Order deny,allow

[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: xxx xxx YYY -- *** * John Oliver http://www.john-oliver.net/ * *

[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: R