Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
4279543f
Commit
4279543f
authored
Sep 03, 2010
by
valenok
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed installer setup
parent
5fdbbcd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
25 deletions
+23
-25
installer.nsi
win32/installer.nsi
+2
-3
mongoose.conf
win32/mongoose.conf
+21
-22
No files found.
win32/installer.nsi
View file @
4279543f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
!define MENUDIR "Mongoose web server"
!define MENUDIR "Mongoose web server"
!define SVC "Mongoose ${VERSION}"
!define SVC "Mongoose ${VERSION}"
OutFile mongoose-${VERSION}.install.exe
OutFile
c:\
mongoose-${VERSION}.install.exe
Name "Mongoose ${VERSION}"
Name "Mongoose ${VERSION}"
InstallDir C:\mongoose-${VERSION}
InstallDir C:\mongoose-${VERSION}
...
@@ -30,7 +30,6 @@ Section "SSL files"
...
@@ -30,7 +30,6 @@ Section "SSL files"
File ssl_cert.pem
File ssl_cert.pem
# Following lines add full path to the certificate file in the mongoose.conf
# Following lines add full path to the certificate file in the mongoose.conf
# The -ssl_cert option must go before -ports option.
FileOpen $0 mongoose.conf a
FileOpen $0 mongoose.conf a
FileRead $0 $1
FileRead $0 $1
FileRead $0 $1
FileRead $0 $1
...
@@ -38,7 +37,7 @@ Section "SSL files"
...
@@ -38,7 +37,7 @@ Section "SSL files"
FileRead $0 $1
FileRead $0 $1
FileRead $0 $1
FileRead $0 $1
FileRead $0 $1
FileRead $0 $1
FileWrite $0 "ssl_cert
$INSTDIR\ssl_cert.pem"
FileWrite $0 "ssl_cert
ificate
$INSTDIR\ssl_cert.pem"
FileClose $0
FileClose $0
SectionEnd
SectionEnd
...
...
win32/mongoose.conf
View file @
4279543f
...
@@ -3,29 +3,28 @@
...
@@ -3,29 +3,28 @@
# For detailed description of every option, visit
# For detailed description of every option, visit
# http://code.google.com/p/mongoose/wiki/MongooseManual
# http://code.google.com/p/mongoose/wiki/MongooseManual
root
c
:\
document_root
c
:\
ports
80
,
443
s
access_log
c
:\
mongoose_access_log
.
txt
error_log
c
:\
mongoose_error_log
.
txt
listening_ports
80
,
443
s
access_log_file
c
:\
mongoose_access_log
.
txt
error_log_file
c
:\
mongoose_error_log
.
txt
# NOTE FOR PHP USERS:
# NOTE FOR PHP USERS:
# Correct PHP binary to use is php-cgi.exe, NOT php.exe!
# Correct PHP binary to use is php-cgi.exe, NOT php.exe!
# cgi_interp c:\php\php-cgi.exe
# cgi_interpreter c:\php\php-cgi.exe
# cgi_interp c:\perl\bin\perl.exe
# cgi_ext cgi,pl,php
# cgi_extensions cgi,pl,php
# ssi_ext shtml,shtm
# ssi_extensions shtml,shtm
# auth_realm mydomain.com
# authentication_domain mydomain.com
# dir_list no
# enable_directory_listing no
# index_files index.html,index.htm,index.php,index.cgi
# index_files index.html,index.htm,index.php,index.cgi
# aliases /my_d_disk=d:\,/my_e_disk=e:\
# access_control_list -0.0.0.0/0,+10.0.0.0/8,+192.168.0.0/16
# acl -0.0.0.0/0,+10.0.0.0/8,+192.168.0.0/16
# protect_uri /foo=c:\passwords.txt
# admin_uri /remote_admin
# cgi_environment FOO=BAR,BAZ=POO
# protect /remote_admin=c:\passwords.txt
# global_passwords_file c:\mongoose_global_web_passwords.txt
# cgi_env FOO=BAR,BAZ=POO
# put_delete_passwords_file c:\mongoose_put_delete_passwords.txt
# auth_gpass c:\mongoose_global_web_passwords.txt
# ssl_certificate ssl_cert.pem
# auth_PUT c:\mongoose_put_delete_passwords.txt
# num_threads 10
# ssl_cert ssl_cert.pem
# enable_keep_alive no
# max_threads 100
# idle_time 10
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment