-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move some files around to simplify releases
- Loading branch information
Showing
7 changed files
with
872 additions
and
874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
Win32/ | ||
x64/ | ||
Debug/ | ||
Release/ | ||
/x64/Release/ | ||
/Win32/Release/ | ||
Source/Drop/ | ||
Source/Almonaster/Pages/*.cpp | ||
.suo | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
234 changes: 117 additions & 117 deletions
234
Source/Release/bin/Alajar.conf → Source/Release/Alajar.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,117 +1,117 @@ | ||
// | ||
// State of HTTP port | ||
// 0 = Off | ||
// 1 = On | ||
// | ||
EnableHttpPort=1 | ||
// | ||
// Server HTTP port, if enabled | ||
// | ||
HttpPort=80 | ||
// | ||
// State of HTTPS port | ||
// 0 = Off | ||
// 1 = On | ||
// | ||
EnableHttpsPort=0 | ||
// | ||
// Server HTTPS port, if enabled | ||
// | ||
HttpsPort=443 | ||
// | ||
// Server HTTPS public key file, if HTTPS is enabled | ||
// On Windows, this must be a .cer file | ||
// If OpenSSL is used, this should be an OpenSSL public key file | ||
// | ||
HttpsPublicKeyFile= | ||
// | ||
// Server HTTPS private key file, if HTTPS is enabled | ||
// On Windows, this must be a .pfx file | ||
// If OpenSSL is used, this should be an OpenSSL private key file | ||
// | ||
HttpsPrivateKeyFile= | ||
// | ||
// Server HTTPS private key file password, if HTTPS is enabled | ||
// On Windows, this is the password with which the pfx file was exported | ||
// | ||
HttpsPrivateKeyFilePassword= | ||
// | ||
// Filecache state | ||
// 0 = Off | ||
// 1 = On | ||
// | ||
FileCache=1 | ||
// | ||
// Approximate number of files that might end up in the filecache | ||
// Only has meaning if FileCache=1 | ||
// | ||
ApproxNumFilesInFileCache=1000 | ||
// | ||
// State of memory cache of frequently allocated objects | ||
// 0 = Off | ||
// 1 = On | ||
// | ||
MemoryCache=1 | ||
// | ||
// Base number of server worker threads | ||
// | ||
InitNumThreads=5 | ||
// | ||
// Maximum number of server worker threads | ||
// | ||
MaxNumThreads=25 | ||
// | ||
// Default priority of server worker threads | ||
// Lower | ||
// Normal | ||
// Higher | ||
// Highest | ||
// | ||
DefaultThreadPriority=Normal | ||
// | ||
// Report verbosity | ||
// | ||
ReportTraceLevel=Info | ||
// | ||
// Directory for pagesource counters | ||
// | ||
CounterPath=..\site\Counters | ||
// | ||
// Directory for logs | ||
// | ||
LogPath=..\site\Logs | ||
// | ||
// Directory for pagesource dll's | ||
// | ||
PageSourcePath=. | ||
// | ||
// Directory for pagesource config files | ||
// | ||
ConfigPath=..\site\Config | ||
// | ||
// Directory for reports | ||
// | ||
ReportPath=..\site\Reports | ||
// | ||
// Directory for statistics | ||
// | ||
StatisticsPath=..\site\Statistics | ||
// | ||
// State of HTTP port | ||
// 0 = Off | ||
// 1 = On | ||
// | ||
EnableHttpPort=1 | ||
|
||
// | ||
// Server HTTP port, if enabled | ||
// | ||
HttpPort=80 | ||
|
||
// | ||
// State of HTTPS port | ||
// 0 = Off | ||
// 1 = On | ||
// | ||
EnableHttpsPort=0 | ||
|
||
// | ||
// Server HTTPS port, if enabled | ||
// | ||
HttpsPort=443 | ||
|
||
// | ||
// Server HTTPS public key file, if HTTPS is enabled | ||
// On Windows, this must be a .cer file | ||
// If OpenSSL is used, this should be an OpenSSL public key file | ||
// | ||
HttpsPublicKeyFile= | ||
|
||
// | ||
// Server HTTPS private key file, if HTTPS is enabled | ||
// On Windows, this must be a .pfx file | ||
// If OpenSSL is used, this should be an OpenSSL private key file | ||
// | ||
HttpsPrivateKeyFile= | ||
|
||
// | ||
// Server HTTPS private key file password, if HTTPS is enabled | ||
// On Windows, this is the password with which the pfx file was exported | ||
// | ||
HttpsPrivateKeyFilePassword= | ||
|
||
// | ||
// Filecache state | ||
// 0 = Off | ||
// 1 = On | ||
// | ||
FileCache=1 | ||
|
||
// | ||
// Approximate number of files that might end up in the filecache | ||
// Only has meaning if FileCache=1 | ||
// | ||
ApproxNumFilesInFileCache=1000 | ||
|
||
// | ||
// State of memory cache of frequently allocated objects | ||
// 0 = Off | ||
// 1 = On | ||
// | ||
MemoryCache=1 | ||
|
||
// | ||
// Base number of server worker threads | ||
// | ||
InitNumThreads=5 | ||
|
||
// | ||
// Maximum number of server worker threads | ||
// | ||
MaxNumThreads=25 | ||
|
||
// | ||
// Default priority of server worker threads | ||
// Lower | ||
// Normal | ||
// Higher | ||
// Highest | ||
// | ||
DefaultThreadPriority=Normal | ||
|
||
// | ||
// Report verbosity | ||
// | ||
ReportTraceLevel=Info | ||
|
||
// | ||
// Directory for pagesource counters | ||
// | ||
CounterPath=.\site\Counters | ||
|
||
// | ||
// Directory for logs | ||
// | ||
LogPath=.\site\Logs | ||
|
||
// | ||
// Directory for pagesource dll's | ||
// | ||
PageSourcePath=. | ||
|
||
// | ||
// Directory for pagesource config files | ||
// | ||
ConfigPath=.\site\Config | ||
|
||
// | ||
// Directory for reports | ||
// | ||
ReportPath=.\site\Reports | ||
|
||
// | ||
// Directory for statistics | ||
// | ||
StatisticsPath=.\site\Statistics |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters