This is a discussion on user cgi-bin permissions within the Apache Web Server forums, part of the Web Server and Related Forums category; I set up an alias in a user dir. I can't seem to get a perl script to execute. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I set up an alias in a user dir. I can't seem to get a perl script to
execute. I get the following error: The requested method POST is not allowed for the URL /cbipscreen/cgi-bin/frameset0.pl In my httpd.conf: Alias /cbipscreen "/export/home/cj/cbipscreen" <Directory /export/home/cj/cbipscreen> AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec <Limit GET POST OPTIONS PROPFIND> Order allow,deny Allow from all </Limit> <LimitExcept GET POST OPTIONS PROPFIND> Order deny,allow Deny from all </LimitExcept> </Directory> <Directory /export/home/cj/cbipscreen/cgi-bin> Options Indexes FollowSymLinks MultiViews ExecCGI AllowOverride All Order allow,deny Allow from all </Directory> Thanks for any hints! |