Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2017-11-07, 21:21:25

Author Topic: Convert CGI file config from http to http24  (Read 1011 times)

0 Members and 1 Guest are viewing this topic.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Convert CGI file config from http to http24
« on: 2015-09-19, 23:00:58 »
I need this to be working under httpd24:

Quote
Alias /lstat/ "/usr/local/lstat/www/"

<Directory "/usr/local/lstat/www/">
#for execute CGI files
    Options ExecCGI
    AddHandler cgi-script .cgi
    AllowOverride AuthConfig Limit
    SetEnv LANG pl_PL
</Directory>

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Convert CGI file config from http to http24
« Reply #1 on: 2015-09-20, 04:13:07 »
Try change to:
Code: [Select]
Alias /lstat/ "/usr/local/lstat/www/"

<Directory "/usr/local/lstat/www/">
AllowOverride All
<IfVersion < 2.4>
Order allow,deny
Allow from all
</IfVersion>
<IfVersion >= 2.4>
Require all granted
</IfVersion>
Options +ExecCGI
<FilesMatch \.(cgi|pl)$>
SetHandler cgi-script
</FilesMatch>
</Directory>
« Last Edit: 2015-09-20, 04:15:58 by MRatWork »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine

Page created in 0.03 seconds with 16 queries.

web stats analysis
 
Mirror created by MasterkinG32.CoM