diff options
Diffstat (limited to 'sca-cpp/trunk/samples/store-sql')
-rw-r--r-- | sca-cpp/trunk/samples/store-sql/htdocs/index.html | 2 | ||||
-rwxr-xr-x | sca-cpp/trunk/samples/store-sql/ssl-start | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/samples/store-sql/htdocs/index.html b/sca-cpp/trunk/samples/store-sql/htdocs/index.html index 27007eb09d..e5560d7b83 100644 --- a/sca-cpp/trunk/samples/store-sql/htdocs/index.html +++ b/sca-cpp/trunk/samples/store-sql/htdocs/index.html @@ -20,7 +20,7 @@ <head>
<title>Store</title>
-<script type="text/javascript" src="/js/ref.js"></script>
+<script type="text/javascript" src="/wiring/ref.js"></script>
<script type="text/javascript">
var store = component("Store");
diff --git a/sca-cpp/trunk/samples/store-sql/ssl-start b/sca-cpp/trunk/samples/store-sql/ssl-start index 9263e16dfb..2287d2a546 100755 --- a/sca-cpp/trunk/samples/store-sql/ssl-start +++ b/sca-cpp/trunk/samples/store-sql/ssl-start @@ -21,7 +21,7 @@ ../../modules/http/ssl-cert-conf tmp localhost ../../modules/http/httpd-conf tmp localhost 8090 htdocs ../../modules/http/httpd-ssl-conf tmp 8453 -../../modules/http/httpd-auth-conf tmp +../../modules/http/basic-auth-conf tmp ../../modules/server/server-conf tmp ../../modules/server/scheme-conf tmp cat >>tmp/conf/httpd.conf <<EOF |