1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

fix various property issues

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1309567 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
André Malo
2012-04-04 19:49:25 +00:00
parent 01a7b3229e
commit a11c89f232
7 changed files with 155 additions and 159 deletions

View File

@@ -1,7 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
# #
# $Id$
#
# Created: Thu Aug 15 11:57:33 1996 too # Created: Thu Aug 15 11:57:33 1996 too
# Last modified: Mon Dec 27 09:23:56 1999 too # Last modified: Mon Dec 27 09:23:56 1999 too
# #

View File

@@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- $LastChangedRevision: 1174747 $ --> <!-- $LastChangedRevision$ -->
<!-- <!--
Licensed to the Apache Software Foundation (ASF) under one or more Licensed to the Apache Software Foundation (ASF) under one or more

0
modules/lua/test/htdocs/test.lua Executable file → Normal file
View File

0
modules/lua/test/test_httpd.conf Executable file → Normal file
View File

View File

@@ -19,8 +19,6 @@
# and certificates as to facilitate testing of TLS server name # and certificates as to facilitate testing of TLS server name
# indication support (RFC 4366) or SNI. # indication support (RFC 4366) or SNI.
# #
# $Id$
#
# #
OPENSSL=${OPENSSL:-openssl} OPENSSL=${OPENSSL:-openssl}
DOMAIN=${DOMAIN:-my-sni-test.org} DOMAIN=${DOMAIN:-my-sni-test.org}