SID-01525: Config errors and correct cgi file attributes
| Status: |
Answered |
TWiki version: |
5.0.1 |
Perl version: |
unsure |
| Category: |
CategoryAccessControl |
Server OS: |
unsure |
Last update: |
13 years ago |
Every time I hit the "edit" button on any page of my twiki site, I get a server error, as pasted below. I have run config and see warnings that 7 scripts may not be executable (including bin/edit). All such scripts are "-rw-r--r--".
Other scripts in bin are "-rwxr-xr-x".
Should all scripts have the same attributes? Or can someone advide me of the correct settings for: attach, changes, edit, statistics, twiki_cgi, viewauth and upload.
While I'm at it the .cfg files are also "-rw-r--r--". What should they be?
Thanks in advance Wal
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
webmaster@cookingcoachwikiPLEASENOSPAM.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an
ErrorDocument to handle the request.
Apache/2.2.22 (Unix) mod_ssl/2.2.22
OpenSSL/1.0.0-fips DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4
FrontPage/5.0.2.2635 Server at cookingcoachwiki.com Port 80"
--
WilliamRobertson - 2012-08-30
Discussion and Answer
Look at the apache error log to find out more. In any case, all scripts in
twiki/bin should be
-rwxr-xr-x. Script files start with line
#!/usr/bin/perl ....
--
PeterThoeny - 2012-08-30
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.