Hi, this sounds like the mod_tile module was not actually installed in apache, which is where LoadTileConfigFile gets defined. Check if the "LoadModule tile_module /usr/lib/apache2/modules/mod_tile.so" is loaded, e.g. in the /etc/apache2/mods-enabled directory.
How did you install mod_tile? Is this the first time you operate mod_tile, or did it break after an update? Kai On 01/-10/-28163 12:59 PM, Dewi Robiatul mubararah wrote: > Hi, > After I did start the render, then I restart apache2. but the result : > > dewirobiatul@dewi:~/src/mod_tile$ sudo /etc/init.d/apache2 restart > Syntax error on line 1 of /etc/apache2/sites-enabled/000-default: > Invalid command 'LoadTileConfigFile', perhaps misspelled or defined by a > module not included in the server configuration > Action 'configtest' failed. > The Apache error log may have more information. > ...fail! > dewirobiatul@dewi:~/src/mod_tile$ > > please solution, thanks > > > _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

