LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cannot connect to ip of my webserver (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-connect-to-ip-of-my-webserver-253799/)

critter 11-11-2004 06:02 PM

cannot connect to ip of my webserver
 
Hello I just installed a web server on mandrake 10.0
with use of the how-to on linuxloader.org

when I reached page 18 it says that i can access my site with my IP
but I cannot find the site

can u help me??

linux_terror 11-12-2004 01:02 AM

as root...
Code:

/etc/init.d/httpd start
if you still can't reach it then check your firewall and allow connections on port 80 and optionally for ssl, port 443

try again, you should get an apache test page.

linux_terror

critter 11-12-2004 10:45 AM

When I did this it just gives a blank page
my home directory has been set up correctly for as far as i know

linux_terror 11-12-2004 03:47 PM

you default webroot will be /var/www/html , so populate that directory with your index.html and try.

linux_terror

critter 11-13-2004 06:26 AM

after i did this i got error Forbidden
how do i set up the permissions of my directories?

linux_terror 11-13-2004 03:25 PM

Usually a chmod 755 on it will do just fine.

linux_terror

airmijo 11-15-2004 09:42 AM

what was the url to the tuturol that u used i tried inuxloader.org but that didnt work. I am trying to set up a webserver also.

linux_terror 11-15-2004 05:06 PM

I can't remember what tutorial I used initially to run a webserver, was long ago...lol, but here's everything you ever wanted to know about apache ---> http://httpd.apache.org/docs/misc/tutorials.html

hope that helps,
linux_terror


All times are GMT -5. The time now is 08:27 PM.