Add files via upload
This commit is contained in:
BIN
InworldScripts_lsl.zip
Normal file
BIN
InworldScripts_lsl.zip
Normal file
Binary file not shown.
BIN
ServerScripts_php.zip
Normal file
BIN
ServerScripts_php.zip
Normal file
Binary file not shown.
26
fcgid.conf
Normal file
26
fcgid.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
# This is the Apache server configuration file for providing FastCGI support
|
||||
# via mod_fcgid
|
||||
#
|
||||
# Documentation is available at http://fastcgi.coremail.cn/doc.htm
|
||||
|
||||
|
||||
<IfModule mod_fcgid.c>
|
||||
|
||||
<IfModule !mod_fastcgi.c>
|
||||
AddHandler fcgid-script fcg fcgi fpl
|
||||
</IfModule>
|
||||
|
||||
FcgidIPCDir /var/lib/apache2/fcgid/sock
|
||||
FcgidProcessTableFile /var/lib/apache2/fcgid/shm
|
||||
|
||||
FcgidIdleTimeout 40
|
||||
FcgidProcessLifeTime 30
|
||||
FcgidMaxProcesses 20
|
||||
FcgidMaxProcessesPerClass 8
|
||||
FcgidMinProcessesPerClass 0
|
||||
FcgidConnectTimeout 30
|
||||
FcgidIOTimeout 180
|
||||
FcgidInitialEnv RAILS_ENV production
|
||||
FcgidIdleScanInterval 10
|
||||
|
||||
</IfModule>
|
||||
BIN
gate_50.zip
Normal file
BIN
gate_50.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user