| View previous topic :: View next topic |
| Author |
Message |
Wrsaith
Joined: 24 Aug 2005
Posts: 19
|
| Posted: Wed Aug 24, 2005 8:00 pm Post subject: Can not access a2tcp |
|
|
| I've just installed apache2triad, the newest release on my winxp proffesional machine. I set up my http.conf with my ip and server address and its accessable from the net but not from the localhost on the apach2triad folder on my start menu. Same thing with my apache2traidcp. It just gives me a 404 error. I had apache2triad installed on my old win98 machine and never had this problem and I"ve only changed the same stuff as I have now on my winxp machine. Is there something I'm forgetting to edit to make it work on my xp machine? |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 783
Location: S.E. Kansas
|
| Posted: Wed Aug 24, 2005 10:35 pm Post subject: |
|
|
Is it just the Control Panel that gets 404'd on localhost or all localhost pages?
If it's all localhost check to make sure your hosts file in \WINDOWS\system32\drivers\etc has an entry like:
Quote: 127.0.0.1 localhost
If it's just the control panel please post your httpd.conf file. |
|
| Back to top |
|
Wrsaith
Joined: 24 Aug 2005
Posts: 19
|
| Posted: Thu Aug 25, 2005 12:09 am Post subject: |
|
|
All localhost pages using both 127.0.0.1 and the localhost command in ie 6.0 i get the 404error but my server is running and can be accessed on the web.
No my system32/drivers/etc does not have the 127.0.0.1 localhost in it.
on a note: my windows directroy is not named windows. |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 783
Location: S.E. Kansas
|
| Posted: Thu Aug 25, 2005 10:36 pm Post subject: |
|
|
Did you try and add it?
how 'bout that httpd.conf if you did? |
|
| Back to top |
|
Wrsaith
Joined: 24 Aug 2005
Posts: 19
|
| Posted: Thu Aug 25, 2005 10:54 pm Post subject: |
|
|
| Nope didn't work. |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 783
Location: S.E. Kansas
|
| Posted: Thu Aug 25, 2005 11:09 pm Post subject: |
|
|
Try changing
Listen 24.159.85.53:80
to:
Listen *:80
or if you don't want it to listen on all addresses add
Listen 24.159.85.53:80
Listen 127.0.0.1:80 |
|
| Back to top |
|
Wrsaith
Joined: 24 Aug 2005
Posts: 19
|
| Posted: Thu Aug 25, 2005 11:27 pm Post subject: |
|
|
| Ok I can access the a2tcp thanks. |
|
| Back to top |
|
| |