[EMAIL PROTECTED] Sablotron

2005-08-06 Thread Billy Duke
Hello, I am having a problem getting sablotron to work with apache and php. I get no error but when I try to test it all I see is the code in the page and not what the code should produce. Please just let me know what I should try. Thanks, Billy

RE: [EMAIL PROTECTED] Block File Types

2005-08-06 Thread Michael D. Berger
> -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 06, 2005 10:19 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Block File Types > > > On 8/6/05, Michael D. Berger <[EMAIL PROTECTED]> wrote: > > Thanks for this help; it works a

Re: [EMAIL PROTECTED] Block File Types

2005-08-06 Thread Joshua Slive
On 8/6/05, Michael D. Berger <[EMAIL PROTECTED]> wrote: > Thanks for this help; it works as advertised. The \?* deals with the > situation in which there are arguments in the request. Experiment > shows that with yout method, the \?* is not necessary. I was afraid of that. The query string is no

Re: [EMAIL PROTECTED] virtual servers problem

2005-08-06 Thread Sean Conner
It was thus said that the Great Grzegorz Jankowski once stated: > > Hi, I think I have quite sofisticated problem with virtual servers on > my apache ( 1.3.26 ). It's standig on Linux box ( 2.4.x ). > > Everything was qiute fine ( about 10 virtual servers with separate > content, DNS defined of c

[EMAIL PROTECTED] virtual servers problem

2005-08-06 Thread Grzegorz Jankowski
Hi, I think I have quite sofisticated problem with virtual servers on my apache ( 1.3.26 ). It's standig on Linux box ( 2.4.x ). Everything was qiute fine ( about 10 virtual servers with separate content, DNS defined of course correctly ) till I moved to another location and now my Linux box is s

Re: [EMAIL PROTECTED] Block File Types

2005-08-06 Thread Joshua Slive
On 8/6/05, Michael D. Berger <[EMAIL PROTECTED]> wrote: > I would like to prevent Apache 2.0 from sending any > file of a particular type. In my VirtualHost I put: > > RewriteEngine on > RewriteCond %{REQUEST_URI} ^.*notThis\?*$ > RewriteRule ^.*$ /zzz [L] > > Is there a better way? Orde

Re: [EMAIL PROTECTED] Apache authentication

2005-08-06 Thread Joshua Slive
On 8/5/05, Ari Ravieshanker <[EMAIL PROTECTED]> wrote: > Hi, > I have a dilema and can someone please help me in the right direction. > > I have an application that relies on apache authentication (Basic or > other). So any user wants to use that application can login and use > this application. I

[EMAIL PROTECTED] Block File Types

2005-08-06 Thread Michael D. Berger
I would like to prevent Apache 2.0 from sending any file of a particular type. In my VirtualHost I put: RewriteEngine on RewriteCond %{REQUEST_URI} ^.*notThis\?*$ RewriteRule ^.*$ /zzz [L] Is there a better way? Thanks, Mike. -- Michael D. Berger [EMAIL PROTECTED] -

Re: [EMAIL PROTECTED] virtual servers problem

2005-08-06 Thread Davide Bianchi
Grzegorz Jankowski wrote: > Hi, I think I have quite sofisticated problem with virtual servers on > my apache ( 1.3.26 ). It's standig on Linux box ( 2.4.x ). > and www.1.mysite.pl works fine > but entering www.2.mysite.pl in www-browser or www.3.mysite.pl shows > the same as www.1.mysite.pl >

RE: [EMAIL PROTECTED] Block File Types

2005-08-06 Thread Michael D. Berger
> -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 06, 2005 11:40 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Block File Types > > > On 8/6/05, Michael D. Berger <[EMAIL PROTECTED]> wrote: > > I would like to prevent Apache 2