TALK @ PhilMusic.com - The Online Home of the Pinoy Musician

Tech Forums => PC Tech => Topic started by: Erdy on December 31, 2016, 06:33:36 AM

Title: Help: Setting up a private web server
Post by: Erdy on December 31, 2016, 06:33:36 AM
Hey guys need some help sa aking private webserver.

installed apache, php, mysql -> success working sa local pc.

kinabit ko sa router to access my webfiles, hindi ko ma access sa mga devices. nakaka connect lang sa network ang mga devices.
saan kaya ang problem?

server ip: 192.168.1.100
router ip: 192.168.1.10

Many thanks sa mga reply.  :)



Title: Re: Help: Setting up a private web server
Post by: qroon on January 02, 2017, 01:57:31 PM
Check your httpd.conf file. This link might help you:

http://httpd.apache.org/docs/2.2/howto/access.html
Title: Re: Help: Setting up a private web server
Post by: Erdy on January 02, 2017, 09:29:03 PM
Check your httpd.conf file. This link might help you:

http://httpd.apache.org/docs/2.2/howto/access.html

Thanks, already did that. I think of the configuration in my wifi router.
Title: Re: Help: Setting up a private web server
Post by: qroon on January 04, 2017, 08:48:37 AM
Maybe you already had this resolved. If not, you can tail the httpd's access.log if there are requests coming in. Or you can do a telnet 192.168.1.100 80 from a client (e.g. command prompt) to check if it's connecting.
Title: Re: Help: Setting up a private web server
Post by: Erdy on January 06, 2017, 11:15:02 AM
Maybe you already had this resolved. If not, you can tail the httpd's access.log if there are requests coming in. Or you can do a telnet 192.168.1.100 80 from a client (e.g. command prompt) to check if it's connecting.

it's connecting at telnet giving response. but when accessing my local site, http://192.168.1.100/mysite.php, no response.  :-(

will check that htppd access log. thanks!
Title: Re: Help: Setting up a private web server
Post by: spoonbender on January 06, 2017, 01:11:07 PM
OS ng server mo?
Try turning off ip tables.