Hi I would like to know if any one has worked on Apache -MySQL module Just like bind-dlz , i would like to know if it is possible of instead of storing the location of the website directory path in files could it be stored in a MySQL database. And if possible how do i query to that database through the httpd.conf file .
Thank you
Awaiting your reply
On 4/8/08, Agnello George agnello.dsouza@gmail.com wrote:
Hi I would like to know if any one has worked on Apache -MySQL module
I doubt any such module exists...
regards VK
On Mon, Apr 14, 2008 at 3:49 PM, vivek khurana <> wrote:
On 4/8/08, Agnello George < agnello.dsouza@gmail.com> wrote:
Hi I would like to know if any one has worked on Apache -MySQL module
I doubt any such module exists...
May be he is looking for Apache Auth using MySQL?
regards
VK
On Mon, Apr 14, 2008 at 3:52 PM, Dinesh Shah dineshah@gmail.com wrote:
On Mon, Apr 14, 2008 at 3:49 PM, vivek khurana <> wrote:
On 4/8/08, Agnello George < agnello.dsouza@gmail.com> wrote:
Hi I would like to know if any one has worked on Apache -MySQL module
I doubt any such module exists...
May be he is looking for Apache Auth using MySQL?
No , i am not lookng for Apache Auth using MySQL, i am looking if it is possible to compile apace to use a db module ( pref Mysql ).... something similar to Bind DLZ ( where the zone files are all on the MySQL database ). If any one works in a web hosting company, could they be kind enough to share how the virtual host files for each domain are stored. The issue with flat files s that i can store a max of 500 vhost files, but am looking at hosting 2000+ vhost files, in such a case MySql or PosgresSQl would be a much better option.
Do let me know your opinion on this .
On 4/14/08, Agnello George agnello.dsouza@gmail.com wrote:
On Mon, Apr 14, 2008 at 3:52 PM, Dinesh Shah dineshah@gmail.com wrote:
On Mon, Apr 14, 2008 at 3:49 PM, vivek khurana <> wrote:
On 4/8/08, Agnello George < agnello.dsouza@gmail.com> wrote:
Hi I would like to know if any one has worked on Apache -MySQL module
I doubt any such module exists...
May be he is looking for Apache Auth using MySQL?
No , i am not lookng for Apache Auth using MySQL, i am looking if it is possible to compile apace to use a db module ( pref Mysql ).... something similar to Bind DLZ ( where the zone files are all on the MySQL database ). If any one works in a web hosting company, could they be kind enough to share how the virtual host files for each domain are stored. The issue with flat files s that i can store a max of 500 vhost files, but am looking at
Where is this 500 limit mentioned ?
regards VK
No , i am not lookng for Apache Auth using MySQL, i am looking if it is possible to compile apace to use a db module ( pref Mysql )....
something
similar to Bind DLZ ( where the zone files are all on the MySQL
database ).
If any one works in a web hosting company, could they be kind enough
to
share how the virtual host files for each domain are stored. The issue
with
flat files s that i can store a max of 500 vhost files, but am looking
at
Where is this 500 limit mentioned ?
ok let me correct my self, in our current set up with C-panel all the virtual host directive ( approx 500 ) are all stored in httpd.conf file ... the file is pretty huge!! .... also using MySQL data replication can be done and backup made much easy. Also one of the main reasons is it will be easy to edit the virtual host directive using a web based interface ( eg: Phpmyadmin ) this case. The only thing the httpd.conf will consist is the query to the DB.
you may refer this site http://www.outoforder.cc/projects/apache/mod_vhost_dbi/docs/#VhostDbiConnNam...
did'nt really try it out though!!
On Mon, Apr 14, 2008 at 3:49 PM, vivek khurana mailing.vivek@gmail.com wrote:
On 4/8/08, Agnello George agnello.dsouza@gmail.com wrote:
Hi I would like to know if any one has worked on Apache -MySQL module
I doubt any such module exists...
http://www.outoforder.cc/projects/apache/mod_vhost_dbi/docs/#VhostDbiConnNam...
i found this link quite interesting !!! although i would need to work on it !!