|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Does anybody knows how can I put the Virtual Hosts (by default in httpd.conf) in a mysql database ?
I am looking for a module that can do it. |
|
#2
|
|||
|
|||
|
AFAIK, you can't, maybe in the future release of Apache.
Why do you want to do that anyway? If you are concerning the speed, httpd.conf will be read only when the server starts. For ease of maintenance, you can use 'include' at the bottom of your httpd.conf like so: Include /usr/local/etc/apache/vhost.list In mod_rewrite, you can use 'RewriteMap'. Check here -> http://www.apache.org/docs/mod/mod_rewrite.html#RewriteMap but still, this wouldn't solve your problem. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Virtual Hosts into MySQL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|