[users@httpd] ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

2015-07-19 Thread John Fisher GM
A second question... Again, running Apache 2.2 with Debian 7. Trying to simplify all the vhost config files. In the sites-available files, there is the following code: ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ Directory /usr/lib/cgi-bin AllowOverride None Options

Re: [users@httpd] ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

2015-07-19 Thread Yehuda Katz
This is only useful if you have scripts in /usr/lib/cgi-bin that you actually use. Look in that directory and see if anything there looks familiar. If not, you can remove that safely too. - Y On Sun, Jul 19, 2015 at 9:01 PM, John Fisher GM john.fisher...@gmail.com wrote: A second question...

Re: [users@httpd] ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

2015-07-19 Thread Kurtis Rader
On Sun, Jul 19, 2015 at 6:44 PM, John Fisher GM john.fisher...@gmail.com wrote: I looked at cgi-bin. There are two files, php and php5, each 8 MB in size. That seems a bit odd. But in this small site, we're not using php, so we're OK. Based on the size it is reasonable to conclude those are

Re: [users@httpd] ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

2015-07-19 Thread John Fisher GM
Again, thank you. I looked at cgi-bin. There are two files, php and php5, each 8 MB in size. That seems a bit odd. But in this small site, we're not using php, so we're OK. I realized the script we are running is not invoked by apache. It's run by chron and that invokes the .pl file (it's a