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

Mailing List Archive: Apache: Users

htacces

 

 

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


apache.httpd.100 at dse

Nov 15, 2009, 11:32 AM

Post #1 of 5 (458 views)
Permalink
htacces

Best People,
I do not understand the website of httpd apache for to enabled htacces
support websitefolders.

How can ik enable in Ubuntu htacces for my websitefolder on my localhost?
Thanks all !

---------------------------------------------------------------------
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
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


covener at gmail

Nov 15, 2009, 11:44 AM

Post #2 of 5 (434 views)
Permalink
Re: htacces [In reply to]

On Sun, Nov 15, 2009 at 2:32 PM, Teun <apache.httpd.100 [at] dse> wrote:
> Best People,
> I do not understand the website of httpd apache for to enabled htacces
> support websitefolders.
>
> How can ik enable in Ubuntu htacces for my websitefolder on my localhost?
> Thanks all !

http://httpd.apache.org/docs/2.2/howto/htaccess.html
http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride

You have virtual hosts defined in /etc/apache2/sites-available/* that
probably have "AllowOverride none". This disabled the reading of
htaccess files.

--
Eric Covener
covener [at] gmail

---------------------------------------------------------------------
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
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


apache.httpd.100 at dse

Nov 15, 2009, 12:08 PM

Post #3 of 5 (437 views)
Permalink
Re: htacces [In reply to]

> On Sun, Nov 15, 2009 at 2:32 PM, Teun <apache.httpd.100 [at] dse> wrote:
>> Best People,
>> I do not understand the website of httpd apache for to enabled htacces
>> support websitefolders.
>>
>> How can ik enable in Ubuntu htacces for my websitefolder on my
>> localhost?
>> Thanks all !
>
> http://httpd.apache.org/docs/2.2/howto/htaccess.html
> http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride
>
> You have virtual hosts defined in /etc/apache2/sites-available/* that
> probably have "AllowOverride none". This disabled the reading of
> htaccess files.
>
> --
> Eric Covener
> covener [at] gmail
>
Best Eric,
I think, I understand you. So...must I change "AllowOverride none" in
"AllowOverride yes"
?

Thanks from Teun

---------------------------------------------------------------------
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
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


covener at gmail

Nov 15, 2009, 12:21 PM

Post #4 of 5 (440 views)
Permalink
Re: htacces [In reply to]

On Sun, Nov 15, 2009 at 3:08 PM, Teun <apache.httpd.100 [at] dse> wrote:
>> On Sun, Nov 15, 2009 at 2:32 PM, Teun <apache.httpd.100 [at] dse> wrote:
>>> Best People,
>>> I do not understand the website of httpd apache for to enabled htacces
>>> support websitefolders.
>>>
>>> How can ik enable in Ubuntu htacces for my websitefolder on my
>>> localhost?
>>> Thanks all !
>>
>> http://httpd.apache.org/docs/2.2/howto/htaccess.html
>> http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride
>>
>> You have virtual hosts defined in /etc/apache2/sites-available/* that
>> probably have "AllowOverride none".  This disabled the reading of
>> htaccess files.
>>
>> --
>> Eric Covener
>> covener [at] gmail
>>
> Best Eric,
> I think, I understand you. So...must I change "AllowOverride none" in
> "AllowOverride yes"
> ?

You should read and consider the ramifications, and change it if
you're comfortable in delegating the config to anyone who can write to
the content directories.

--
Eric Covener
covener [at] gmail

---------------------------------------------------------------------
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
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


Owen.Boyle at six-group

Nov 15, 2009, 11:51 PM

Post #5 of 5 (422 views)
Permalink
RE: htacces [In reply to]

> -----Original Message-----
> From: Teun [mailto:apache.httpd.100 [at] dse]
> Sent: Sunday, November 15, 2009 9:09 PM
> To: users [at] httpd
> Subject: Re: [users [at] http] htacces
>
> > On Sun, Nov 15, 2009 at 2:32 PM, Teun
> <apache.httpd.100 [at] dse> wrote:
> >> Best People,
> >> I do not understand the website of httpd apache for to
> enabled htacces
> >> support websitefolders.
> >>
> >> How can ik enable in Ubuntu htacces for my websitefolder on my
> >> localhost?
> >> Thanks all !
> >
> > http://httpd.apache.org/docs/2.2/howto/htaccess.html
> > http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride
> >
> > You have virtual hosts defined in
> /etc/apache2/sites-available/* that
> > probably have "AllowOverride none". This disabled the reading of
> > htaccess files.
> >
> > --
> > Eric Covener
> > covener [at] gmail
> >
> Best Eric,
> I think, I understand you. So...must I change "AllowOverride none" in
> "AllowOverride yes"

Look at the doc-page above
(http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride). Look at
the outlined summary-box. Look at the "Syntax" line. To make htaccess
work, you need "AllowOverride All"... "AllowOverride yes" does not mean
anything to apache.

But try to understand Eric's warning about what you are doing - if you
allow local overrides, people who edit the content can also control some
features of the server. Are you OK with this?

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


> ?
>
> Thanks from Teun
>
> ---------------------------------------------------------------------
> 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
> " from the digest: users-digest-unsubscribe [at] httpd
> For additional commands, e-mail: users-help [at] httpd
>
>

This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. 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.
The sender's company reserves the right to monitor all e-mail communications through their networks.

---------------------------------------------------------------------
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
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd

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


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.