Search found 28 matches
- 2016/03/20 10:27:24
- Forum: CentOS 7 - Software Support
- Topic: named root zone rebuild issue
- Replies: 2
- Views: 588
named root zone rebuild issue
seems like my root zone file is not working properly....how can i rebuild that...how can i re download that....
- 2016/03/20 05:29:13
- Forum: CentOS 7 - Software Support
- Topic: how to configure or manage cache for named server
- Replies: 2
- Views: 547
how to configure or manage cache for named server
i want to configure named Cache...after making how to clear that cache...
Thanks
Tanveer Khalid
Thanks
Tanveer Khalid
- 2016/03/20 05:17:01
- Forum: CentOS 7 - Software Support
- Topic: runlevel show unknown when ever i reboot [SOLVED]
- Replies: 5
- Views: 8407
Re: runlevel show unknown when ever i reboot [SOLVED]
yes it is solved
i enabled services and it worked
when we will not enable any services
it shows unknown level
i enabled services and it worked
when we will not enable any services
it shows unknown level
- 2016/03/20 05:12:23
- Forum: CentOS 7 - General Support
- Topic: little issue named and apache [SOLVED]
- Replies: 19
- Views: 1650
Re: little issue named and apache
that was the way ?DEBCEN wrote:Just add [SOLVED] to your title.
- 2016/03/20 05:11:15
- Forum: CentOS 7 - General Support
- Topic: little issue named and apache [SOLVED]
- Replies: 19
- Views: 1650
- 2016/03/20 05:07:41
- Forum: CentOS 7 - General Support
- Topic: little issue named and apache [SOLVED]
- Replies: 19
- Views: 1650
Re: little issue named and apache
another issueDEBCEN wrote:Good to know your problem is solved. Now mark it [SOLVED] for future

- 2016/03/20 04:48:03
- Forum: CentOS 7 - General Support
- Topic: little issue named and apache [SOLVED]
- Replies: 19
- Views: 1650
Re: little issue named and apache
waooooo it solveddddd aaaaaa great great
i was missing
<VirtualHost 172.16.207.215:80>
DocumentRoot /var/www/html/treviso
ServerName www.tani.com
<Directory /var/www/html/tami>
Require all granted
</Directory>
</VirtualHost>
after allowing directory access.. it worked
i was missing
<VirtualHost 172.16.207.215:80>
DocumentRoot /var/www/html/treviso
ServerName www.tani.com
<Directory /var/www/html/tami>
Require all granted
</Directory>
</VirtualHost>
after allowing directory access.. it worked
- 2016/03/19 19:03:33
- Forum: CentOS 7 - General Support
- Topic: little issue named and apache [SOLVED]
- Replies: 19
- Views: 1650
Re: little issue named and apache
error logs for httpd
"client denied by server configuration /var/www/html/xxx referer www.tani.com"
"client denied by server configuration /var/www/html/xxx referer www.tani.com"
- 2016/03/19 18:33:45
- Forum: CentOS 7 - General Support
- Topic: little issue named and apache [SOLVED]
- Replies: 19
- Views: 1650
Re: little issue named and apache
yes i did same things but still same issueDEBCEN wrote:Make sure you've restarted apache daemon after making changes. Also replace "http://www.tani.com" with "www.tani.com"
- 2016/03/19 18:10:48
- Forum: CentOS 7 - General Support
- Topic: little issue named and apache [SOLVED]
- Replies: 19
- Views: 1650
Re: little issue named and apache
Make sure that you've index.htm file or something like that on your document root. Also, can you see your website if you visit via your server ip ? yes i have index.html and default page is opening on ip and http://www.tani.com.....but <VirtualHost 172.16.207.215:80> DocumentRoot /var/www/html/trev...