This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Invalid command ‘ModTileRenderSocketName’

0

Apache does not start with Syntax error on line 4 of /etc/apache2/sites-enabled/000-default: Invalid command 'ModTileRenderSocketName'

line 4 from 000-default: ModTileRenderSocketName /var/run/renderd/renderd/sock

All configuration I have made by this article: http://switch2osm.org/serving-tiles/manually-building-a-tile-server-12-04/

I hope I never forget nothing of steps, but recieve this trouble.

Can anybody help me?

asked 07 Oct '13, 09:10

Achechet's gravatar image

Achechet
26112
accept rate: 0%

Only in one case apache does start, if I comment this line. Is it right?

(07 Oct '13, 12:46) Achechet

One Answer:

3

According to switch2osm you have a typo in your file 000-default and the correct option is ModTileRenderdSocketName.

answered 07 Oct '13, 12:38

scai's gravatar image

scai ♦
33.3k21309459
accept rate: 23%

1

It is only my mistake in file /etc/apache2/sites-enabled/000-default/

Just noq all started clear without errors.

Thank you.

(07 Oct '13, 14:41) Achechet

Source code available on GitHub .