Skip to content

Commit

Permalink
Cleanup fcgi directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ruven committed Oct 21, 2023
1 parent 39903b1 commit 6fcd559
Show file tree
Hide file tree
Showing 85 changed files with 26 additions and 33,406 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ endif

SUBDIRS = $(FCGI_SRC) src man

EXTRA_DIST = COPYING.FCGI doc windows docker
EXTRA_DIST = doc windows docker scripts
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ and change the fastcgi_pass parameter in the above location configuration to poi

### Java Application Servers (Tomcat, Jetty, JBoss etc)

IIPImage can also be used with Java Application Servers such as Apache Tomcat, JBoss and Jetty. Simply add the JFastCGI jar file to your webapp and add the following to your web.xml configuration file in order to re-route FCGI requests to the IIPImage server on the specified port.
IIPImage can also be used with Java Application Servers such as [Apache Tomcat](https://tomcat.apache.org), JBoss and Jetty. Simply add the [JFastCGI](https://jfastcgi.org/) jar file to your webapp and add the following to your web.xml configuration file in order to re-route FCGI requests to the IIPImage server on the specified port.

```
<!-- Gateway Servlet to IIPImage FCGI server -->
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen-html.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = iipsrv
PROJECT_NUMBER = 1.1
PROJECT_NUMBER = 1.2
PROJECT_BRIEF = "iipsrv is an advanced high-performance feature-rich image server for web-based streamed viewing and zooming of ultra high-resolution images"
PROJECT_LOGO = doc/iip.png
OUTPUT_DIRECTORY = doc
Expand Down
File renamed without changes.
28 changes: 0 additions & 28 deletions fcgi/LICENSE.TERMS

This file was deleted.

85 changes: 2 additions & 83 deletions fcgi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,88 +4,7 @@
# $Id: Makefile.am,v 1.7 2001/12/22 13:05:39 robs Exp $
#

SUBDIRS = libfcgi include #examples cgi-fcgi
SUBDIRS = libfcgi
#include #examples cgi-fcgi

include_HEADERS = fcgi_config.h

EXTRA_DIST = LICENSE.TERMS \
Makefile.nt \
cgi-fcgi/cgi-fcgi.mak \
examples/authorizer.mak \
examples/echo.mak \
examples/echox.mak \
examples/size.mak \
examples/echo-cpp.mak \
libfcgi/libfcgi.mak \
images/aplib-hd.gif \
images/divider.gif \
images/fcgi-hd.gif \
images/mail-hd.gif \
images/navbar.gif \
images/serv-hd.gif \
images/words-hd.gif \
include/fcgi_config_x86.h \
java/FCGIGlobalDefs.java \
java/FCGIInputStream.java \
java/FCGIInterface.java \
java/FCGIMessage.java \
java/FCGIOutputStream.java \
java/FCGIRequest.java \
libfcgi/os_unix.c \
libfcgi/os_win32.c \
perl/ChangeLog \
perl/FCGI.PL \
perl/FCGI.XL \
perl/MANIFEST \
perl/Makefile.PL \
perl/README \
perl/aclocal.m4 \
perl/configure \
perl/configure.in \
perl/echo.PL \
perl/fcgi_config.h.in \
perl/oldinterface.pod \
perl/remote.PL \
perl/threaded.PL \
perl/typemap \
perl/version.pm \
Win32/FastCGI.dsw \
Win32/authorizer.dsp \
Win32/cgifcgi.dsp \
Win32/echo-cpp.dsp \
Win32/echo.dsp \
Win32/echox.dsp \
Win32/libfcgi.dsp \
Win32/logdump.dsp \
Win32/size.dsp \
Win32/threaded.dsp \
doc/FCGI_Accept.3 \
doc/FCGI_Finish.3 \
doc/FCGI_SetExitStatus.3 \
doc/FCGI_StartFilterData.3 \
doc/cgi-fcgi.1 \
doc/fcgi-devel-kit.htm \
doc/fcgi-java.htm \
doc/fcgi-perf.htm \
doc/fcgi-perl.htm \
doc/fcgi-spec.html \
doc/fcgi-tcl.htm \
doc/omi-logo.gif \
doc/overview.html \
doc/www5-api-workshop.html \
doc/fastcgi-prog-guide/ap_guida.htm \
doc/fastcgi-prog-guide/ap_guide.htm \
doc/fastcgi-prog-guide/apaman.htm \
doc/fastcgi-prog-guide/ch1inta1.gif \
doc/fastcgi-prog-guide/ch1intra.gif \
doc/fastcgi-prog-guide/ch1intro.htm \
doc/fastcgi-prog-guide/ch2c.htm \
doc/fastcgi-prog-guide/ch3perl.htm \
doc/fastcgi-prog-guide/ch4tcl.htm \
doc/fastcgi-prog-guide/cover.htm \
doc/fastcgi-prog-guide/covera.gif \
doc/fastcgi-whitepaper/fastcgi.htm \
doc/fastcgi-whitepaper/img00001.gif \
doc/fastcgi-whitepaper/img00002.gif \
doc/fastcgi-whitepaper/img00003.gif

164 changes: 0 additions & 164 deletions fcgi/Win32/FastCGI.dsw

This file was deleted.

Loading

0 comments on commit 6fcd559

Please sign in to comment.