Page 1 of 1

no response from localhost

PostPosted: 12. September 2008 18:32
by talldragon
I had a fresh install of xampp (xampp-win32-1.6.7-installer.exe), no errors, all seems fine (according to Xampp Control Panel). So typed in IE7 http://localhost

and then: waiting and waiting and .... no response.

So I checked all I know and found.... nothing wrong????

output of xampp-portcheck.exe

Apache (HTTP) 80 F:\DevHTTPd\xampp\apache\bin\apache.exe
Apache (WebDAV) 81 free
Apache (HTTPS) 443 F:\DevHTTPd\xampp\apache\bin\apache.exe
MySQL 3306 F:\DevHTTPd\xampp\mysql\bin\mysqld-nt.exe
FileZilla (FTP) 21 C:\Gene6 FTP Server\G6FTPSERVER.EXE
FileZilla (Admin) 14147 free
Mercury (SMTP) 25 free
Mercury (POP3) 110 free
Mercury (IMAP) 143 free

In the task manager both services are running

My hosts file contains
127.0.0.1 localhost
192.168.2.250 ftpserver

Firewall (standard Microsoft) is set to "Only this subnet" for F:\DevHTTPd\xampp\apache\bin\apache.exe, but with firewall down, still no response

There are no messages in the apache\logs\*

I used WampServer (is uninstalled) which worked fine, but switched after advice of friends.

The http.conf is unchanged by me and this is a fresh install.

Also no improvement after reboot

--==[[ HEEELLLLLPPPPP!!!!! ]]==--

PostPosted: 13. September 2008 01:25
by talldragon
Problem solved

Just place

EnableSendfile Off
EnableMMAP Off
Win32DisableAcceptEx

in your httpd.conf and voila. Found it on http://www.apachelounge.com/forum/viewtopic.php?t=114

but no idea what I'm doing.

PostPosted: 13. September 2008 05:04
by pendaws
I am guessing that these settings are good but WHERE in this httpd.conf file do you put them????????

I have been trying to install phpBB forum onto a machine I have an it will NOT go to the http://localhost/phpbb/install/install.php page to set it up, all I get is a 404 error and that is it? All the other locla host pages work I just cannot get to the section to install phpbb forum :(

Here is the link I used to do it. http://www.phpbb.com/kb/article/installing-and-setting-up-your-own-web-server/

PostPosted: 13. September 2008 05:09
by da233
You need to put the phpbb folder in your htdocs folder.

xampp/htdocs/phpbb2

will be

localhost/phpbb2


Basically the htdocs folder is the root folder of all your website related stuff :)

Give it a try

PostPosted: 13. September 2008 09:55
by pendaws
That's where I did put it. :(

PostPosted: 13. September 2008 13:09
by pendaws
Thank you all, fixed :D