Jump to content

Apache on WinXP -- Folder permission


Cu_Dinh

Recommended Posts

I installed Apache on my PC (running WinXP SP1) and when tried to access /cgi-bin got Error 403 Forbidden, called file inside /cgi-bin like hello.cgi got Error 500 Internal Server Error

 

<Directory \"C:/Server/www/cgi-bin\">

<IfModule mod_perl.c>

Sethandler perl-script

PerlHandler Apache::Registry

PerlSendHeader On

</IfModule>

Options All MultiViews

AllowOverride None

Order deny,allow

Allow from all

</Directory>

Link to comment
https://forums.phpfreaks.com/topic/1307-apache-on-winxp-folder-permission/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.