Problem with cgi script?

0

Most of the time cgi script is not working properly after uploading by using FTP but script is working fine on local machine, why? This […]

Simple cgi script to check the Server uptime?

0

The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads #!/bin/bash echo Content-type: text/plain echo echo $(hostname) echo “=>” echo $(uptime)

1 2