[TYPO3-english] v7.6.10 - 500 Internal Server Error

James Moe jimoe at sohnen-moe.com
Mon Oct 24 18:55:09 CEST 2016


opensuse 42.1
linux 4.1.27-27-default x86_64
typo3 7.6.10
apache 2.4

I get this error from the web server. I have several other local sites that are configured similarly and function without problem. There is something special about typo3?

What is mis-configured? Are there any linux permissions that should be changed?

The Document Root (/data01/t-drv/websites/cms/typo3-01)
-rw-r--r-- 1 sma-user3x users     0 Oct 20 14:35 FIRST_INSTALL
-rw-r--r-- 1 sma-user3x users 13363 Oct 20 14:36 .htaccess
-rw-rw-r-- 1 sma-user3x users  1200 Oct 20 14:34 index.php
lrwxrwxrwx 1 sma-user3x users    15 Oct 20 14:35 typo3 -> typo3_src/typo3/
lrwxrwxrwx 1 sma-user3x users    19 Oct 20 14:35 typo3_src -> ../typo3_src-7.6.10/

The top level directory:
drwxrwxr-x  2 sma-user3x users 4096 Oct 20 14:36 typo3-01/
drwxrwxr-x  4 sma-user3x users 4096 Jul 19 03:38 typo3_src-7.6.10/

The apache conf file:
<VirtualHost *:80>
    ServerAdmin jimoe at sohnen-moe.com

    ServerName typo3-01.sma.com
    DocumentRoot "/data01/t-drv/websites/cms/typo3-01"

    ErrorLog  "/data01/t-drv/websites/.logs/typo3-01-error_log"
    CustomLog "/data01/t-drv/websites/.logs/typo3-01-access_log" common

 <Directory "/data01/t-drv/websites/cms/typo3-01">
    AllowOverride FileInfo Authconfig
    Options -ExecCGI
 </Directory>
</VirtualHost>



More information about the TYPO3-english mailing list