Apache mod_substitute (Need Help)

Posted in: Newspaper
Post count: 10

I read that the mod_substitute module default configuration can cause a timeout error on TD Composer when loading larger pages. As I was building a website I started to get the error, at the time I was not aware that this error was somewhat common based on your host settings.

Is there anyone here that can perhaps help me avoid receiving this error? According to a post on tagdiv, they recommend the information on this post.

https://forum.tagdiv.com/requirements-for-newspaper/#td-mod-substitute

In some cases, the mod_substitute module default configuration may cause a timeout error on TD Composer when loading large pages. To fix this you have to add the following lines in the .htaccess file located in your website main folder:

.htaccess

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

Has anyone done this? If so, do I just need to simply copy that code and add on .htaccess?

I also have this notification on the System Status

Apache mod_substitute module is active on your server – Its default configuration may cause a timeout error on TD Composer when loading large pages. For more details please check our documentation

Feedback would be appreciated.Thanks

Post count: 35449

Hello,
Yes, that code need just to be set in the .htaccess, for this please use cPanel or FTP becaseu there are situations when .htaccess do not allow the code and the website can be down until the code is remove from the .htaccess file.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.