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
Postfix / 2 host names
« on: February 16, 2016, 10:06:54 AM »
hi
is there a way to have 2 hostnames under cwp so when the 1 one fails or has a problem to use the second host
if yes please letme know
is there a way to have 2 hostnames under cwp so when the 1 one fails or has a problem to use the second host
if yes please letme know
2
Apache / Re: apache permision denied error
« on: February 02, 2016, 01:47:36 PM »
Finally the problem is that
<Directory "/usr/local/apache/htdocs">
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
before it has deny from all
<Directory "/usr/local/apache/htdocs">
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
before it has deny from all
3
Apache / Re: apache permision denied error
« on: February 02, 2016, 01:36:32 PM »
the error is like i describe it
client xxx.xxx.xxx.xxx] client denied by server configuration: /usr/local/apache/htdocs/
client xxx.xxx.xxx.xxx] client denied by server configuration: /usr/local/apache/htdocs/
4
Apache / apache permision denied error
« on: February 02, 2016, 10:40:40 AM »
Hi to all of you
after i move my main domain under a virtual host
i get an error on the main site Forbidden
You don't have permission to access / on this server.
i try to fix the permision under /usr/local/apache/htdocs
to nobody:nobody
but the same problem
the problen is that webmail and phpmyadmin cant work
can u help
thanks
after i move my main domain under a virtual host
i get an error on the main site Forbidden
You don't have permission to access / on this server.
i try to fix the permision under /usr/local/apache/htdocs
to nobody:nobody
but the same problem
the problen is that webmail and phpmyadmin cant work
can u help
thanks
Pages: [1]