Author Topic: Web server iOS  (Read 815 times)

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 117
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Web server iOS
« on: October 18, 2012, 10:30:58 pm »
Is it possible to run a web server via ios
. I know it's possible with android while rooted so I know it's possible for iPhone.

Apetrick

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3536
  • Reputation: 91
  • <Apetrick> lank is 1337
  • Badges:
  • iDevices: Ipod Touch 4g
Re: Web server iOS
« Reply #1 on: October 18, 2012, 10:38:00 pm »
I'm pretty sure lightttp is what your looking for :) it's in cydia.
<%a12danrulz> Idk, but doing a DoS from an apple device is like fighting a bear with a plastic spork

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 117
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Re: Web server iOS
« Reply #2 on: October 19, 2012, 10:08:55 am »
+1 turns out I already have it installed, ha.

mich.312

  • Newbie
  • Posts: 1
  • Reputation: 0
  • iDevices: iPhone 5, iPhone 4, iPad 2
Re: Web server iOS
« Reply #3 on: January 19, 2013, 02:16:41 pm »
You can also add the iOS Webstack repo to cydia if you want also PHP, Wordpress, cms and more for your webserver

http://ios-webstack.tk/cydia

A12danrulz

  • Leader
  • Hero Member
  • *****
  • Posts: 4078
  • Reputation: 222
  • Badges:
Re: Web server iOS
« Reply #4 on: January 19, 2013, 04:16:51 pm »
Or if you have python, running python -m SimpleHTTPServer will start a web server in the directory you run it in. Just add an index.html to the pwd and you are up and running!

Don't like seeing ads? Click here to register!

N33n0Gr33n

  • Full Member
  • ***
  • Posts: 117
  • Reputation: 1
  • Rogue ininja
  • Computers: Dell,HP
  • iDevices: Iphone4,HTC
Re: Web server iOS
« Reply #5 on: January 28, 2013, 09:31:04 am »
Cool guys thanks a million