This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Apache / Error 500 Internal Server Error on virtual host
« on: January 07, 2019, 04:50:47 PM »
in fresh install of Centos 7 I create a account with name tpelek.
when I visit vhost http://IP/~tpelek/ i receive error 500 Internal Server Error
in error log write : home/tpelek/public_html/.htaccess: Options not allowed here
if I visit the main http://IP/ works ok.
in both directories I have the default joomla .htaccess but the problem only in vhost.
If I comment out from .htaccess Options +FollowSymlinks and Options -Indexes I don't receive any error.
I try to fix account permissions and usr / local / apache / conf.d / vhosts / tpelek.com.conf have the option
<Directory "/home/tpelek/public_html">
AllowOverride All
</Directory>
in server I build before 2-3 months with centos 7 this not happen.
Thanks in advanced
Thodoris
when I visit vhost http://IP/~tpelek/ i receive error 500 Internal Server Error
in error log write : home/tpelek/public_html/.htaccess: Options not allowed here
if I visit the main http://IP/ works ok.
in both directories I have the default joomla .htaccess but the problem only in vhost.
If I comment out from .htaccess Options +FollowSymlinks and Options -Indexes I don't receive any error.
I try to fix account permissions and usr / local / apache / conf.d / vhosts / tpelek.com.conf have the option
<Directory "/home/tpelek/public_html">
AllowOverride All
</Directory>
in server I build before 2-3 months with centos 7 this not happen.
Thanks in advanced
Thodoris
Pages: [1]