suggest ScriptAlias to get nice URLs
[SQL2XLS] / sql2xls.cgi
index 9614ebd..ce80c0c 100755 (executable)
@@ -22,6 +22,17 @@ C<< \c database >> syntax is supported.
 You can also run script from command line, and it will produce
 C<< sql_reports.xls >> file.
 
+=head1 INSTALLATION
+
+Only required file is this script C<< sql2xls.cgi >>
+
+If your server is configured to execute C<.cgi> files, you can
+drop this script anywhere, but you can also add something like
+
+   ScriptAlias /xls-reports /srv/SQL2XLS/sql2xls.cgi
+
+in Apache's virtual host configuration to get nice URLs
+
 =head1 AUTHOR
 
 Dobrica Pavlinusic, dpavlin@rot13.org