Ignore:
Timestamp:
01/16/19 15:08:45 (5 years ago)
Author:
nanardon
Message:

Changes for mageia6

Location:
trunk/LATMOS-Accounts-Web/etc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/etc/httpd/latmos-accounts-web.conf

    r561 r2162  
    1 <IfModule mod_proxy.c> 
    2         <Proxy *> 
    3         Order deny,allow 
    4         Allow from all 
    5         </Proxy> 
     1<Location /> 
     2        Order allow,deny 
     3        Allow From all 
     4        Satisfy any 
    65 
    7         # ReverseProxy 
    8         ProxyRequests Off 
    9         ProxyPass / http://localhost:4000/ 
    10         ProxyPassReverse / http://localhost:4000/ 
    11 </IfModule> 
     6        Options ExecCGI 
     7        AddHandler fcgid-script .pl 
     8</Location> 
    129 
    13 <IfModule mod_cache.c> 
    14         CacheDisable / 
    15 </IfModule> 
     10FcgidPassHeader Authorization 
     11Alias / /var/www/cgi-bin/latmos_accounts_web_fastcgi.pl/ 
  • trunk/LATMOS-Accounts-Web/etc/init.d/latmos-accounts-web

    r666 r2162  
    2121function start () { 
    2222    gprintf "Starting %s: " "$prog" 
    23     daemon --user $USER /usr/bin/latmos_accounts_web_server.pl --daemon --fork --port $PORT --host localhost --forcehttps 2>/dev/null 
     23    daemon --user $USER /usr/bin/latmos_accounts_web_server.pl -p $PORT --host localhost --background 2>/dev/null 
    2424    [ $? -eq 0 ] && success || failure 
    2525    touch /var/lock/subsys/$prog 
Note: See TracChangeset for help on using the changeset viewer.