
angus203
Member-
Content Count
11 -
Joined
-
Last visited
-
angus203 started following Lovebaby19
-
Lovebaby19 started following angus203
-
http://localhost/cgi-bin/test.cgi [Sun Jul 08 08:55:54 2008] [error] [client 127.0.0.1] script not found or unable to stat: W:/cgi-bin/test.cgi
-
Error log [Sun Jul 06 08:55:49 2008] [error] [client 127.0.0.1] attempt to invoke directory as script: W:/cgi-bin/ [Sun Jul 06 08:55:54 2008] [error] [client 127.0.0.1] script not found or unable to stat: W:/cgi-bin/index.cgi
-
this is default setting ScriptAlias /cgi-bin "/cgi-bin/" # "C:/Program Files/Apache Group/Apache2/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. <Directory "/cgi-bin/"> AllowOverride All Options ExecCGI </Directory> <Directory "/home/admin/www/cgi-bin/"> AllowOverride All Options ExecCGI </Directory> i have deleted the .htaccess file and enabled "AddHandler cgi-script .bat .exe .pl .cgi" finally no work... what problem?
-
#!/usr/bin/perl print "Content-Type: text/plain", "\n\n"; print "Hello World in Perl", "\n"; http://localhost/cgi-bin/test.cgi it has Internal Server Error http://localhost/cgi-bin/ Forbidden You don't have permission to access /cgi-bin/ on this server. how to run cgi?
-
how to install SSL for Uniserver??
-
computer A setup a webserver computer B cannot use A IP to visit .. why? how to config?
-
cannot open phpMyAdmin from ver3.3 please improve? and new version has not auto open admin apanel? i feel no convenient.
-
thank you~~ it is work now
-
i have put the php_mbstring.dll to extensions folder. but "php startup: unable a load dynamic library '/user/local/php/extensions\php_mbstring.dll". can no found the file"
-
i put the php_mbstring.dll to extensions folder and change to php.ini finally,it is no work. how to install??