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
53311e8d
Commit
53311e8d
authored
Jan 13, 2014
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed ssi tests
parent
cc636197
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
41 deletions
+0
-41
ssi1.shtml
build/test/ssi1.shtml
+0
-5
ssi2.shtml
build/test/ssi2.shtml
+0
-5
ssi3.shtml
build/test/ssi3.shtml
+0
-5
ssi4.shtml
build/test/ssi4.shtml
+0
-5
ssi5.shtml
build/test/ssi5.shtml
+0
-5
ssi6.shtml
build/test/ssi6.shtml
+0
-5
ssi7.shtml
build/test/ssi7.shtml
+0
-6
ssi8.shtml
build/test/ssi8.shtml
+0
-1
ssi9.shtml
build/test/ssi9.shtml
+0
-3
test.pl
build/test/test.pl
+0
-1
No files found.
build/test/ssi1.shtml
deleted
100644 → 0
View file @
cc636197
<html><pre>
ssi_begin
<!--#include file="../Makefile" -->
ssi_end
</pre></html>
build/test/ssi2.shtml
deleted
100644 → 0
View file @
cc636197
<html><pre>
ssi_begin
<!--#include virtual="embed.c" -->
ssi_end
</pre></html>
build/test/ssi3.shtml
deleted
100644 → 0
View file @
cc636197
<html><pre>
ssi_begin
<!--#exec "ls -l" -->
ssi_end
</pre></html>
build/test/ssi4.shtml
deleted
100644 → 0
View file @
cc636197
<html><pre>
ssi_begin
<!--#exec "dir /w" -->
ssi_end
</pre></html>
build/test/ssi5.shtml
deleted
100644 → 0
View file @
cc636197
<html><pre>
ssi_begin
<!--#include abspath="/etc/passwd" -->
ssi_end
</pre></html>
build/test/ssi6.shtml
deleted
100644 → 0
View file @
cc636197
<html><pre>
ssi_begin
<!--#include abspath="c:\boot.ini" -->
ssi_end
</pre></html>
build/test/ssi7.shtml
deleted
100644 → 0
View file @
cc636197
<html><pre>
ssi_begin
<!--#include "unit_test.c" -->
ssi_end
</pre></html>
build/test/ssi8.shtml
deleted
100644 → 0
View file @
cc636197
<!--#include "ssi9.shtml" -->
build/test/ssi9.shtml
deleted
100644 → 0
View file @
cc636197
ssi_begin
<!--#include file="../Makefile" -->
ssi_end
build/test/test.pl
View file @
53311e8d
...
...
@@ -158,7 +158,6 @@ write_file($config, "access_log_file access.log\n" .
"listening_port 127.0.0.1:23164\n"
);
spawn
(
"$mongoose_exe -listening_port 127.0.0.1:$port"
);
o
(
"GET /hello.txt HTTP/1.0\n\n"
,
'HTTP/1.1 200 OK'
,
'Loading config file'
);
unlink
$config
;
kill_spawned_child
();
# "-cgi_environment CGI_FOO=foo,CGI_BAR=bar,CGI_BAZ=baz " .
...
...
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