foswiki.conf
for your installation. (See Help with this page if you don't understand some of the terminology used here.) Include conf/foswiki.conf
) C:/www/foswiki
. Don't use Windows style back-slash in the paths.
/etc/httpd/conf.d
or /etc/apache2/conf.d
You can also place it anywhere else add the following line to the end of your main httpd.conf file: include "/path/to/foswiki.conf"
By pressing the button below you select all the text in the textarea. Then you just need to copy the text to the clipboard and paste it into the foswiki.conf
file.
Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /var/www/foswiki/bin/configureIn this case you should think about your redirection policy. One fix is to add the line
Options +FollowSymLinksto the configuration which applies to the base directory of the path mentioned in the error message (either as htaccess or
bin/configure
command -- TobiasVonDerKrone - 11 Dec 2009
ErrorDocument 401 default
for bin/configure, so it doesn't rewrite to the bin/view and cause other errors - 9 July 2010
Timeout
, FcgidIOTimeout
, FcgidBusyTimeout
and FcgidMaxRequestLength
, changed default from mod_fastcgi to mod_fcgid. -- GeorgeClark - 29 Dec 2012 Tasks.Item12318
ApacheConfigGenerator
to %TOPIC%
so as to true to the version of of the config generator used. -- LynnwoodBrown - 30 Jan 2015
Alias /error/ "/usr/share/apache2/error/"
above Alias / "/srv/www/vhosts/wiki.trin.org.au/foswiki/bin/view/"
FilesMatch "(attach|edit|manage|rename|save|upload|mail|logon|rest|.*auth......"
to simply be something like FilesMatch "(?<!view)$"
? TopicClassification | AdminTopic |
Topic Summary | Custom Apache config file generator |
Extension | |
Interested Parties | |
Related Topics |