PDA

View Full Version : apache-import ...


ts77
03-19-2005, 04:04 AM
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
03-19-2005, 04:20 PM
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.

ts77
03-20-2005, 08:39 AM
can I run the apache-import after installation or do I have to run the whole installation again?

mistwang
03-20-2005, 05:33 PM
You can run it any time you want.

ts77
03-21-2005, 12:59 AM
how so?
I've only seen it in the installation process.
which app do I run with which arguments?

mistwang
03-21-2005, 08:50 AM
http://www.litespeedtech.com/docs/HowTo_QA.html#qa_apimport

ts77
03-21-2005, 09:14 AM
ah nice. thx.