Jump to content
The Uniform Server Community

angus203

Member
  • Posts

    11
  • Joined

  • Last visited

angus203's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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
  2. 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
  3. 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?
  4. #!/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?
  5. computer A setup a webserver computer B cannot use A IP to visit .. why? how to config?
  6. cannot open phpMyAdmin from ver3.3 please improve? and new version has not auto open admin apanel? i feel no convenient.
  7. 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"
  8. i put the php_mbstring.dll to extensions folder and change to php.ini finally,it is no work. how to install??
  9. used win32 how to install?
×
×
  • Create New...