DNS

I pointed my domain to my IP, 67.216.104.94

When I go to my domain I see a blank page. wtf?

Here is what virtualmin says when I try to preview the website…
Connections to IP addresses not on this system are not allowed : 67.216.104.94

I deleted index.php from the directory and it showed i don’t have permission to view… so its actually displaying index.php but its blank for some reason.

Does this set up parse .php files for php?

A blank page could be a sign that an error is being generated behind the scenes.

If you look in the error log, do you see any problems? That would be in $HOME/logs/error_log.

-Eric

I uploaded index.php with echo “Hello World” and it echoed hello world… .does virtualmin not have error reporting on for php by default?

[Mon Nov 30 19:57:14 2009] [error] [client 192.168.1.1] File does not exist: /home/gatesofanrah/public_html/favicon.ico
[Mon Nov 30 19:59:28 2009] [error] [client 192.168.1.1] File does not exist: /home/gatesofanrah/public_html/favicon.ico
[Mon Nov 30 20:28:10 2009] [error] [client 192.168.1.1] File does not exist: /home/gatesofanrah/public_html/index.pp
[Mon Nov 30 20:28:19 2009] [error] [client 192.168.1.1] File does not exist: /home/gatesofanrah/public_html/asdf
[Mon Nov 30 20:29:03 2009] [error] [client 192.168.1.1] Directory index forbidden by Options directive: /home/gatesofanrah/public_html/

Nothing particular here, just broswer trying to get favicon and me accessing directories that dont exist on purpose.

Yeah, normally if there’s a PHP error, it’ll show up in the error log. You may also want to take a peek at the system-wide Apache log under /var/log.

Also, could anything be in your index.php file that’s causing it to stop?

-Eric

figured out virtualmin didn’t install php-mysql by default >.>