hulika

Author Topic: Help: Setting up a private web server  (Read 2244 times)

Offline Erdy

  • Senior Member
  • ***
Help: Setting up a private web server
« 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.  :)



« Last Edit: December 31, 2016, 06:36:21 AM by Erdy »

Offline qroon

  • Tanod
  • Prime Moderator
  • ******
Re: Help: Setting up a private web server
« Reply #1 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


Semper Erectus
Spur | Helical | Bevel | Hypoid | Crown | Epicyclic

Offline Erdy

  • Senior Member
  • ***
Re: Help: Setting up a private web server
« Reply #2 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.

Offline qroon

  • Tanod
  • Prime Moderator
  • ******
Re: Help: Setting up a private web server
« Reply #3 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.


Semper Erectus
Spur | Helical | Bevel | Hypoid | Crown | Epicyclic

Offline Erdy

  • Senior Member
  • ***
Re: Help: Setting up a private web server
« Reply #4 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!
« Last Edit: January 06, 2017, 11:17:35 AM by Erdy »


Offline spoonbender

  • Forum Fanatic
  • ****
Re: Help: Setting up a private web server
« Reply #5 on: January 06, 2017, 01:11:07 PM »
OS ng server mo?
Try turning off ip tables.