|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
I am ne at Apache and I have installed one in a SGI machine running IRIX 6.5. I managed to start up apache using "apachectl start" without any error messages.
In the httpd.conf file I un-commented the servername document and added "http://127.0.0.1/ to test for local host. Now when I start the web browser and add the URL URL or URL i get error message saying that it is unable to connect to server. I am confused. I am not a computer wiz and I have no idea what to do from here. If anyone can give me a detailed help what I should do I would greatly appreciate it. Thank you. |
|
#2
|
|||
|
|||
|
>> I un-commented the servername document and added "http://127.0.0.1/
Why you wanted to do that in the first place? Without a ServerName directive globally or within <VirtualHost> block, the servername will assume it's your machine name. If you want it to be localhost, just add ServerName localhost globally. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > starting up apache |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|