วิธีค้นหาว่าพอร์ตใดที่ localhost ของฉันเปิดอยู่


-1

ฉันมีปัญหาที่น่าสนใจตามคู่มือการติดตั้ง mamp ทั้งหมดแยกต่างหากจากเครื่องท้องถิ่นของฉันจากเว็บไซต์นี้Her hitch ณ จุดหนึ่งเราตั้งค่าโฮสต์ท้องถิ่นเมื่อฉันเยี่ยมชม localhost / ~ anderskitson พาฉันไปยังไดเรกทอรีไซต์ของฉันตอนนี้พอร์ตอะไร ที่? ตั้งแต่ Local tunnel ซึ่งฉันพยายามใช้ต้องมีพอร์ตที่ฉันใช้อยู่

ฉันจะทราบได้อย่างไรว่าพอร์ตใดที่ฉันเปิดอยู่เนื่องจากไม่ได้อยู่ใน URL

นี่คือขั้นตอนที่ฉันทำตามเพื่อตั้งค่านี้

cd /etc/apache2/users

ที่เพิ่ม

<Directory "/Users/username/Sites/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

UPDATE

ฉันรันคำสั่งต่อไปนี้ในเทอร์มินัล

localtunnel -k ~/.ssh/id_rsa.pub 80

แต่ฉันได้รับดังต่อไปนี้

/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find localtunnel (>= 0) amongst [actionmailer-3.2.8, actionpack-3.2.8, activemodel-3.2.8, activerecord-3.2.8, activeresource-3.2.8, activesupport-3.2.8, appscrolls-0.8.4, arel-3.0.2, builder-3.0.4, builder-3.0.0, bundler-1.1.5, coffee-rails-3.2.2, coffee-script-2.2.0, coffee-script-source-1.4.0, coffee-script-source-1.3.3, colorize-0.5.8, erubis-2.7.0, execjs-1.4.0, hike-1.2.1, i18n-0.6.1, i18n-0.6.0, journey-1.0.4, jquery-rails-2.2.0, jquery-rails-2.1.1, json-1.7.6, json-1.7.5, mail-2.4.4, mime-types-1.19, multi_json-1.5.0, multi_json-1.3.6, mysql-2.9.0, polyglot-0.3.3, rack-1.4.4, rack-1.4.1, rack-cache-1.2, rack-ssl-1.3.3, rack-ssl-1.3.2, rack-test-0.6.2, rack-test-0.6.1, rails-3.2.8, railties-3.2.8, rake-10.0.3, rake-0.9.2.2, rdoc-3.12, rubygems-bundler-1.0.7, rubygems-update-1.8.25, rvm-1.11.3.5, sass-3.2.5, sass-3.2.1, sass-rails-3.2.6, sass-rails-3.2.5, sprockets-2.1.3, sqlite3-1.3.7, sqlite3-1.3.6, thor-0.17.0, thor-0.16.0, tilt-1.3.3, treetop-1.4.12, treetop-1.4.10, tzinfo-0.3.35, tzinfo-0.3.33, uglifier-1.3.0, uglifier-1.2.7] (Gem::LoadError)
    from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec'
    from /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems.rb:1231:in `gem'
    from /usr/local/rvm/rubies/ruby-1.9.3-p194/bin/localtunnel:22:in `<main>'

คำตอบ:


1

เว้นแต่คุณจะบอกเป็นอย่างอื่น (และคุณไม่มี) Apache จะฟังพอร์ต 80

แม้ว่าฉันสงสัยว่าคุณหมายถึงอย่างอื่นคำถามของคุณค่อนข้างคลุมเครือ


นั่นคือสิ่งที่ฉันกำลังมองหา แต่ก็ยังไม่ทำงานฉันได้อัปเดตคำถามของฉันด้วยผลลัพธ์ข้อผิดพลาดที่ฉันได้รับในเทอร์มินัล
Anders
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.