Conf/Examples/AdpExample

From AOLserver Wiki
Revision as of 09:34, 5 January 2012 by Bernhard (talk | contribs) (moved Conf/Examples/CgiConfig/AdpExample to Conf/Examples/AdpExample)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

part of ADP Config Examples

<html>
<head><title>Testing of ADP</title></head>
<body>
 Hi, This is a ADP file testing....
<% 
set name "Welcome Foo Bar"
ns_puts $name
%>
</body>
</html>
 
 

To use with the example config, save the file to:

 /var/www/vhost1/test.adp