Re: [OpenIndiana-discuss] Hipster: Perl + CGI seems broken (napp-it)

2013-07-25 Thread Alexander Pyhalov

On 07/25/2013 00:23, Alexander Pyhalov wrote:

Guenther Alka писал 24.07.2013 19:07:

I have tried to setup napp-it on Hipster, but it seems that
CGI parameters are not processed



Good evening.

Looking on this...


Hello.
It seems to be fixed in our perl package. Please, update perl-516 and 
check if the issue has gone.



--
Best regards,
Alexander Pyhalov,
system administrator of Computer Center of Southern Federal University

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Hipster: Perl + CGI seems broken (napp-it)

2013-07-25 Thread Jason Lawrence
Confirmed that this works! Thanks for the quick response.

--jason


On Thursday, July 25, 2013 at 9:02 AM, Alexander Pyhalov wrote:

 On 07/25/2013 00:23, Alexander Pyhalov wrote:
  Guenther Alka писал 24.07.2013 19:07:
   I have tried to setup napp-it on Hipster, but it seems that
   CGI parameters are not processed

   
  Good evening.
   
  Looking on this...
  
 Hello.
 It seems to be fixed in our perl package. Please, update perl-516 and  
 check if the issue has gone.
  
  
 --  
 Best regards,
 Alexander Pyhalov,
 system administrator of Computer Center of Southern Federal University
  
 ___
 OpenIndiana-discuss mailing list
 OpenIndiana-discuss@openindiana.org 
 (mailto:OpenIndiana-discuss@openindiana.org)
 http://openindiana.org/mailman/listinfo/openindiana-discuss
  
  


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Hipster: Perl + CGI seems broken (napp-it)

2013-07-24 Thread Guenther Alka

I have tried to setup napp-it on Hipster, but it seems that
CGI parameters are not processed

You can install napp-it on Hipster via
wget -O - www.napp-it.org/nappit | perl
followed by a reboot

If you then call napp-it via http://ip:81
the login screen appears, so the webserver and CGI is basically working
but when you enter any name or password, this is not given to the script

ex
http://172.16.11.4:81/cgi-bin/admin.pl?name=xx
should give a value for name in hash %in

if someone wants help to search the reason in Hipster:
edit napp-it admin.pl line 147 and look for line
print Content-type: text/html\n\n;

add after this line a command to print given parameters
print_hash(%in);

and call http:/your serverip:81/cgi-bin/admin.pl?name=xx
name  xx should be displayed


Unless this cgi problem is fixed, Hipster will not work with napp-it

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Hipster: Perl + CGI seems broken (napp-it)

2013-07-24 Thread Alexander Pyhalov

Guenther Alka писал 24.07.2013 19:07:

I have tried to setup napp-it on Hipster, but it seems that
CGI parameters are not processed



Good evening.

Looking on this...


---
System Administrator of Southern Federal University Computer Center


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss