Apache+Pike CGI scripts

3 views
Skip to first unread message

Duke Normandin

unread,
Jan 6, 2022, 11:26:48 AM1/6/22
to Pike List
I'd like to try that out as a learning medium & instant feedback!

Anybody on this list doing this or have done? TIA ..

--
Duke
** Text only please. Bottom post is best for me **

Duke Normandin

unread,
Jan 6, 2022, 12:04:12 PM1/6/22
to Pike List
On Thu, 6 Jan 2022 09:26:38 -0700
Duke Normandin <dukeo...@gmx.com> wrote:

> I'd like to try that out as a learning medium & instant feedback!
>
> Anybody on this list doing this or have done? TIA ..

[code]
#!/usr/bin/pike

int main(){
write("Content-type:text/html\n\n");
write("<h1>CGI scripts work using Pike!</h1>");
}
[/code]

Worked just fine!
Looking to see if Pike supports "heredoc".

Marc dirix

unread,
Jan 6, 2022, 12:22:03 PM1/6/22
to Pike mailinglist
Hi Duke,

I use Hiawatha+pike

Best regards,
Marc

Op do 6 jan. 2022 18:04 schreef Duke Normandin <dukeo...@gmx.com>:

H William Welliver

unread,
Jan 6, 2022, 11:37:08 PM1/6/22
to Marc dirix, Pike mailinglist

Duke Normandin

unread,
Jan 6, 2022, 11:50:22 PM1/6/22
to Pike List
On Thu, 6 Jan 2022 23:36:54 -0500
H William Welliver <wil...@welliver.org> wrote:

> More details that might be of use:
>
> http://wiki.gotpike.org/index.pike/PikeDevel/Using+Pike+on+the+Web

Very informative! Thx
Reply all
Reply to author
Forward
0 new messages