suggest ScriptAlias to get nice URLs
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 3 Nov 2008 20:15:09 +0000 (20:15 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 3 Nov 2008 20:15:09 +0000 (20:15 +0000)
git-svn-id: svn://svn.rot13.org/SQL2XLS@12 2e857b76-582b-47e5-ad5c-b3ba0f0ee29b

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