![]() |
|
|
Google unix.com
|
|||||||
| Foren | Registrieren | Forum-Regeln | Links | Alben | FAQ | Benutzerliste | Kalender | Suche | Die heutige Beiträge | Alle Foren als gelesen markieren |
| Web-Programmierung, Web 2.0 und Mashups Diskussion Web-Programmierung und Web-Server-Verwaltung, einschließlich LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups und andere Web-APIs und Themen. |
Mehr UNIX-und Linux-Forum Themen Vielleicht finden Sie hilfreiche
|
||||
| Faden | Thread Starter | Forum | Antworten | Last Post |
| Wie zusammenführen / verbinden / join / Einfügen 2 Text-Dateien nebeneinander | cajunfries | Shell Programmierung und Scripting | 3 | 04-27-2009 08:25 PM |
| Script, um ausgewählte Spalten aus einer Gruppe von Dateien Seite an Seite in einer neuen Datei | ks_reddy | Shell Programmierung und Scripting | 8 | 02-12-2009 12:09 PM |
| Wie Zusammenführen von zwei. Xls-Dateien nebeneinander in einer einzigen. Xls | jagadish99 | Shell Programmierung und Scripting | 2 | 09-24-2008 07:44 AM |
| Wie druckt zwei SQL-Abfrage-Ausgänge Seite an Seite in Excel | prasee | Shell Programmierung und Scripting | 6 | 09-08-2007 03:20 AM |
| Mit einem Unix-System installiert Seite zu Seite mit Windows? | Pcslider | UNIX for Dummies Questions & Answers | 14 | 01-29-2002 06:21 AM |
|
|
LinkBack | Thread Tools | Suche diesen Thread | Rate Thread | Anzeige-Modi |
|
||||
|
Kein Zugriff auf Apache Web-Server von WAN-seitig, nur LAN.
Ich habe WAMPSERVER 2.0 auf meinem Windows Vista x64-System, sondern bin nach wie vor Probleme mit dem Webserver immer zu sehen, außerhalb meines lokalen Netzwerk. Es funktioniert bestens in meinem lokalen Netzwerk.
Wurde durch mehrere Setup-Tutorials bisher noch keine Würfel. Zu Testzwecken habe ich meine Firewalls deaktiviert auf meinem Windows-Betriebssystem und auf meinem Router komplett. Sie sind deaktiviert. Ich habe meine Datei "httpd.conf" die folgende (Zulassen von allen): # # AllowOverride, welche Richtlinien in Betrieb genommen werden kann. Htaccess-Dateien. # Sie können "Alle", "Keine", oder einer Kombination der Schlüsselwörter: # Options FileInfo AuthConfig Limit # AllowOverride All # # Controls, die Sachen von diesem Server. # # Onlineoffline Tag - nicht zu entfernen Order Deny, Allow Lassen Sie aus allen Allow from 127.0.0.1 </ Directory> # # DirectoryIndex: Legt die Datei, die der Apache, wenn ein Verzeichnis # Beantragt wird. Ich habe die Port-Bereich Weiterleitung an die IP-Adresse des Rechners, auf meinem LAN mit dem Apache-Server auf. http://i693.photobucket.com/albums/v...forwarding.jpg Ich bin auch wieder auf der WAMPSERVER und ob alle Dienste ausgeführt werden. Also: http://mylanipaddress - Keine Probleme von jedem Computer aus auf das LAN. http://mywanipaddress - Keine Probleme von jedem Computer im LAN, aber wenn alle Computer WAN-Seite versucht, auf diese immer noch eine der Server überlastet ist oder nach Mitteilung. Was ich vermisst? Ich kann auf dem Webserver aus dem Computer auf dem Webserver ist, nicht aber von außerhalb der LAN. --------------------------- Hier ist meine conf-Datei mit den Bemerkungen entfernt: ServerRoot "c: / wamp/bin/apache/apache2.2.11" Listen 80 LoadModule actions_module modules / mod_actions.so LoadModule alias_module modules / mod_alias.so LoadModule asis_module modules / mod_asis.so LoadModule auth_basic_module modules / mod_auth_basic.so LoadModule authn_default_module modules / mod_authn_default.so LoadModule authn_file_module modules / mod_authn_file.so LoadModule authz_default_module modules / mod_authz_default.so LoadModule authz_groupfile_module modules / mod_authz_groupfile.so LoadModule authz_host_module modules / mod_authz_host.so LoadModule authz_user_module modules / mod_authz_user.so LoadModule autoindex_module modules / mod_autoindex.so LoadModule cgi_module modules / mod_cgi.so LoadModule dir_module modules / mod_dir.so LoadModule env_module modules / mod_env.so LoadModule include_module modules / mod_include.so LoadModule isapi_module modules / mod_isapi.so LoadModule log_config_module modules / mod_log_config.so LoadModule mime_module modules / mod_mime.so LoadModule negotiation_module modules / mod_negotiation.so LoadModule setenvif_module modules / mod_setenvif.so LoadModule php5_module "c: / wamp/bin/php/php5.2.9-2/php5apache2_2.dll" <IfModule !mpm_netware_module> <IfModule !mpm_winnt_module> User Daemon Gruppe Daemon </ IfModule> </ IfModule> ServerAdmin admin @ localhost ServerName ServerName DavesComputersevername: 80 DocumentRoot "C: / WAMP / www /" <Directory /> Optionen FollowSymLinks AllowOverride None Order Deny, damit Ablehnen von allen </ Directory> <Directory "c:/wamp/www/"> Options Indexes FollowSymLinks AllowOverride All Order Deny, Allow Lassen Sie aus allen Allow from 127.0.0.1 </ Directory> <IfModule Dir_module> DirectoryIndex index.html index.php index.php3 index.htm </ IfModule> <FilesMatch "^\.ht"> Bestellen allow, deny Ablehnen von allen Alle </ FilesMatch> ErrorLog "C: / WAMP / logs / apache_error.log" LogLevel warn <IfModule Log_config_module> LogFormat "% h% l% u% t \"% r \ "%> s% b \"% (Referer) i \ "\"% (User-Agent) i \ "" kombiniert LogFormat "% h% l% u% t \"% r \ "%> s% b" common <IfModule Logio_module> LogFormat "% h% l% u% t \"% r \ "%> s% b \"% (Referer) i \ "\"% (User-Agent) i \ "% I% O" combinedio </ IfModule> CustomLog "c: / WAMP / logs / access.log" gemeinsame </ IfModule> <IfModule Alias_module> ScriptAlias / cgi-bin / cgi-bin / " </ IfModule> <IfModule Cgid_module> </ IfModule> <Directory "cgi-bin"> AllowOverride None Keine Optionen Bestellen allow, deny Lassen Sie aus allen </ Directory> DefaultType text / plain <IfModule Mime_module> TypesConfig conf / mime.types AddType application / x-compress. Z AddType application / x-gzip. Gz. Tgz AddType application / x-httpd-php. Php AddType application / x-httpd-php. Php3 </ IfModule> Include conf / extra / httpd-autoindex.conf <IfModule Ssl_module> SSLRandomSeed Start builtin SSLRandomSeed Verbindung builtin </ IfModule> INCLUDE "C: / WAMP / Alias / *" |
| Lesezeichen |
| Tags |
| apache, Vista, Windows |
| Thread Tools | Suche diesen Thread |
| Anzeige-Modi | Rate this thread |
|
|