You can check the MyDNS documentation ( http://mydns.bboy.net/doc/html/mydns_toc.html#SEC_Contents ), or you can use the MyDNS web interface or MyDNSConfig ( www.mydnsconfig.org ). They assist you in creating your records.
"Original MyDNS Web Interface" on FC5 I've follow the "Running a MySQL-Based DNS Server HowTo" up to page 2, and then trying to access the Web-interface - http://host/admin.php but the pages appears to be just "white", without any content!? Any suggestion on this?
In which directory did you put admin.php? The default Apache document root on Fedora is /var/www/html, not /var/www like on Debian.
... it's in the /var/www/html - do I need to change anything within "admin.php"? thank's for your quick response.
... still cant't Brows that "admin.php" - here is what come out from /var/log/httpd/error_log: Wed Apr 05 06:51:53 2006] [error] [client 83.248.120.87] PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0, referer: www.google.se/search?hs=M8J&hl=sv&c...=http://remstedt.org/admin.php&btnG=Sök&meta= [Wed Apr 05 06:51:53 2006] [error] [client 83.248.120.87] PHP Warning: Unknown: Failed opening '/var/www/html/admin.php' for inclusion (include_path='.:/usr/share/pear') in Unknown on line 0, referer: http://www.google.se/search?hs=M8J&...=http://remstedt.org/admin.php&btnG=Sök&meta=
Did you disable SELinux? If not, do it now: http://www.howtoforge.com/forums/showpost.php?p=15327&postcount=20
yes, SELinux has been diabled the whole way. Could it has something to do with FC5? Are there any kind of "php-test" that could be done? This is strange ...
hi again, I've since last time installed FC4, and now I can access the "admin.php" and use the Original MyDNS Web Interface, so that's great! But unfurtunately, I can't now access the Web Interface on "MyDNSConfig"!? It's just showing a white pages. Here are my "phpinfo.php" http://remstedt.org/phpinfo.php
Please check if the path and URL to the MyDNSConfig webinterace in the config.inc.php file are correct.
* output from error-log: PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line0, referer:http://www.google.se/search?hs=H1F&...ttp://remstedt.org/mydnsconfig&btnG=Sök&meta= PHP Warning: Unknown: Failed opening '/var/www/html/mydnsconfig/index.htm' for inclusion (include_path='.:/usr/share/pear') in Unknown on line 0, referer: http://www.google.se/search?hs=H1F&...ttp://remstedt.org/mydnsconfig&btnG=Sök&meta= * it's installed in /var/www/html/mydnsconfig
[root@remstedt mydnsconfig]# ls -all total 48 drwxr-xr-x 8 root root 4096 Apr 12 11:12 . drwxr-xr-x 4 root root 4096 Apr 10 07:27 .. drwxr-xr-x 2 root root 4096 Apr 10 07:29 cache -rwx------ 1 root root 280 Apr 10 07:29 index.htm -rw-r--r-- 1 root root 5639 Apr 10 07:29 INSTALL drwxr-xr-x 4 root root 4096 Apr 12 10:42 lib drwxr-xr-x 2 root root 4096 Apr 10 07:29 sql drwxr-xr-x 2 root root 4096 Apr 10 07:29 temp drwxr-xr-x 2 root root 4096 Apr 10 07:29 tools drwxr-xr-x 7 root root 4096 Apr 10 07:29 web [root@remstedt mydnsconfig]#