sfstreet
Registered
Am running Leopard and all setup and good on localhost.
Big problem is I cant make it work outside of the LAN, meaning, users on the internet can not go and access my Apache web server.
I have a FiOS business and 100% not blocked. Router all setup and good running 5MB up/ 5MB down.
Am running under /extra so the httpd-vhosts.conf is uncommented.
LoadModule is also uncommented already and I am actually working on Localhost already.
httpd.conf
------------
LoadModule php5_module libexec/apache2/libphp5.so
# Virtual hosts
Include /private/etc/apache2/extra/httpd-vhosts.conf
httpd-vhosts.conf
-----------------------
Listen 80
NameVirtualHost *:80>
<VirtualHost *:80>
ServerName meetafreelancer.com
ServerAlias www.meetafreelancer.com
ServerAdmin meetafreelancer@gmail.com
DocumentRoot /Library/WebServer/meetafreelancer
ErrorLog /Library/WebServer/meetafreelancer/error.log
<Directory "/Library/WebServer/meetafreelancer">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
What possibly wrong am I doing?
Big problem is I cant make it work outside of the LAN, meaning, users on the internet can not go and access my Apache web server.
I have a FiOS business and 100% not blocked. Router all setup and good running 5MB up/ 5MB down.
Am running under /extra so the httpd-vhosts.conf is uncommented.
LoadModule is also uncommented already and I am actually working on Localhost already.
httpd.conf
------------
LoadModule php5_module libexec/apache2/libphp5.so
# Virtual hosts
Include /private/etc/apache2/extra/httpd-vhosts.conf
httpd-vhosts.conf
-----------------------
Listen 80
NameVirtualHost *:80>
<VirtualHost *:80>
ServerName meetafreelancer.com
ServerAlias www.meetafreelancer.com
ServerAdmin meetafreelancer@gmail.com
DocumentRoot /Library/WebServer/meetafreelancer
ErrorLog /Library/WebServer/meetafreelancer/error.log
<Directory "/Library/WebServer/meetafreelancer">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
What possibly wrong am I doing?
Last edited: