panix2:webspace $ ls -a
.                                       
..                                      
._URLSelfie Prototype Development.html  
._URLSelfie Prototype Development_files 
.oldshtaccess                           
.well-known                             
000_sgs_links.html                     
BrightViewBits                         


panix2:webspace $ cat .oldshtaccess 
# Block public access to this file
<filesmatch "^(.htaccess)$">
    order allow,deny
    deny from all
</filesmatch>

# pass php handling on to the appropriate fpm instance.  See
# http://www.panix.com/help/phpinfo.html for more information.

# IMPORTANT! The first time you run php via this handler, or if you
# change the php version, it may take up to 5 minutes for the server
# to create the necessary files.  If you wish to update the php
# version with minimal downtime, please contact Panix staff.

AddHandler "proxy:unix:/run/php/8.1/sgs|fcgi://localhost" .php

# Set which perl version to use
SetEnv PERL /usr/local/bin/perl-5.24.3

# See http://www.panix.com/help/cgis.langs.html for more information on
# CGI options at Panix
panix2:webspace $ 
