Help for this page

Select Code to Download


  1. or download this
    C:\xampp\apache\bin>httpd.exe -v
    Server version: Apache/2.4.17 (Win32)
    Apache Lounge VC11 Server built:   Oct 13 2015 10:54:13
    
  2. or download this
    <VirtualHost *:80>
            ServerName xyz
    ...
            RewriteCond %{REQUEST_FILENAME} !-f
            RewriteRule ^(.*)$ /dispatch.cgi$1 [QSA,L]
    </VirtualHost>
    
  3. or download this
    #LoadModule fastcgi_module modules/mod_fastcgi.so
    #<IfModule mod_fastcgi>
    #  AddHandler fastcgi-script .fcgi
    #</IfModule>
    #RewriteRule ^(.*)$ /dispatch.fcgi$1 [QSA,L]