apache-import ...

ts77

Well-Known Member
#1
just tried to import the apache-configuration, I have rule there where it includes a whole directory with the vhosts-files:
include '/home/XXX/vhosts'


The result in your import is that:

failed to include /home/XXX/vhosts
NULL


any way to solve this beside putting includes for all single vhosts in there?


thanks,

thomas
 

mistwang

LiteSpeed Staff
#2
The current version of apache configuration importing tool does not handle the directive that includs configuration files under a directory well. However, it does handle individual file. If it is not a big trouble, you can list all configuration files under that directory in the main configuration file.

Next version will be able to handle that kind of directives properly.
 
Top