|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
apache on windows 2000 pro
my problem is this i host a small website on adsl,on win2000 pro
im am unable to see my website by typing my sub/domain name i can however type in local host and view it. my port 80 is open i have confirmed it with my internet provider. i also have nat configured. now i tried the url on my brothers machine and it responds with my website.but on my machine i m brought to my dsl configuration page instead of my website. now i checked the error logs and it is blank like i never even went through apache . im alos hosting my own dns server dns2go is the name of the software im using. any help or suggestion would be apreciated. thanks in advanced. oh yeh here is my http conf file ServerType standalone ServerRoot "C:/Program Files/Apache Group/Apache" PidFile logs/httpd.pid ScoreBoardFile logs/apache_runtime_status #ResourceConfig conf/srm.conf #AccessConfig conf/access.conf KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 MaxRequestsPerChild 100 to consume. # ThreadsPerChild 50 #Listen 80 #Listen #BindAddress #ClearModuleList #AddModule mod_so.c mod_mime.c mod_access.c mod_auth.c mod_negotiation.c #AddModule mod_include.c mod_autoindex.c mod_dir.c mod_cgi.c mod_userdir.c #AddModule mod_alias.c mod_env.c mod_log_config.c mod_asis.c mod_imap.c #AddModule mod_actions.c mod_setenvif.c mod_isapi.c # # Dynamic Shared Object (DSO) Support #ExtendedStatus On Port 80 ServerAdmin URL ServerName URL DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs" # First, we configure the "default" to be a very restrictive set of # permissions. # <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory "C:/Program Files/Apache Group/Apache/htdocs"> #. # Options Indexes FollowSymLinks MultiViews AllowOverride None # Controls who can get stuff from this server. Order allow,deny Allow from all </Directory> <IfModule mod_userdir.c> UserDir "C:/Program Files/Apache Group/Apache/users/" </IfModule> . # <IfModule mod_dir.c> DirectoryIndex index.html </IfModule> AccessFileName .htaccess # <Files ~ "^\.ht"> Order allow,deny Deny from all </Files> # #CacheNegotiatedDocs # # TypesConfig describes where the mime.types file (or equivalent) is # to be found. # <IfModule mod_mime.c> TypesConfig conf/mime.types </IfModule> DefaultType text/plain # . # <IfModule mod_mime_magic.c> MIMEMagicFile conf/magic </IfModule> # HostnameLookups Off ErrorLog logs/error.log LogLevel warn #LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent # ServerSignature On #!c:/program files/perl/perl #ScriptInterpreterSource registry # # The directive above can be placed in individual <Directory> blocks or the # .htaccess file, with either the 'registry' (Windows behavior) or 'script' # (Unix behavior) option, and will override this server default option. # #AddType application/x-httpd-php3 .php3 #AddType application/x-httpd-php3-source .phps # # And for PHP 4.x, use: # #AddType application/x-httpd-php .php #AddType application/x-httpd-php-source .phps AddType application/x-tar .tgz # # To use CGI scripts: # #AddHandler cgi-script .cgi # # To use server-parsed HTML files # #AddType text/html .shtml #AddHandler server-parsed .shtml #AddHandler send-as-is asis # # If you wish to use server-parsed imagemap files, use # #AddHandler imap-file map # # Action lets you define media types that will execute a script # i was running this website on winme but i upgraded to 2000 pro i had no probmles until win 2000 was installed . |
|
#2
|
|||
|
|||
|
Posting your entire httpd.conf (including the comment lines) is wasting the resource of Devshed and everyone's time and bandwidth.
>> ServerName www.tdl.idlegames.net You can't put any servername you like. |
|
#3
|
|||
|
|||
|
ok sorry bout the http conf. first itme posting on this message board.what would i put as server name then ?.
would i use my ip as server name?. thanks in advance |
|
#4
|
|||
|
|||
|
Apache listens to all available local network interfaces by default, including 127.0.0.1, 192.168.0.x and your external IP.
To identify the problem, you first need to access your web server via IPs. I didn't look thru your httpd.conf, but I believe it's a routing or DNS problem instead Apache problem. Do you have a DSL/cable router or something? How do you setup the routing/port forwarding? What host name/IP have you assigned to your box running Apache? >> but on my machine i m brought to my dsl configuration page Do a ping to www.tdl.idlegames.net from within your machine and see what IP it returns. >> dns2go is the name of the software im using Deerfield software is plain unreliable and insecure, with Wingate being the most insecure software on Windows. Further, when you don't have static IP, you just can't run server consistently. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > apache on windows 2000 pro |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|