Re: [EMAIL PROTECTED] VirtualHost with third level domain

2007-08-29 Thread Matt Richards
2007/8/29, netmail <[EMAIL PROTECTED]>: > > Hi guys > > I have fedora with Apache 2.2.3 . > > I have the dns entry similar to third.mydomain.com that resolve my ip > address correctly but respond the default home page of apache and I want > configure my apache to responde in the right folder /www/

Re: [EMAIL PROTECTED] im stuck, plz help...

2007-08-10 Thread Matt Richards
On 8/10/07, Harvey Saayman <[EMAIL PROTECTED]> wrote: > > thank you so much for the help given so far... > > now a demon of a different kind reared its ugly head... > > i set up m Listen directive to "Listen 80"... i then tried > http://localhost and my html displays right im my browser... i got

Re: [EMAIL PROTECTED] Dynamic virtual host

2007-07-23 Thread Matt Richards
Sorry, it wasn't intended that way. :) However, I'll be more mindful of how detailed I am in the future. On 7/23/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/23/07, Matt Richards <[EMAIL PROTECTED]> wrote: > http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html

Re: [EMAIL PROTECTED] Dynamic virtual host

2007-07-23 Thread Matt Richards
http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html http://en.wikipedia.org/wiki/Rewrite_engine http://www.oav.net/projects/mod_vhs/ http://www.oav.net/projects/mod_vhs/masterclass-linuxexpert.pdf

Re: [EMAIL PROTECTED] proxy only asp files

2006-04-14 Thread Matt Richards
eRule ^(.*\.asp)$ http://172.19.13.16/$1 [NC,P] ProxyPassReverse / http://172.19.13.16/ -ascs -Original Message- From: Matt Richards [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 4:35 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] proxy only asp files hello :) been

[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

[EMAIL PROTECTED] Reverse proxy by file ext / type

2006-04-08 Thread Matt Richards
Hello :) I have httpd running for a web interface to a like control site and all requests to access users files are reverse proxied to a windows box due to the requirment for asp support. Everything is working fine although I would just like to add support for perl scripts using mod_perl I h