Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

.htaccess and Server Side Includes

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


gpeel at thenetnow

Nov 21, 2007, 7:03 AM

Post #1 of 4 (75 views)
Permalink
.htaccess and Server Side Includes

Hi all,

Suppose one had a server that is currently parsing all file for server side
includes, php etc, and one wanted to make it so that a .htaccess file in the
web root of a few virtual hosts parsed all files, but the rest of the
virtual hosts only parsed shtml, how would one accomplish such a feat?

TIA,

-Grant


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


Owen.Boyle at swx

Nov 21, 2007, 8:08 AM

Post #2 of 4 (67 views)
Permalink
RE: .htaccess and Server Side Includes [In reply to]

> -----Original Message-----
> From: Grant Peel [mailto:gpeel[at]thenetnow.com]
> Sent: Wednesday, November 21, 2007 4:04 PM
> To: users[at]httpd.apache.org
> Subject: [users[at]httpd] .htaccess and Server Side Includes
>
> Hi all,
>
> Suppose one had a server that is currently parsing all file
> for server side
> includes, php etc, and one wanted to make it so that a
> .htaccess file in the
> web root of a few virtual hosts parsed all files, but the rest of the
> virtual hosts only parsed shtml, how would one accomplish such a feat?

Simplest:
Cut the SSI handler line(s) from the main config and then copy-paste
them in each VH as required, leaving them out of the VHs that use the
.htaccess files.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.

>
> TIA,
>
> -Grant
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>


This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


gpeel at thenetnow

Nov 21, 2007, 8:14 AM

Post #3 of 4 (68 views)
Permalink
Re: .htaccess and Server Side Includes [In reply to]

Perfect, that what I thought. So, the .htaccess in the root of the virtual host will affect all subdirs and files below it right?

Thanks Boyle,

-Grant
----- Original Message -----
From: Boyle Owen
To: users[at]httpd.apache.org
Sent: Wednesday, November 21, 2007 11:08 AM
Subject: RE: [users[at]httpd] .htaccess and Server Side Includes


> -----Original Message-----
> From: Grant Peel [mailto:gpeel[at]thenetnow.com]
> Sent: Wednesday, November 21, 2007 4:04 PM
> To: users[at]httpd.apache.org
> Subject: [users[at]httpd] .htaccess and Server Side Includes
>
> Hi all,
>
> Suppose one had a server that is currently parsing all file
> for server side
> includes, php etc, and one wanted to make it so that a
> .htaccess file in the
> web root of a few virtual hosts parsed all files, but the rest of the
> virtual hosts only parsed shtml, how would one accomplish such a feat?

Simplest:
Cut the SSI handler line(s) from the main config and then copy-paste
them in each VH as required, leaving them out of the VHs that use the
.htaccess files.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.

>
> TIA,
>
> -Grant
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>


This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


------------------------------------------------------------------------------
Total Control Panel Login

To: gpeel[at]thenetnow.com
From: users-return-77362-gpeel=thenetnow.com[at]httpd.apache.org
Message Score: 10 High (60): Pass
My Spam Blocking Level: High Medium (75): Pass
Low (90): Pass
Block this sender / Block this sender enterprise-wide
Block httpd.apache.org / Block httpd.apache.org enterprise-wide


This message was delivered because the content filter score did not exceed your filter level.


Owen.Boyle at swx

Nov 21, 2007, 8:27 AM

Post #4 of 4 (66 views)
Permalink
RE: .htaccess and Server Side Includes [In reply to]

> -----Original Message-----
> From: Grant Peel [mailto:gpeel[at]thenetnow.com]
> Sent: Wednesday, November 21, 2007 5:15 PM
> To: users[at]httpd.apache.org
> Subject: Re: [users[at]httpd] .htaccess and Server Side Includes
>
> Perfect, that what I thought. So, the .htaccess in the root
> of the virtual host will affect all subdirs and files below it right?

Yes... a .htaccess file is just a little chunk of config that gets
applied whenever apache tries to fetch content from that directory (and
its subdirs). Also, the .htaccess config only has scope for the duration
of that request (ie, the .htaccess file is re-read every time that dir
is hit).

You could also put the .htaccess directives in a <Directory> container
to equivalent effect..

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.

>
> Thanks Boyle,
>
> -Grant
>
> ----- Original Message -----
> From: Boyle Owen <mailto:Owen.Boyle[at]swx.com>
> To: users[at]httpd.apache.org
> Sent: Wednesday, November 21, 2007 11:08 AM
> Subject: RE: [users[at]httpd] .htaccess and Server Side Includes
>
> > -----Original Message-----
> > From: Grant Peel [mailto:gpeel[at]thenetnow.com]
> > Sent: Wednesday, November 21, 2007 4:04 PM
> > To: users[at]httpd.apache.org
> > Subject: [users[at]httpd] .htaccess and Server Side Includes
> >
> > Hi all,
> >
> > Suppose one had a server that is currently parsing all file
> > for server side
> > includes, php etc, and one wanted to make it so that a
> > .htaccess file in the
> > web root of a few virtual hosts parsed all files, but
> the rest of the
> > virtual hosts only parsed shtml, how would one
> accomplish such a feat?
>
> Simplest:
> Cut the SSI handler line(s) from the main config and
> then copy-paste
> them in each VH as required, leaving them out of the
> VHs that use the
> .htaccess files.
>
> Rgds,
> Owen Boyle
> Disclaimer: Any disclaimer attached to this message may
> be ignored.
>
> >
> > TIA,
> >
> > -Grant
> >
> >
> >
> ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP
> > Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for
> more info.
> > To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> > " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> > For additional commands, e-mail: users-help[at]httpd.apache.org
> >
>
>
> This message is for the named person's use only. It may
> contain confidential, proprietary or legally privileged
> information. No confidentiality or privilege is waived or
> lost by any mistransmission. If you receive this message in
> error, please notify the sender urgently and then immediately
> delete the message and any copies of it from your system.
> Please also immediately destroy any hardcopies of the
> message. You must not, directly or indirectly, use, disclose,
> distribute, print, or copy any part of this message if you
> are not the intended recipient. The sender's company reserves
> the right to monitor all e-mail communications through their
> networks. Any views expressed in this message are those of
> the individual sender, except where the message states
> otherwise and the sender is authorised to state them to be
> the views of the sender's company.
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache
> HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>
>
> ________________________________
>
> Total Control Panel Login
> <https://asp-0.reflexion.net/login?domain=thenetnow.com>
> To: gpeel[at]thenetnow.com
> <https://asp-0.reflexion.net/address-properties?aID=10398309>
> From: users-return-77362-gpeel=thenetnow.com[at]httpd.apache.org
> <https://asp-0.reflexion.net/address-properties?aID=25238208>
> Message Score: 10 High (60): Pass
> My Spam Blocking Level: High Medium (75): Pass
> Low (90): Pass
> Block
> <https://asp-0.reflexion.net/FooterAction?ver=1&bl-sender-addr
ess=1&rID=10398309&aID=25238208> this sender / Block >
<https://asp-0.reflexion.net/FooterAction?ver=1&ent=1&bl-sende
> r-address=1&rID=10398309&aID=25238208> this sender
> enterprise-wide
> Block
> <https://asp-0.reflexion.net/FooterAction?ver=1&bl-sender-doma
in=1&rID=10398309&aID=25238208> httpd.apache.org / Block >
<https://asp-0.reflexion.net/FooterAction?ver=1&ent=1&bl-sende
> r-domain=1&rID=10398309&aID=25238208> httpd.apache.org
> enterprise-wide
> This message was delivered because the content filter score
> did not exceed your filter level.
>
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.