Code: Select all
Listen 80Code: Select all
NameVirtualHost *:80
NameVirtualHost *:443Code: Select all
<VirtualHost *:80>
ServerAdmin xxx@xxx.us
DocumentRoot /var/www/deepspaceradio.org/html
ServerName www.deepspaceradio.org
</VirtualHost>are you looking to have people NOT on your wifi (i.e. internet) access your site?maggsyjake wrote:Hi, I made a PHP document and I've also downloaded a LAMP Stack (that includes Apache 2, MYSQL and PHP 5). I placed my PHP document in the var/www/ folder and the website ran fine when I typed in: (myipaddress)/blog.php (the name of the document). However, when other people type in the same link into their browser, the server stops responding. How do I fix this?