Added Apache CGI/FCGI/mod_perl examples
This commit is contained in:
parent
e9893b25f4
commit
784e0bd73c
5 changed files with 39 additions and 2 deletions
21
apache.conf
Normal file
21
apache.conf
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<VirtualHost *:80>
|
||||
PerlOptions +Parent
|
||||
PerlSwitches -I/data/WebGUI/lib
|
||||
|
||||
# CGI
|
||||
#AddHandler cgi-script cgi
|
||||
#ScriptAlias / /data/WebGUI/etc/dev.localhost.localdomain.cgi/
|
||||
#<Directory /data/WebGUI/etc>
|
||||
# Options +ExecCGI
|
||||
#</Directory>
|
||||
|
||||
# Apache2
|
||||
#SetHandler perl-script
|
||||
#PerlHandler Plack::Server::Apache2
|
||||
#PerlSetVar psgi_app /data/WebGUI/etc/dev.localhost.localdomain.psgi
|
||||
|
||||
# FastCGI
|
||||
FastCgiServer /data/WebGUI/etc/dev.localhost.localdomain.fcgi
|
||||
ScriptAlias / /data/WebGUI/etc/dev.localhost.localdomain.fcgi/
|
||||
|
||||
</VirtualHost>
|
||||
Loading…
Add table
Add a link
Reference in a new issue