CMiksche / dbd-modules

Automatically exported from code.google.com/p/dbd-modules
0 stars 0 forks source link

Missing AllowOverride All option #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
first of all, thanks for creating this module!
i started working with this a few days ago and so far i like it! i only 
miss one relativly small part: i need to be able to add the following 
option:
<directory %vhost folder%>
AllowOverride All
</directory>

I need this because all my vhosts must be able to have their 
seperate .htaccess configuration so they can use URL rewriting.

is it difficult to add this feature?

roland andriese

Original issue reported on code.google.com by VastVis...@gmail.com on 10 Sep 2008 at 7:40

GoogleCodeExporter commented 9 years ago
I'm not sure I understand exactly what you are looking for here.  You can set
'AllowOverride All' on the parent directory of all the possible directories that
mod_vhost_dbd might return.  Would that work for you?

Original comment by Thomas.D...@gmail.com on 17 May 2009 at 7:11

GoogleCodeExporter commented 9 years ago
Please re-open if this is not answered to your satisfaction.
-tom-

Original comment by Thomas.D...@gmail.com on 18 Aug 2009 at 11:12

GoogleCodeExporter commented 9 years ago
Hello,

How about a Vhost of this structure?

---
ServerName www.iconsole.gr
ServerAlias www iconsole.gr
CustomLog /var/weblogs/iconsole.gr-access_log combined
DocumentRoot /home/iconsole.gr/www
ScriptAlias /cgi-bin/ "/home/iconsole.gr/www/cgi-bin/"

php_admin_flag safe_mode on
php_admin_value open_basedir /home/iconsole.gr
php_admin_value upload_tmp_dir /home/iconsole.gr/.tmp
php_admin_value session.save_path /home/iconsole.gr/.tmp

SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/httpd/conf.d/ns1.iconsole.gr.crt
SSLCertificateKeyFile /etc/httpd/conf.d/ns1.iconsole.gr.key
---

How about these settings? Can I use them within the MySQL Database and Apache 
access
them through there?

Original comment by v.koutro...@gmail.com on 14 Oct 2009 at 12:27