Note that there are some explanatory texts on larger screens.

plurals
  1. POConfigure dispatcher on ubuntu 12.04
    primarykey
    data
    text
    <p>Am not able to get dispatcher working on my Ubuntu machine, following is the error that I get after apache restart</p> <p>Syntax error on line 2 of /etc/apache2/conf.d/dispatcher.any: Invalid command '/farms', perhaps misspelled or defined by a module not included in the server configuration Action 'configtest' failed.</p> <p>Am using the default dispatcher.any file without any changes.</p> <p>I've enabled the dispatcher module as below:</p> <pre><code>LoadModule dispatcher_module /usr/lib/apache2/modules/dispatcher-apache2.2-4.1.4.so &lt;IfModule disp_apache2.c&gt; # location of the configuration file. eg: 'conf/dispatcher.any' DispatcherConfig conf.d/dispatcher.any # location of the dispatcher log file. eg: 'logs/dispatcher.log' DispatcherLog /var/log/apache2/dispatcher.log # log level for the dispatcher log # 0 Errors # 1 Warnings # 2 Infos # 3 Debug DispatcherLogLevel 3 # if turned to 1, the dispatcher looks like a normal module DispatcherNoServerHeader 0 # if turned to 1, request to / are not handled by the dispatcher # use the mod_alias then for the correct mapping DispatcherDeclineRoot 0 # if turned to 1, the dispatcher uses the URL already processed # by handlers preceeding the dispatcher (i.e. mod_rewrite) # instead of the original one passed to the web server. DispatcherUseProcessedURL 0 # if turned to 1, the dispatcher does not spool an error # response to the client (where the status code is greater # or equal than 400), but passes the status code to # Apache, which e.g. allows an ErrorDocument directive # to process such a status code. DispatcherPassError 0 &lt;/IfModule&gt; </code></pre> <p>Can anyone please help me out in resolving the issue? </p> <p>Thanks, -- Pawan</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload