Feb 15, 2013

openSUSE Forums: Apache2 Case Insensitive

openSUSE Forums
openSUSE Forums
Apache2 Case Insensitive
Feb 15th 2013, 13:52

We are running Apache2 2.2 on openSuSE 12.2 and have created an alias called "BAMWeb", that points to a directory. We do not want users to worry about the capitalization and want the alias to be case insensitive. I found post about a module called mod_speling. I loaded the module and verified that it was loaded using the "apache2ctl -M" command:


.
.
.
setenvif_module (shared)
ssl_module (shared)
userdir_module (shared)
php5_module (shared)
reqtimeout_module (shared)
speling_module (shared)
mono_module (shared)
Syntax OK


It also said to define a Directive:

CheckSpelling on



I tried to put it in the following context in the httpd.conf file:

< Directory />
CheckSpelling on
Options None
AllowOverride None
Order deny,allow
Deny from all
< /Directory>

Restarted apache2 (service apache2 restart)

But I still must capaitalize the location. It is <fqdn>/BAMWeb. I am trying to be able to access it by using <fqdn/bamweb> or <fqdn>/Bamweb, etc...

I also put it in the default-server.conf file within the DocuementRoot context, restarted, but still no change.

I am sure it is a missed step that I am not seeing. other than loading the module, is there anything else I should have accomplished? Or point me in the right direction?

Thanks,
Keith

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

No comments: