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: Apache is not processing configuration files correctly
« on: April 05, 2019, 10:58:42 PM »
Thanks for your answer, but that option does not exist on CWP 0.9.8.794, I already tried User Accounts -> Fix Permissions, but still the same error :c
2
Apache / Apache is not processing configuration files correctly
« on: April 05, 2019, 08:19:07 PM »
I'm trying to migrate a website to a server, the site alredy has a htaccess file with this options:
Options -Multiviews
Options -Indexes
and always returns 500 error with this log on apache error_log
/home/user/public_html/.htaccess: Options not allowed here
I already tried to modify vhost *.conf file and it still not working changing
<Directory "/home/user/public_html">
Options -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
with this:
<Directory "/home/user/public_html">
Options All
AllowOverride All Options
</Directory>
and several others configurations, even I edited the file /usr/local/apache/conf/httpd.conf
and setted the configuration like this:
<Directory "/home/*/public_html">
Options All
AllowOverride All Options
</Directory>
and still not working.
note: on every change I restarted the httpd service or rebooted the server
Options -Multiviews
Options -Indexes
and always returns 500 error with this log on apache error_log
/home/user/public_html/.htaccess: Options not allowed here
I already tried to modify vhost *.conf file and it still not working changing
<Directory "/home/user/public_html">
Options -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
with this:
<Directory "/home/user/public_html">
Options All
AllowOverride All Options
</Directory>
and several others configurations, even I edited the file /usr/local/apache/conf/httpd.conf
and setted the configuration like this:
<Directory "/home/*/public_html">
Options All
AllowOverride All Options
</Directory>
and still not working.
note: on every change I restarted the httpd service or rebooted the server
3
Postfix / I can't receive email on a domain
« on: March 25, 2017, 03:07:43 AM »
I can't receive emails only on a domain, my primary domain, other domains also on the same server has no issues, are receiving and sending emails with no problem.
I have installed a ssl certificate for primary domain after that the issue was started.
I already checked my config, tail my maillog and i couln't find the problem, please help me
I have installed a ssl certificate for primary domain after that the issue was started.
I already checked my config, tail my maillog and i couln't find the problem, please help me
4
DNS / Re: Subdomain: 500 Internal Server Error
« 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
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
Pages: [1]