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 / Re: Error 500 Internal Server Error on virtual host
« on: January 24, 2019, 09:40:32 PM »
if you find a solution please share it
thanks
thanks
2
Apache / Re: Error 500 Internal Server Error on virtual host
« on: January 14, 2019, 03:35:17 PM »
the error in error_log is "public_html/.htaccess: Options not allowed here"
the suphp_log haven't any error.
Thanks
the suphp_log haven't any error.
Thanks
3
Apache / Re: Error 500 Internal Server Error on virtual host
« on: January 12, 2019, 05:09:58 PM »you should check what you have in htaccess file or you can try to forward subdomain/domain to that location and test like that or with modifications of the hosts file.
you are right, I point the domain and works with out error.
there is any way to access from IP/~account or hostname/~account name ?
Thanks
4
Apache / Re: Error 500 Internal Server Error on virtual host
« on: January 11, 2019, 01:53:32 PM »
htaccess is the standard file from joomla
If I delete from htaccess these two "options +FollowSymlinks and Options -Indexes" I don't receive error
This happen only on vhost.
I try to FW a domain as you suggest but I don't think this will works.
If I delete from htaccess these two "options +FollowSymlinks and Options -Indexes" I don't receive error
This happen only on vhost.
I try to FW a domain as you suggest but I don't think this will works.
5
Apache / Re: Error 500 Internal Server Error on virtual host
« on: January 11, 2019, 10:30:34 AM »What PHP handler are you using?
Sorry for my late reply, I guess is CGI , I didn't do any change , just fresh install
6
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]