Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
httpd.conf
or referenced files./usr/local/etc/apache24/conf/httpd24.conf
both these are enabled:LoadModule cgid_module modules/mod_cgid.so
LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
/usr/local/etc/apache24
I run this command grep -R cgi * | grep .conf
(looking for 'conf' files containing 'cgi') and this is the result, exc. the 'denied' access files.grep: conf/extra/httpd-ssl.conf:<FilesMatch "\.(cgi|shtml|phtml|php)$">
conf/extra/httpd-ssl.conf:<Directory "/srv/http/cgi-bin">
conf/httpd24.conf:LoadModule cgid_module modules/mod_cgid.so
conf/httpd24.conf:LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
conf/httpd24.conf:<IfModule cgid_module>
conf/httpd24.conf: ScriptSock /run/httpd/user-cgisock
conf/httpd24.conf: AddHandler cgi-script .cgi
sites-enabled/httpd-vhost.conf: DirectoryIndex index.html index.htm index.cgi index.php index.php5
sites-enabled/httpd-vhost.conf: SetHandler "proxy:unix:/run/php-fpm/php-741c1f4b-aeac-47b5-be35-f35112a2d4e7.sock|fcgi://php-741c1f4b-aeac-47b5-be35-f35112a2d4e7"
sites-enabled/httpd-vhost.conf: DirectoryIndex index.html index.htm index.cgi index.php index.php5
sites-enabled/httpd-vhost.conf: SetHandler "proxy:unix:/run/php-fpm/php-741c1f4b-aeac-47b5-be35-f35112a2d4e7.sock|fcgi://php-741c1f4b-aeac-47b5-be35-f35112a2d4e7"
sites-enabled/httpd-vhost.conf: DirectoryIndex index.html index.htm index.cgi index.php index.php5
sites-enabled/httpd-vhost.conf: SetHandler "proxy:unix:/run/php-fpm/php-741c1f4b-aeac-47b5-be35-f35112a2d4e7.sock|fcgi://php-741c1f4b-aeac-47b5-be35-f35112a2d4e7"
sites-enabled/httpd-vhost.conf: DirectoryIndex index.html index.htm index.cgi index.php index.php5
sites-enabled/httpd-vhost.conf: DirectoryIndex index.html index.htm index.cgi index.php index.php5
sites-enabled/httpd-vhost.conf: SetHandler "proxy:unix:/run/php-fpm/php-741c1f4b-aeac-47b5-be35-f35112a2d4e7.sock|fcgi://php-741c1f4b-aeac-47b5-be35-f35112a2d4e7"
sites-enabled/httpd-vhost.conf: DirectoryIndex index.html index.htm index.cgi index.php index.php5
sites-enabled/httpd-vhost.conf: DirectoryIndex index.html index.htm index.cgi index.php index.php5
sites-enabled/httpd-vhost.conf: SetHandler "proxy:unix:/run/php-fpm/php-e3b9103e-ae6f-4032-ae6d-4543f6d81b44.sock|fcgi://php-e3b9103e-ae6f-4032-ae6d-4543f6d81b44"
sites-enabled/webstation-default.conf: SetHandler "proxy:unix:/run/php-fpm/php-741c1f4b-aeac-47b5-be35-f35112a2d4e7.sock|fcgi://localhost"
sites-enabled/webstation-default.conf: DirectoryIndex index.html index.htm index.cgi index.php index.php5
We use essential cookies to make this site work, and optional cookies to enhance your experience.