AllowOverrride directive in apache configuration file
11 views
Skip to first unread message
aneeskA
unread,
Nov 13, 2009, 5:33:59 AM11/13/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to null-...@googlegroups.com
Hi all,
I am trying to use "ExpiresByType" and "SetOutputFilter" directives on ".htaccess" file. From apache documentation (http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride) I found that I should use "AllowOverride" directive to achieve this.
But the problem is that I am not able to say "AllowOverride ExpiresByType" . Instead I am only allowed to say "AllowOverride AuthConfig" . I am looking for a way to override only the directives I want. Any one knows how this could be done?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to null-...@googlegroups.com
Hi all,
Can anyone shed light on this question?
regards
Anees K A
rockey killer
unread,
Nov 16, 2009, 1:03:40 AM11/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to null-...@googlegroups.com
You are trying to override the file while apache server is running ?
aneeskA
unread,
Nov 16, 2009, 1:09:16 AM11/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to null-...@googlegroups.com
Rockey,
I didn't understand your question. But generally, after a Apache service restart is fine with me. I want override only on "ExpiresByType" - other things are not a concern.