Control Web Panel

WebPanel => DNS => Topic started by: Dan11 on September 27, 2016, 04:12:37 PM

Title: Subdomain: 500 Internal Server Error
Post by: Dan11 on September 27, 2016, 04:12:37 PM
I've added the subdomain in CWP and added an A entry for the subdomain pointing to my IP @ Cloudflare but the server gives me this error: 500 Internal Server Error

This is from the error log:
.htaccess: Options not allowed here, referer: ...

The subdomain has 'AllowOverride All' in vhosts.conf

Any ideeas?
Title: Re: Subdomain: 500 Internal Server Error
Post by: Glenn on September 28, 2016, 06:53:24 AM
you could try fix permissions
Title: Re: Subdomain: 500 Internal Server Error
Post by: Dan11 on September 28, 2016, 05:07:39 PM
Permissions are set to 644/755 and own:grp are set to the user.
Title: Re: Subdomain: 500 Internal Server Error
Post by: Glenn on September 28, 2016, 06:31:50 PM
How is the server setup ? are you using Varnish or Nginx with Apache, what happens if you put a .html file in the folder as an index ?
Title: Re: Subdomain: 500 Internal Server Error
Post by: Dan11 on September 29, 2016, 07:19:29 PM
I don't use Varnish or Nginx. The subdomain is for the mobile version of the site m.site.com (nothing dynamic). site/m/ works fine.
Title: Re: Subdomain: 500 Internal Server Error
Post by: markec on November 07, 2016, 05:45:31 PM
Same problem here.
Title: Re: Subdomain: 500 Internal Server Error
Post by: netronicus on November 16, 2016, 08:26:13 PM
same problem here :'c please help!

i already set my vhost like this

<Directory "/home/myuser/public_html">
   Options All
   AllowOverride All
        Require all granted
   Order allow,deny
   allow from all
</Directory>

and it's not working D:

i also updated apache to 2.4 and same problem :'c
Title: Re: Subdomain: 500 Internal Server Error
Post by: Sandeep on November 17, 2016, 03:02:11 PM
rename .htaccess to .htacess.bak and try

you need to enable dir listing.